Forum

> > CS2D > General > Server Un-Beta Mod
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Server Un-Beta Mod

29 replies
Page
To the start Previous 1 2 Next To the start

old Re: Server Un-Beta Mod

Lee
Moderator Off Offline

Quote
lol, k I'll get started on it ASAP, kinda busy lately.

Anyways, I don't get why it's not working. It's running fine on our server.

The error you described meant that the JUMP_FORWARD command went to a restricted area which it shouldn't since the PythonVM is implemented the same way from platform to platform.

Can you give me the specs on the machine that you're running this from as well as the Python specs.

PS: Here's a screenshot proof that the server works on my PC

http://tgvserver.info/works.jpg

and here's the latest working version (at least on mine. PS: be sure to unblock the ports since the program will look for requests sent by usgn)

http://www.tgvserver.info/dediNulled.rar
edited 1×, last 27.04.08 01:25:12 pm

old Re: Server Un-Beta Mod

Guest

Quote
@Leegao: apology accepted and i believe too it should be open source, but it wouldnt want to release an open source version of a cs2d b 0.1.0.4 compatible version, otherwise there could be much worse hacks.
can i contact you per email? i'd like to talk a little about this server un-beta mod.

b2t: good work, i'm looking forward to a full version

old Re: Server Un-Beta Mod

Lee
Moderator Off Offline

Quote
@reaper, yes there is a sv_msg command, this is essentially the same command as the say command (server-side)

Also, please go to the addons directory and modify the commandlist.txt by appending the following lines at the end of the file.

"@msg"               "say (ADMIN) says:"
"@cheat"               "sv_anticheat"
"@map"               "map"
"@money"          "sv_money"
"@awp"               "sv_awp"
"."               "sv_"
"/"               ""

Usages:

@msg hi
Output: (ADMIN) says: hi

@cheat
Output: Server cvar sv_anticheat changed to 0

@map de_dust
Output: Server cvar map changed to de_dust

@money 3
Output: Server cvar sv_money changed to 3

@awp 1
Output: Server cvar sv_awp changed to 1

.awp 1
Output: Server cvar sv_awp changed to 1

.fow 0
Output: Server cvar sv_fow changed to 0

.msg hi
Output: hi

/mp_autoteambalance 1
Output: Server cvar mp_autoteambalance changed to 1
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview