Jump to content

Telnet GUI


compuguru992000

Recommended Posts

So i got tired of managing my small friend only server through telnet and putty command line and figured i would make a gui to do the most common things that i do, weather, be mean and spawn random bears on people, zombies. Teleport new players to the team, chat to server from work, whatever else. And figured i would make a simple program to make life easier.

 

This tool is meant to be run on the servers host machine but that could change, below is an image of the almost finished UI, this is not a mod, merely an graphical extension of the existing telnet admin commands of the base game written in C#.

 

I should have a download link for you guys in the next few days if. Anyone shows interest.

 

7d2d-telnet-extension.PNG

 

- - - Updated - - -

 

As this is a telnet extension, it should work with any game version and alongside any loaded mods.

 

- - - Updated - - -

 

Download link here, I can post code if anyone gets paranoid.

https://psychoticlab.com/7d2d/7D2DTelnetExtension.zip

Capture-1.jpg.37da1ee67bd855e92317ea5e74e64612.jpg

Link to comment
Share on other sites

Looking good!

 

Also would love to find commands to spawn items on people, if anyone has them that would be great to share!

 

You made it a bit difficult on yourself by "only" sticking to vanilla commands. All well known apimods have commands to give items to players (and much much more). Keeping yourself independant of evt. updates of apimods makes you indeed gameupdate "proof" (unless vanilla commands are removed or changed), BUT that means you only can use the vanilla commands available. Spawning items on players is not one of them, unfortunately.

 

Cheers

Link to comment
Share on other sites

Looking good!

 

 

 

You made it a bit difficult on yourself by "only" sticking to vanilla commands. All well known apimods have commands to give items to players (and much much more). Keeping yourself independant of evt. updates of apimods makes you indeed gameupdate "proof" (unless vanilla commands are removed or changed), BUT that means you only can use the vanilla commands available. Spawning items on players is not one of them, unfortunately.

 

Cheers

 

The GUI is limited to vanilla but can still run commands via text from the textbox below telnet stream, so not 100% limited, maybe ill make some customizable buttons for things like allocs server fixes.

Link to comment
Share on other sites

In that case, beside allocs, you might wanna check:

 

https://7daystodie.com/forums/showthread.php?69772-djkrose-s-Scripting-Mod

 

https://7daystodie.com/forums/showthread.php?57569-Bad-Company-Manager-(ApiMod-for-Servers)

 

https://7daystodie.com/forums/showthread.php?77267-Servertools-updated-to-5-5

 

All commands you will ever need and more ^^

 

Cheers

 

-edit- for giving to players: BCM and Servertools can directly give into backpack of players

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...