GUI_DS for CS2D
80 replies24.09.16 04:51:47 am
Hello guys, i just want to show my newest "Project".
I'll get my graduation certificate this year, and i want to pratice my programming skills, and i got an idea by trying the official server application, boom, let's try to make a graphical "mod" for it! There is a picture of first version
I want to make the playerlist clickable, i mean if you click on a name, then click "Kick" u'll kick him, and of course u can send message global, or private(to player) outside from the server. I'll make new features for it to make more useable, if it's legal, i'm just a student with an universe in his head. BTW: Programming Language:Python, with Tkinter graphical module, i know, this is so simple(yet). But now, really.. There is the picture.
I'll get my graduation certificate this year, and i want to pratice my programming skills, and i got an idea by trying the official server application, boom, let's try to make a graphical "mod" for it! There is a picture of first version


edited 2×, last 01.10.16 10:41:24 am
@
Gaios: Sadly.. That's impossible, Can't edit CS2D Default values, like player limit(32). :c

It's nice someone can modify CS2D, have a good luck buddy.
Off topic: @
Gaios: did you mean "to 255", not "up to 255", you know it why. 4 bytes- integer doesn't support up to 255.
Off topic: @

@
_Yank: This is just a "mod". Runs the official dedicated server, get datas and uses them, next version will be socket based, but firstly i want to make this "perfect".


@
Buksee, are you fetching the data from the logs or tapping the packets?

@
Nekomata: fetching data from the running dedicated_server.exe (runs automatically), and send packets(commands like sv_msg2, kick, ban) via UDP packets.
There is the new picture

(At the bottom there is a Entry. U can use any command you want via UDP socket)

There is the new picture


(At the bottom there is a Entry. U can use any command you want via UDP socket)
edited 2×, last 24.09.16 05:57:38 pm
@
Buksee:
Would you be kind enough to let me know...
1.I mean? Ban name? Ban USGN? Ban IP?
2.It possible to chat with players?

Would you be kind enough to let me know...
1.I mean? Ban name? Ban USGN? Ban IP?
2.It possible to chat with players?

@
kerker:
In the player menu, the ban function is ban by player's ip, but in the entry u can ban with command too, like ban name, or usgn. And no, you can't chat with players(yet :P), but you can send private message. It's a one way conversation(like i said before, yet[It's ready below]).
Boooom. Chat with players in dedicated server? Why not?

In the player menu, the ban function is ban by player's ip, but in the entry u can ban with command too, like ban name, or usgn. And no, you can't chat with players(yet :P), but you can send private message. It's a one way conversation(like i said before, yet[It's ready below]).

Boooom. Chat with players in dedicated server? Why not?

edited 2×, last 24.09.16 10:47:34 pm
@
Buksee, ah. Neat.


Off topic: @
Gaios: did you mean "to 255", not "up to 255", you know it why. 4 bytes- integer doesn't support up to 255.

wat
Quote:
@user boolean Value: What are you talkin about, 4 bytes is 4GB
wat²
4 bytes integer supports numbers up to 4.294.967.295 (2^32 -1)
4 bytes is NOT 4 Giga-Bytes. 4 bytes addresses can target up to 4GB of RAM. You mixed something up dude.
https://ohaz.engineer - Software Engineering
@
ohaz: Off:True, i think they just mixed bit with bytes, max players integer stored in 5 bit integer(2^5=32)(#kappa, if you know)


4 bytes integer supports numbers up to 4.294.967.295 (2^32 -1)
4 bytes is NOT 4 Giga-Bytes. 4 bytes addresses can target up to 4GB of RAM. You mixed something up dude.
4 bytes is NOT 4 Giga-Bytes. 4 bytes addresses can target up to 4GB of RAM. You mixed something up dude.
That's what I wanted to mean, just wrote it wrong.
@
kerker: Good idea, im working on a menu at the top, for server functions, like round restart, and server options. C:

@
Cebra: still in alpha, but i'll publish a first beta as soon i can.

