SRCDS Steam group


Dual Core
#1
Is it possible to set srcds to stay on one core even after a reboot? Whenever I reboot the settings for the affinity change back to default.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#2
Assuming you use a bat file, before the SRCDS startup part, enter:

Code:
/affinity 0

for example. I *think* its /affinity. Either that or /cpu.
Reply
#3
No, that wont work. You have to use the program "start" to launch "srcds.exe" with the /affinity argument.

Here's what I use:

Start Main Server.bat
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title Main Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait /affinity 2 /high srcds.exe -console -game cstrike -autoupdate +maxplayers 40 +map de_dust -tickrate 100 +ip 38.99.80.171
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Reply
#4
I have a progrom to start it.
THanks
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply
#5
make sure you change the +ip address and this script is placed in the same folder as srcds.exe.
Reply
#6
I have my own batchfile i already used before this. I didnt use yours.
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)