Quake3World.com Forums
     Quake III Arena/Quake Live Discussion
        Server config file commands... Where can I learn them?


Post new topicReply to topic
Login | Profile | | FAQ | Search | IRC





Previous topic | Next topic 
Topic Starter Topic: Server config file commands... Where can I learn them?

Gibblet
Gibblet
Joined: 01 Jul 2011
Posts: 14
PostPosted: 07-03-2011 02:00 AM           Profile Send private message  E-mail  Edit post Reply with quote


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




Top
                 

Mentor
Mentor
Joined: 12 Mar 2005
Posts: 3958
PostPosted: 07-03-2011 06:35 AM           Profile Send private message  E-mail  Edit post Reply with quote


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.




Top
                 

Gibblet
Gibblet
Joined: 01 Jul 2011
Posts: 14
PostPosted: 07-03-2011 09:32 AM           Profile Send private message  E-mail  Edit post Reply with quote


Ahh I see... Thanks *again*

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

Console:
Code:
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:
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... :/




Top
                 

Mentor
Mentor
Joined: 12 Mar 2005
Posts: 3958
PostPosted: 07-03-2011 12:27 PM           Profile Send private message  E-mail  Edit post Reply with quote


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.




Top
                 

Gibblet
Gibblet
Joined: 01 Jul 2011
Posts: 14
PostPosted: 07-04-2011 12:33 PM           Profile Send private message  E-mail  Edit post Reply with quote


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

Code:
]/addbot Doom 2
Unknown command "/addbot"


O_o ???




Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44131
PostPosted: 07-04-2011 10:07 PM           Profile   Send private message  E-mail  Edit post Reply with quote


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".




Top
                 

Gibblet
Gibblet
Joined: 01 Jul 2011
Posts: 14
PostPosted: 07-05-2011 07:32 AM           Profile Send private message  E-mail  Edit post Reply with quote


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...




Top
                 

Recruit
Recruit
Joined: 19 Feb 2015
Posts: 1
PostPosted: 02-19-2015 11:12 PM           Profile Send private message  E-mail  Edit post Reply with quote


@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 03-04-2015 09:12 PM, edited 1 time in total.

Top
                 

Insane Quaker
Insane Quaker
Joined: 05 Mar 2010
Posts: 384
PostPosted: 02-20-2015 09:19 AM           Profile Send private message  E-mail  Edit post Reply with quote


Nice necro-bump you silly dipshit...




Top
                 
Quake3World.com | Forum Index | Quake III Arena/Quake Live Discussion


Post new topic Reply to topic


cron
Quake3World.com
© ZeniMax. Zenimax, QUAKE III ARENA, Id Software and associated trademarks are trademarks of the ZeniMax group of companies. All rights reserved.
This is an unofficial fan website without any affiliation with or endorsement by ZeniMax.
All views and opinions expressed are those of the author.