put the autoexec.cfg in your hlds_l/mod directory. Add +exec autoexec.cfg to your start up line.
I use this. ./hlds_run -game cstrike -tos -pingboost 1 +exec autoexec.cfg My autoexec.cfg looks like this. maxplayers 24 set logfile 2 mp_logmessages 1 log ON map de_dust2.bsp ip 216.32.201.69 port 27015 fullserverinfo exec server.cfg ----- Original Message ----- From: "Jason Isenhart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 7:36 PM Subject: Re: [hlds_linux] Some questions! > How do you set it to exec the autoexec.cfg. Cause that would help alot. And > can you specify where that autoexec.cfg is located. > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 02, 2003 11:54 AM > Subject: Re: [hlds_linux] Some questions! > > > > actually the + isnt necessary just put > > > > -game cstrike ip xxx.xxx.xxx.xxx port 2701x maxplayers ## map de_whatever > > > > Personally i run all mine with the port, ip, maxplayers, and start map in > > the autoexec.cfg. > > > > I start mine with > > > > screen -A -m -d -S hlds-username ./hlds_run -game cstrike sys_ticrate 100 > > pingboost 1 > > > > but thats just me > > then i put all the stuff I dont want the user to change in the > autoexec.cfg > > and own it by root and chmod it 555 > > ----- Original Message ----- > > From: "Willem van der Poel" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, September 02, 2003 1:12 PM > > Subject: Re: [hlds_linux] Some questions! > > > > > > > add the following to your start line: > > > -game cstrike + ip <ip> +port <port> +maxplayers <number> +map > <map_name> > > > > > > That should do the trick. > > > > > > Regards, > > > > > > William > > > ----- Original Message ----- > > > From: "Tony Di Schino" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, September 02, 2003 6:47 PM > > > Subject: Re: [hlds_linux] Some questions! > > > > > > > > > > > > > > --- Nander Paardekooper <[EMAIL PROTECTED]> wrote: > > > > > This is a multi-part message in MIME format. > > > > > -- > > > > > [ Picked text/plain from multipart/alternative ] > > > > > 3.) Any1 know how to give the hlds processes the highest priority? > > > > > > > > > > nice -adjust -20 <your hlds start command> > > > > > > > > My start line is: > > > > > > > > screen -A -m -d -S servermain ./hlds_run -pingboost 1 -game cstrike > > > > -restart > > > > > > > > I've tried putting nice -adjust -20 before ./hlds_run but no go. I've > > > > tried putting it before screen but no go as well. How can I Nice my > > > > hlds process while using the screen command in the command line? > > > > > > > > Thanks, > > > > > > > > Tony > > > > > > > > _______________________________________________ > > > > To unsubscribe, edit your list preferences, or view the list archives, > > > please visit: > > > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > > > > > > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > > > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

