12-02-2009, 05:51 PM
On all server i have mani admin, sourcemod with sourcebans (I know i should only have sourcemod instead of both sourcemod and mani) zombiemod (on the zm/ze server) then just few addons from eventscripts
and rates for 100tick server:
sv_maxrate 30000
sv_minrate 5000
sv_minupdaterate 50
sv_maxupdaterate 100
sv_mincmdrate 50
sv_maxcmdrate 100
rates for my 66tick:
sv_maxrate 25000
sv_minrate 5000
sv_minupdaterate 10
sv_maxupdaterate 66
sv_mincmdrate 10
sv_maxcmdrate 66
oh yeah since we were talking about assigning 1gs to 1 core im just curious if im doing this right in my start.sh
and next server is taskset -c 1 and so on... I read alot of topics about assigning gs to cores and so but still confusing me a little.
#!/bin/sh
echo "Starting Minigames"
sleep 1
screen -A -m -d -S minigames taskset -c 0 ./srcds_run -console -game cstrike +maxplayers 24 +map mapname -tickrate 100 -port 27015 -secure -autoupdate
I will have to do this all remotly so I have had really busy days learning more about Linux. and how to do all thru ssh with putty and so on. I was gonna install redhat enterprise on a computer here at home and try to learn more but then i realised enterprise wasnt free so now im basicly just waiting for my order to complete, I think its best for me to learn about how to handle a unmanaged server then just let someone else do all work for me on a managed server which costs alot more and I wouldnt learn shit then but to click couple of buttons
and I think i might have to update the kernel aswell for higher fps and i read alot about it so hopefully I can do it myself
and rates for 100tick server:
sv_maxrate 30000
sv_minrate 5000
sv_minupdaterate 50
sv_maxupdaterate 100
sv_mincmdrate 50
sv_maxcmdrate 100
rates for my 66tick:
sv_maxrate 25000
sv_minrate 5000
sv_minupdaterate 10
sv_maxupdaterate 66
sv_mincmdrate 10
sv_maxcmdrate 66
oh yeah since we were talking about assigning 1gs to 1 core im just curious if im doing this right in my start.sh
and next server is taskset -c 1 and so on... I read alot of topics about assigning gs to cores and so but still confusing me a little.
#!/bin/sh
echo "Starting Minigames"
sleep 1
screen -A -m -d -S minigames taskset -c 0 ./srcds_run -console -game cstrike +maxplayers 24 +map mapname -tickrate 100 -port 27015 -secure -autoupdate
I will have to do this all remotly so I have had really busy days learning more about Linux. and how to do all thru ssh with putty and so on. I was gonna install redhat enterprise on a computer here at home and try to learn more but then i realised enterprise wasnt free so now im basicly just waiting for my order to complete, I think its best for me to learn about how to handle a unmanaged server then just let someone else do all work for me on a managed server which costs alot more and I wouldnt learn shit then but to click couple of buttons
and I think i might have to update the kernel aswell for higher fps and i read alot about it so hopefully I can do it myself