DeekyJay / 7DTD-Remote-Server-Manager

A Remote Server Manager for 7 Days to Die
2 stars 2 forks source link

Console #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi there how would i add a console to this application just a richtextbox that will display the console that you are connected too

DeekyJay commented 9 years ago

What type of connection? This connects via telnet, and via SSH.

ghost commented 9 years ago

Mostly Telnet, i would like to see a live console in the application, Maybe if you login it make a richtext pop at the bottom of the application showing the live console. can you do that?

ghost commented 9 years ago

Something like this image below

capture

DeekyJay commented 9 years ago

This application is extremely outdated first of all, as there have been multiple updates to 7DTD that I have been unable to keep up on due to school. I am surprised any of the functionality actually still works at all. As far as adding the console, it would be as simple as on any type of output from the console, just append it to the richtextfield and do neccessary breaks for the lines and styling to make it have that console looking feel to it.

ghost commented 9 years ago

Oh I see well i tested your app and it's working fine so far, do you have any plans of adding features and updating it? On 18 Dec 2014 21:16, "Derek J" notifications@github.com wrote:

This application is extremely outdated first of all, as there have been multiple updates to 7DTD that I have been unable to keep up on due to school. I am surprised any of the functionality actually still works at all. As far as adding the console, it would be as simple as on any type of output from the console, just append it to the richtextfield and do neccessary breaks for the lines and styling to make it have that console looking feel to it.

— Reply to this email directly or view it on GitHub https://github.com/Leviathan5/7DTD-Remote-Server-Manager/issues/1#issuecomment-67540403 .

DeekyJay commented 9 years ago

Well when I have time, maybe this winter break I will update it, my only suggestion to you is to not use the spawning system currently because it does spawn the wrong items. I'd like to update it so it has a list of plays and I suppose I could maybe at a console output, but first I must fix the initial errors as well as allowing People to supply where they have their scripts, so my software isn't as picky and tied to the guide as possible. This is only if I have time, I am quite busy with other things in life though so I do not know when I will get around to it.

ghost commented 9 years ago

Thank you man

On Thu, 18 Dec 2014 22:40 Derek J notifications@github.com wrote:

Well when I have time, maybe this winter break I will update it, my only suggestion to you is to not use the spawning system currently because it does spawn the wrong items. I'd like to update it so it has a list of plays and I suppose I could maybe at a console output, but first I must fix the initial errors as well as allowing People to supply where they have their scripts, so my software isn't as picky and tied to the guide as possible. This is only if I have time, I am quite busy with other things in life though so I do not know when I will get around to it.

— Reply to this email directly or view it on GitHub https://github.com/Leviathan5/7DTD-Remote-Server-Manager/issues/1#issuecomment-67553169 .

ghost commented 9 years ago

Hey @Leviathan5 i have created a neat GUI but not really sure how to implement the telnet console in the application may you help me, it got to do with 7DTD

Beasting commented 7 years ago

I will pick up this project and try to make something of it.