Garry's Mod

Garry's Mod

gTerminal Universal
72 Comments
S0le 29 May @ 10:19am 
не пашет
gleeby deeby 21 Mar @ 4:19pm 
PC speaker seems to be bugged. Every tone plays indefinitely.
Щас отдохну 18 Mar @ 10:19am 
`error: lua/gterminal/os/server_imp/sv_commands.lua;10: attempt to index global 'Filesystem' (a nil value)` - Возникает тогда, когда игрок запускает :gnet до того, как запускает :f.
7H3_HuN73R-03 3 Mar @ 9:52am 
how the lua exec part work?
mrswormsweat 20 Dec, 2024 @ 1:57pm 
Knot, that happened to me too. What to do to fix it is to use the :f command.
Knot 20 Dec, 2024 @ 6:05am 
nevermind its only with gnet, gnet just wont work
Knot 20 Dec, 2024 @ 6:02am 
bug, wont let me open gnet or other applications with the terminal, returns an error instead, this is the error: lua/gterminal/os/server_imp/sv_commands.lua;10: attempt to index global 'Filesystem' (a nil value)
7H3_HuN73R-03 19 Dec, 2024 @ 3:03pm 
also, how the frecuency stuff work, whats the minimum value and maximum?
7H3_HuN73R-03 19 Dec, 2024 @ 2:59pm 
so, no programing then?
mrswormsweat 29 Nov, 2024 @ 3:22pm 
I spawned Computer and PC Speaker, entered :os install vex_server, :periph con, :f touch test, then I typed 3 1000 to the file and saved it as is. I entered :f sound_play test then this error appeared on the terminal's display: lua/gterminal/sv_filesystem.lua:431: attempt to index field 'GTERM_beep_sound' (a nil value)
mrswormsweat 29 Nov, 2024 @ 2:32pm 
When I spawned Computer and PC Speaker, entered :os install vex_server, turned it on again, entered :f to fix the Filesystem nil value error when using :gnet, entered :gnet c test 0, :gnet lu, :periph con, :gnet m 119 test, I get this error printed to the display: lua/gterminal/sv_init.lua:88: attempt to index field 'GTERM_beep_sound' (a nil value)
mrswormsweat 29 Nov, 2024 @ 2:09pm 
When I restarted the map with only gTerminal Universal and Wiremod enabled, spawned Root Computer, entered the :gnet command to it, I get this error printed to the terminal's display: lua/gterminal/os/root_os/sv_commands.lua:10: attempt to index global 'Filesystem' (a nil value)
mrswormsweat 29 Nov, 2024 @ 2:01pm 
Forgot to enable Wiremod but I got the exact same error and problems when attempting to do this with Wiremod enabled so it's unrelated to Wiremod. Also, stopsound can stop the sound too but I didn't know at the time it didn't require sv_cheats to be 1.
mrswormsweat 29 Nov, 2024 @ 1:49pm 
When I spawn Computer then PC Speaker next to it, turn on the computer, use the :periph con command, then quickly use the :x command, the PC shuts down but when I try to start it, it makes a constant beeping sound and the computer wouldn't start at all. It also makes an error when trying to start it. The sound still gets made even if I remove the computer and PC speaker for it. The only ways to remove the sound without restarting the map is admin cleanup everything or snd_restart. I am on the x86-64 branch of the game. This is with all other addons disabled. Here is the error that gets made when I attempt to start it: [gTerminal Universal] lua/gterminal/sv_init.lua:85: attempt to index field 'GTERM_beep_sound' (a nil value)
1. SPK_Beep - lua/gterminal/sv_init.lua:85
2. WarmUp - lua/entities/sent_computer_base.lua:64
3. unknown - lua/entities/sent_computer_base.lua:139
Flakes Gaming 24 Nov, 2024 @ 7:08pm 
What is the symbol used on the list users/networks command?
Krus901 29 Oct, 2024 @ 9:45am 
Thank you so much!
Zanik231  [author] 27 Oct, 2024 @ 9:35am 
@Krus901 I made this function in new update!
Krus901 15 Oct, 2024 @ 10:28pm 
That sucks, but I'd be very appreciative if you added it!
Zanik231  [author] 15 Oct, 2024 @ 7:28am 
@Krus901 Maybe i'm realize this in next update. This function does not exist now.
Krus901 10 Oct, 2024 @ 10:34am 
Another question, is there a way to code it or get it to play a beep when you get a gnet message?
Krus901 10 Oct, 2024 @ 10:24am 
Thanks!
Zanik231  [author] 10 Oct, 2024 @ 8:58am 
@Krus901 To use the PC SPEAKER, you must first connect it with the command “periph con”, then a system beep will be emitted when the computer is turned on or off. If you want to intentionally trigger beep, you can do it via the command “f sound_play filename”, below is a template for creating a beep playback file.
First comes the tone from -3 to 3, then the duration in milliseconds.
-3 1000
-2 1000
-1 1000
0 1000
1 1000
2 1000
3 1000
Krus901 7 Oct, 2024 @ 10:24pm 
How do you use the pc speakers?
Zanik231  [author] 6 Oct, 2024 @ 6:53am 
@mrswormsweat again thank you for the bug report, but those bugs that you wrote are impossible to fix (except sent_computer_projector_css, I will fix it in the next update). 1. Net library doesn't allow sending messages over 64kb, hence the problem that we can't create files over that size. Maybe I can find a solution to this, but for now you can't create files over 64kb.
mrswormsweat 5 Oct, 2024 @ 8:39pm 
If I create a file named testfile, then fill it with "64K " until the file size becomes 64K in size, then use the ":f cat testfile" command, the game will freeze for over 2 minutes but it will eventually complete the operation. If I use the ":f sizeof testfile" command, then it shows 32768 bytes instead of 65536 bytes; I'm not sure if this is a bug. If I try to make a file sized 128K and save it, it prints "[gTerminal Universal] Trying to send an overflowed net message!
1. DoClick - lua/gterminal/cl_editor.lua:42
2. unknown - lua/vgui/dlabel.lua:254" to the console.
mrswormsweat 5 Oct, 2024 @ 8:39pm 
The :f sizeof command then claims the file is 65522. I get "[gTerminal Universal] Trying to send an overflowed net message!
1. func - lua/gterminal/sv_filesystem.lua:67
2. unknown - lua/gterminal/os/root_os/sv_commands.lua:281
3. pcall - [C]:-1
4. func - lua/gterminal/sv_init.lua:171
5. unknown - lua/includes/extensions/net.lua:38" printed to the console when using :f touch command to the file. All of that was tested on a root computer. I also noticed in the console this warning, "Refusing to load sent_computer_projector_css because it is missing Type and Base keys!" after loading to gm_construct. I had to split the message.
Zanik231  [author] 5 Oct, 2024 @ 8:42am 
#mrswormsweat fixed now! Thank you for bug report! :Smilingdemon:
mrswormsweat 3 Oct, 2024 @ 8:06pm 
If I create a file named testfile through the :f touch testfile command then place text in it then use the :disk id command to insert a disk then finally use the :disk ad testfile command, an error appears and the file doesn't get transferred to the disk. The only addons enabled is this and Wiremod. This is in the x86-64 branch of Garry's Mod. The error didn't appear when Lua Patcher was enabled but it still didn't transfer the file. Files transfer without any problems through gnet. steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3342594691
Zanik231  [author] 2 Oct, 2024 @ 7:05am 
@Gunmann no it's always enabled
Zanik231  [author] 2 Oct, 2024 @ 6:27am 
:os install vex_dos
I HATE VIDEO GAMES!!!!!!!!!! 22 Sep, 2024 @ 3:01am 
how do i install a os?
Belwoods 31 Aug, 2024 @ 8:57am 
peak mod
Gunmann 28 Aug, 2024 @ 11:19am 
Are you able to turn off or on the i/o outputs ?
7H3_HuN73R-03 2 Aug, 2024 @ 6:05pm 
why it mean that I sum a odd number?
7H3_HuN73R-03 2 Aug, 2024 @ 5:56pm 
lua/gterminal/sv_filesystem.lua:346: attempt to compare number with nill
someone 1 Aug, 2024 @ 2:16am 
а как запустить терминал
ANNANTO  [author] 21 Jul, 2024 @ 12:09am 
@Comrat Sounds good, maybe we'll do it
Comrat 18 Jul, 2024 @ 2:46pm 
can you make it so it always shows your directory and has command history like the windows command prompt
Bobequex 6 Jun, 2024 @ 10:28am 
Make floppy disks so you can pick them up with use.
Jarik 24 May, 2024 @ 10:59am 
how do i use the universal os or is it just personal or imp?
Jarik 24 May, 2024 @ 10:35am 
i will try this addon and ill post a coment about it as im making my own gterminal addon
Zanik231  [author] 22 May, 2024 @ 6:12am 
This is not critical error. I fix that in next bugfix update
gm_Redlerman16 19 May, 2024 @ 9:50am 
[gTerminal Universal] lua/entities/sent_computer_block.lua:47: attempt to index global 'self' (a nil value)
1. unknown - lua/entities/sent_computer_block.lua:47

found this error, fix?
ANNANTO  [author] 4 May, 2024 @ 5:13am 
Well, we can try to find time to do that. But we're not promising anything that we'll definitely do the guide
Goober! 30 Apr, 2024 @ 3:30pm 
can you make a guide for this so newer players understand it?
ANNANTO  [author] 30 Apr, 2024 @ 3:26am 
А вот всё...
LALEXan 28 Apr, 2024 @ 10:02am 
Где обновления?
Pixelzul 25 Apr, 2024 @ 11:20pm 
yo add the possibility to execute gmod commands in it. :p2cube:
gleeby deeby 24 Apr, 2024 @ 4:16pm 
Transferring files over gnet throws errors for some reason.
ANNANTO  [author] 21 Apr, 2024 @ 5:32am 
@4545 Type ":gnet" and you will enter the command sheet, there you can create a network, view the network sheet and join the network