View Single Post
nandofs
Junior Member
Join Date: Aug 2017
Old 07-01-2018 , 23:33   Re: [L4D2] Improved Automatic Campaign Switcher (ACS) [v1.9.0 (20180701)]
Reply With Quote #8

Excellent friend with this update worked for me.
I just had to change the delay from 6 seconds to 5 seconds.
so that I can change correctly.


before
//Define the wait time after round before changing to the next map in each game mode
#define WAIT_TIME_BEFORE_SWITCH_COOP 7.0
#define WAIT_TIME_BEFORE_SWITCH_VERSUS 6.0
#define WAIT_TIME_BEFORE_SWITCH_SCAVENGE 11.0

now
//Define the wait time after round before changing to the next map in each game mode
#define WAIT_TIME_BEFORE_SWITCH_COOP 7.0
#define WAIT_TIME_BEFORE_SWITCH_VERSUS 5.0
#define WAIT_TIME_BEFORE_SWITCH_SCAVENGE 11.0
__________________
--------------------------------------------------------------------------
I'm not good with English, I use Google's translator. : 3
But if I understand Spanish perfectly : 3
--------------------------------------------------------------------------

Last edited by nandofs; 07-01-2018 at 23:35.
nandofs is offline