Server config file commands... Where can I learn them?

Locked
th3ant
Posts: 14
Joined: Fri Jul 01, 2011 8:51 pm

Server config file commands... Where can I learn them?

Post by th3ant »

Right, I'm setting up a server and want to make my server.cfg file a bit more... "interesting"

I've scoured the web (or so I think) and have not managed to find any more advanced codes that I have seen in action in other servers, eg: Anti-Camper "Move or Die" messages.

Does anyone know anywhere I can find these more advanced "scripts"

Thanks, th3ant
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Server config file commands... Where can I learn them?

Post by ^misantropia^ »

They're probably mods, like OSP or CPMA. http://www.quake3world.com/q3guide/servers.html has pointers and references on how to admin your server.
th3ant
Posts: 14
Joined: Fri Jul 01, 2011 8:51 pm

Re: Server config file commands... Where can I learn them?

Post by th3ant »

Ahh I see... Thanks *again*

Do you know why my bots aren't loading...?

Console:

Code: Select all

Q3 1.16n win-x86 Mar 14 2000
----- FS_Startup -----
Current search path:
C:\Program Files\Quake III Arena\baseq3\pak2.pk3 (148 files)
C:\Program Files\Quake III Arena\baseq3\pak0.pk3 (3539 files)
C:\Program Files\Quake III Arena/baseq3

----------------------
execing default.cfg
execing q3config.cfg
sv_cheats is read only.
couldn't exec autoexec.cfg
...detecting CPU, found Intel Pentium III

------- Input Initialization -------
Initializing DirectInput...
Couldn't set DI coop level
Falling back to Win32 mouse support...
Joystick is not active.
------------------------------------
--- Common Initialization Complete ---
Winsock Initialized
Opening IP socket: localhost:27970
Hostname: th3ant-optiplex
IP: 192.168.0.5
Working directory: C:\Program Files\Quake III Arena
execing TH3N3WBZ.cfg
sv_cheats is read only.
Unknown command "pb_sv_enable"
Unknown command "pb_sv_guidrelax"
execing n3wb_map_rotation.cfg
------ Server Initialization ------
Server: q3dm0
Loading dll file qagame.
Failed to load dll, looking for qvm.
Loading vm file vm/qagame.qvm.
VM file qagame compiled to 1500845 bytes of code
------- Game Initialization -------
gamename: baseq3
gamedate: Mar 14 2000
------------------------------------------------------------
InitGame: \gamename\baseq3\.email\th3ant@gmail.com\.Admin\th3ant\mapname\q3dm0\protocol\43\version\Q3 1.16n win-x86 Mar 14 2000\sv_maxPing\0\sv_minPing\0\sv_privateClients\3\g_gametype\0\sv_floodProtect\1\sv_maxRate\10000\sv_hostname\[-TH3 N3WBZ-]\dmflags\0\fraglimit\50\timelimit\10\sv_maxclients\6\g_maxGameClients\0\capturelimit\8\g_needpass\1
1 teams with 2 entities
11 items registered
-----------------------------------
------- BotLib Initialization -------
loaded weapons.c
loaded items.c
loaded syn.c
loaded rnd.c
loaded match.c
loaded rchat.c
------------ Map Loading ------------
trying to load maps/q3dm0.aas
loaded maps/q3dm0.aas
found 19 level items
-------------------------------------
32 bots parsed
31 arenas parsed
AAS initialized.
-----------------------------------
Hitch warning: 29684595 msec frame time
Resolving master0.gamespy.com:28900
master0.gamespy.com:28900 resolved to 69.10.30.248:27950
Sending heartbeat to master0.gamespy.com:28900
Resolving master.gamershut.de:27950
Couldn't resolve address: master.gamershut.de:27950
Resolving master.gnw.de:27950
master.gnw.de:27950 resolved to 193.41.200.20:27950
Sending heartbeat to master.gnw.de:27950
Resolving master3.idsoftware.com:27950
master3.idsoftware.com:27950 resolved to 192.246.40.56:27950
Sending heartbeat to master3.idsoftware.com:27Client 0 connecting with 66 challenge ping
Client 0 connecting with 3069 challenge ping
Client 0 connecting with 6072 challenge ping
Client 0 connecting with 9075 challenge ping
ClientConnect: 3
ClientUserinfoChanged: 3 n\th3ant\t\0\model\doom/default\c1\4\hc\100\w\0\l\0
broadcast: print "th3ant connected\n"
Sending heartbeat to master0.gamespy.com:28900
Sending heartbeat to master.gnw.de:27950
Sending heartbeat to master3.idsoftware.com:27950
ClientUserinfoChanged: 3 n\th3ant\t\0\model\doom/default\c1\4\hc\100\w\0\l\0
ClientUserinfoChanged: 3 n\th3ant\t\0\model\doom/default\c1\4\hc\100\w\0\l\0
broadcast: print "th3ant entered the game\n"
ClientBegin: 3
Hitch warning: 542 msec frame time
Hitch warning: 551 msec frame time
Hitch warning: 632 msec frame time
950
Hitch warning: 1989 msec frame time
Config file:

Code: Select all

seta bot_enable "1"		
seta bot_minplayers "0"
seta bot_nochat "1"	
When I try to add a Bot with /addbot it says cmd not found... :/
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Server config file commands... Where can I learn them?

Post by ^misantropia^ »

If you have a stand-alone server, i.e. you connect to it with another instance of quake3, you have to rcon the addbot command: /rcon addbot doom

You'll need to set up an rcon password but the guide explains how to do that.
th3ant
Posts: 14
Joined: Fri Jul 01, 2011 8:51 pm

Re: Server config file commands... Where can I learn them?

Post by th3ant »

Still not working, Even if I try the command in the console....

Code: Select all

]/addbot Doom 2
Unknown command "/addbot"
O_o ???
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Server config file commands... Where can I learn them?

Post by Eraser »

Oh I know. You're typing these commands into the dedicated server window right? In that case, you have to omit the backslash (or slash). So simply type "addbot Doom 2".
th3ant
Posts: 14
Joined: Fri Jul 01, 2011 8:51 pm

Re: Server config file commands... Where can I learn them?

Post by th3ant »

Right... tried that...
Typed in:
]addbot Doom 2

Nothing appeared after, went on server and there was nothing there.
I'm closing this topic and moving to Techinical Support thingy...
faarigia
Posts: 1
Joined: Fri Feb 20, 2015 6:59 am

Re: Server config file commands... Where can I learn them?

Post by faarigia »

@Ben1943: Just pick the Battle suit spawning right next to the platforms and you're saved of damage :) Oh, there is also nice secret that requires battle suit to get in without dying, it's a hole in wall and path to it trace straight in lava :)
_____________________
Unlock the key of your success by Testking ccnp labs and testking.By using our latest a+ 220-801 test and study material, you can easily pass http:mispp.edu Your Exams.
Last edited by faarigia on Thu Mar 05, 2015 5:12 am, edited 1 time in total.
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: Server config file commands... Where can I learn them?

Post by themuffinman »

Nice necro-bump you silly dipshit...
Locked