• gTerminal - The OTHER PCMod
    54 replies, posted
Are there any servers running this mod ? Some kind of chat hosting OS would be cool too.
Here's a list of commands which came to my head: :font <type> - Changes the font (types will be 1, 2, 3 and so on) :bgcolor <red> <green> <blue> - Changes the color of the background :reply <message> - Sends a message to the last user that contacted you :lock - Locks the terminal; if there is no password set, the user will be notified (and by that i mean red caps :smile: ) and it won't lock :unlock <password> - Unlocks the locked terminal with a password (set with :password) :gnet all <network> <message> - Sends a message to all the terminals connected to a network :ips all <network> <file> - Sends a file to all the terminals connected to a network :f txt <file> <text> - Stores text in a file :f pass <file> - Sets a password for a file :f show <file> [password] - Displays the text from a file; password is optional; the user will be notified if the file is password protected :f encrypt <file> <code> - Hides the id of the creator from a file; take the code as an algorythm (it will just be a bunch of letters and numbers) :f decrypt <file> <code> - Unhides the id of the creator of a file; the code must be the same as the one used when it was encrypted :f owner <file> - Shows the id of the creator of the file; if the file is encrypted it will show some random characters (either letters or special characters i.e. @ # $ % * &; not numbers so the user won't think it's an actual id) :defaultid <id> - Stores a default id :d <message> - Sends a message to the terminal with the stored default id; if there is no defauld id set, the user will be notified Just do what what you can. These are just ideas. I'll keep brainstorming :v:
Could be interesting, thing i liked about PC Mod, it has IO system, there was also an IO for wire, so you could connect shit to wire, is there any chance of hooking this into wire? I would also like to see something along the line of batch, would be cool to read in stuff via wire, then output stuff....wait...I'm just turning this into an E2 chip, nvr mind... Looks really awesome though :P
Here's some more: :vote i <network> <question> <option1> <option2> [option3] ... - A Server OS initializes a vote for all the users connected to a network; the users will have to enter the number of the option or 0 to skip the vote; after the vote is completed, the host of the vote (aka the Server OS) will have the possibility to send the results of the vote to the users connected to the network ( via Y or N ) :countdown <seconds> [minutes] [hours] - Starts a countdown; when it finishes, the screen will flash or it will make a sound or both
I agree with Shadaez. This so so needs ssh! Someone make this happen!
Hello! I've modified your addon a LITTLE bit. Here are a few images. [URL="http://puu.sh/2DH1B"]Image 1[/URL] [URL="http://puu.sh/2DHBb.jpg"]Image 2[/URL] The OS gets directly injected into the entity witch allows for more control over the "hardware", however, filesystem and network is missing for now. Also bigger screen and uglier model.
could you add different models? like make it so you can choose between the different PC models, like the default, flatscreen, the TV ETC [editline]1st November 2013[/editline] [QUOTE=R-Man;39855719]Are there any servers running this mod ? Some kind of chat hosting OS would be cool too.[/QUOTE] Mine is
Did you realize that he posted months ago
This is late as said. As for your question on changing models, go into the code and look for the entity you want to change then search model.
What happened to this mod ? Please revive !
I've been working on NutScript, but I've had some ideas to recreate the whole thing and add a basic language to use so people can create programs and things.
i think you should ad a ui it wold be better for file management
No. Also, gTerminal 2 will come out soon.
Hey Chessnut. If you are going to allow us to create our own programs, then could you maybe do something like an api for networking, file management and so forth... i'm currently trying to use gTerminal in my NS:BMRP server, but it's a little annoying if you have to resend the files everytime you update it. (Speaking of which, maybe a simple file editor?) [IMG]http://i.stack.imgur.com/dJQOG.png[/IMG] [IMG]http://thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-content/uploads/2010/02/ms-dos-edit-600x317.png?0479ea[/IMG]
There already is an API in the Lua for terminals. [t]http://cloud-4.steampowered.com/ugc/579020457733692381/50C979F4B73EAD69AE39134DAE245F5E5C9F945D/[/t]
Looking good Chessnut! But how would you, lets say... send a message to all PC's in a network?
[lua] local c = net.establish(12345) for k, v in pairs(net.getDeviceCount()) do c:send("192.168.1."..k, "Hello World?") end [/lua]
[QUOTE=Chessnut;44778248][lua] local c = net.establish(12345) for k, v in pairs(net.getDeviceCount()) do c:send("192.168.1."..k, "Hello World?") end [/lua][/QUOTE] Linux on Chrome? That's a new one. Anyway, it's going to be great! How would you, kick all PCs off a network?
Holy shit, that looks epic. Man, keep doing what your doing. This is amazing.
Any progress on gTerminal 2?
tfw no update still it make me rip Also: If hadn't already, custom launch sequences. example: sevreros hi bob u got haxed by joe lol skrub get rekt (then it plays a 64x64 mlg montage)
Hm, any progress on gTerminal 2? I can't wait :D
[QUOTE=Phulax;51146758]Hm, any progress on gTerminal 2? I can't wait :D[/QUOTE] I though it's released?
There is a gTerminal 2 ([url]https://steamcommunity.com/sharedfiles/filedetails/?id=734626021&searchtext=gTerminal[/url]), though that is from a different developer, and the only change is the model. [QUOTE=YoutoYokodera;51148249]I though it's released?[/QUOTE]
[QUOTE=Phulax;51155278]There is a gTerminal 2 ([url]https://steamcommunity.com/sharedfiles/filedetails/?id=734626021&searchtext=gTerminal[/url]), though that is from a different developer, and the only change is the model.[/QUOTE] Oh I didn't notice the author xD
Sorry, you need to Log In to post a reply to this thread.