Forum

> > CS2D > General > GUI_DS for CS2D
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch GUI_DS for CS2D

80 Antworten
Seite
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang

alt GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
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. IMG:https://kepfeltoltes.hu/160924/guids_www.kepfeltoltes.hu_.png
2× editiert, zuletzt 01.10.16 10:41:24

alt Re: GUI_DS for CS2D

Baloon
GAME BANNED Off Offline

Zitieren
It's nice someone can modify CS2D, have a good luck buddy.

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

alt Re: GUI_DS for CS2D

_Yank
User Off Offline

Zitieren
@user Buksee: Is the server entirely written in Python or it just "talks" with a lua script there ?

@user Baloon: What are you talkin about, 4 bytes is 4GB

alt Re: GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
@user _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".

alt Re: GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
@user 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 IMG:https://kepfeltoltes.hu/160924/1391521084guids_www.kepfeltoltes.hu_.png


(At the bottom there is a Entry. U can use any command you want via UDP socket)
2× editiert, zuletzt 24.09.16 17:57:38

alt Re: GUI_DS for CS2D

kerker
User Off Offline

Zitieren
@user 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?

alt Re: GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
@user 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?
IMG:https://kepfeltoltes.hu/160924/guids2_www.kepfeltoltes.hu_.png
2× editiert, zuletzt 24.09.16 22:47:34

alt Re: GUI_DS for CS2D

ohaz
User Off Offline

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

wat
Zitat
@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.

alt Re: GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
@user 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)

alt Re: GUI_DS for CS2D

_Yank
User Off Offline

Zitieren
user ohaz hat geschrieben
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.

That's what I wanted to mean, just wrote it wrong.

alt Re: GUI_DS for CS2D

Buksee
User Off Offline

Zitieren
@user kerker: Good idea, im working on a menu at the top, for server functions, like round restart, and server options. C:
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht