Thanks for your input a lot everyone,

Here's another funny thing that I've just noticed.
My start up command is:

screen -d -m -S cstrike-27020 ./hlds_run -noipx -tos -game cstrike
-autoupdate +ip 83.212.105.41 +hostport 27020 -sport 27022 -pingboost 2
-maxplayers 28 +servercfgfile server_27020.cfg +map de_dust2

What I've noticed is that when I restart the server not all of the cvars
are effective on the first map load during the first round. More
specifically I've noticed that mp_roundtime is not effective
immediately. Even though in my server_27020.cfg I've set it to 3
(mp_roundtime 3), the first and only the first round of de_dust2 lasts
for 5 minutes. Does anyone know why is that?

Thanks in advance.

On 15/04/2013 02:26 πμ, Collin Howard wrote:
> fps_max is a client side cvar, not a server side cvar. sys_ticrate controls 
> server side.
> 
> there nothing built in to 1.6 hlds that will control the auto switch teams 
> feature like the CSGO feature you're looking for. that will need to be 
> controlled via plugins for amxmodx. best of 30 rounds is basically a PUG. you 
> would need to look for pug mod plugins on alliedmods. 
> 
> round time is something you set in server.cfg
> 
> 
> 
> 
> ________________________________
>  From: Dimitris Zarras <feuga...@ceidwarfare.net>
> To: Half-Life dedicated Linux server mailing list 
> <hlds_linux@list.valvesoftware.com> 
> Sent: Sunday, April 14, 2013 6:24:55 PM
> Subject: Re: [hlds_linux] [CS1.6]Help setting up dedicated server
>  
> 
> OK so
> 
> sys_ticrate 100
> fps_max 500
> 
> for a 100tic/500fps server, right?
> 
> What about halftime sides switch? Is it automatic or do I have to set an
> cvars?
> (I want at the 9th round both teams to switch sides)
> 
> Thanks.
> 
> PS. Are my rates OK or should I change them?
> 
> On 14/04/2013 11:00 μμ, AnAkIn wrote:
>> Sorry, I meant:
>> If you set sys_ticrate to 1000 then the server will run at a ticrate of
>> 1000.
>>
>>
>> 2013/4/14 AnAkIn <anakin...@gmail.com>
>>
>>> -tickrate is source only
>>> If you set sys_ticrate to 1000 when the server will run at a ticrate of
>>> 1000.
>>>
>>>
>>> 2013/4/14 Dimitris Zarras <feuga...@ceidwarfare.net>
>>>
>>>> But what do I set sys_ticrate to?
>>>>
>>>> I've found tutorials that suggest I set sys_ticrate to 1000 for a 100
>>>> ticrate server. Is that correct or not?
>>>>
>>>>
>>>> On 14/04/2013 10:53 μμ, AnAkIn wrote:
>>>>> There is no difference between tickrate and FPS in CS 1.6, they're one
>>>> same
>>>>> thing controlled by sys_ticrate.
>>>>>
>>>>>
>>>>> 2013/4/14 Dimitris Zarras <feuga...@ceidwarfare.net>
>>>>>
>>>>>> Hi guys,
>>>>>>
>>>>>> Some friend have asked me to setup a cs1.6 server. I have setup in the
>>>>>> past TF2 and CSGO servers but never CS1.6. So I'd like some help with
>>>>>> the goldsrc engine. :P
>>>>>>
>>>>>> What I want to do is setup a 100 tic/500 fps server for 28 people.
>>>> Rules
>>>>>> should be: 1st team to 9 wins or best out of 16 rounds wins (round time
>>>>>> 2 minutes) and teams must switch sides at the start of the 9th round.
>>>>>>
>>>>>> Part of my server.cfg is this:
>>>>>>
>>>>>> sys_ticrate 1000
>>>>>> fps_max 500
>>>>>> sv_minrate 25000
>>>>>> sv_maxrate 25000
>>>>>> sv_minupdaterate 100
>>>>>> sv_maxupdaterate 100
>>>>>> sv_mincmdrate 100
>>>>>> sv_maxcmdrate 100
>>>>>> sv_unlag 1
>>>>>>
>>>>>> mp_roundtime 2
>>>>>> mp_timelimit 0
>>>>>> mp_winlimit 9
>>>>>> mp_maxrounds 16
>>>>>>
>>>>>> I know that for the most part it's setup correctly but I'm not so sure
>>>>>> about the sys_ticrate cvar and the fps_max cvar and the rates.
>>>>>> Furthermore I can't find a cvar that controls halftime like in CSGO
>>>>>> (mp_halftime) so how do I implement this? I am missing something here?
>>>>>>
>>>>>> Thanks in advance.
>>>>>>
>>>>>> --
>>>>>> Dimitris Zarras (feugatos)
>>>>>> CEID Warfare | CS:GO, TF2 | ceidwarfare.net
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> To unsubscribe, edit your list preferences, or view the list archives,
>>>>>> please visit:
>>>>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>>>>>>
>>>>> _______________________________________________
>>>>> To unsubscribe, edit your list preferences, or view the list archives,
>>>> please visit:
>>>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>>>> --
>>>> Dimitris Zarras (feugatos)
>>>> CEID Warfare | CS:GO, TF2 | ceidwarfare.net
>>>>
>>>>
>>>> _______________________________________________
>>>> To unsubscribe, edit your list preferences, or view the list archives,
>>>> please visit:
>>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>>>>
>>>
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives, 
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
> 

-- 
Dimitris Zarras (feugatos)
CEID Warfare | CS:GO, TF2 | ceidwarfare.net

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to