잡담/문답 Stopwatch 서버 설정에 대해 질문...
페이지 정보
본문
아래와 같이 맵사이클 스크립을 짰는데요, 스크립엔 아무 문제 없어 보이는데.. 맵사이클 두번
째맵인 supplydepot에서 다음맵으로 넘어가질 않고 계속 반복되네요;; 혹시 밑에 스크립에서
잘못 된 부분이 있나요? 아니면 서버설정에서 만져줘야 할 것 이라도.. 아시는 분 답변 좀 부탁드립니다 _ _)
//Map-Cycle Stopwatch
//by Erik Melen (Deveus)
//
//3 = Stopwatch
//Stopwatch Rotation. A full ABBA or ABAB rotation requires 4 rounds per map.
//A simple map_restart is all that is needed for rounds 2-4.
//*****Siwa Oasis Stopwatch Game
set m2r1 \"g_gametype 3; map oasis; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r2; sets StopwatchRound 1;\"
set m2r2 \"map_restart 0; set nextmap vstr m2r5; sets StopwatchRound 2;\"
//*****Supply Depot Stopwatch Game
set m2r5 \"g_gametype 3; map supplydepot; g_warmup 40; g_usertimelimit 18; set nextmap vstr m2m6; sets StopwatchRound 1;\"
set m2r6 \"map_restart 0; set nextmap vstr m2r9; sets StopwatchRound 2;\"
//*****Gold Rush Stopwatch Game
set m2r9 \"g_gametype 3; map goldrush; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r10; sets StopwatchRound 1;\"
set m2r10 \"map_restart 0; set nextmap vstr m2r13; sets StopwatchRound 2;\"
//*****Caen Stopwatch Game
set m2r13 \"g_gametype 3; map caen; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r14; sets StopwatchRound 1;\"
set m2r14 \"map_restart 0; set nextmap vstr m2r17; sets StopwatchRound 2;\"
//*****W?zburg Radar Stopwatch Game
set m2r17 \"g_gametype 3; map radar; g_warmup 40; g_usertimelimit 18; set nextmap vstr m2r18; sets StopwatchRound 1;\"
set m2r18 \"map_restart 0; set nextmap vstr m2r21; sets StopwatchRound 2;\"
//*****Base Stopwatch Game
set m2r21 \"g_gametype 3; map tc_base; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r22; sets StopwatchRound 1;\"
set m2r22 \"map_restart 0; set nextmap vstr m2r25; sets StopwatchRound 2;\"
//*****Rail Gun Stopwatch Game
set m2r25 \"g_gametype 3; map railgun; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r26; sets StopwatchRound 1;\"
set m2r26 \"map_restart 0; set nextmap vstr m2r29; sets StopwatchRound 2;\"
//*****Beach Stopwatch Game
set m2r29 \"g_gametype 3; map mp_beach; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r30; sets StopwatchRound 1;\"
set m2r30 \"map_restart 0; set nextmap vstr m2r1; sets StopwatchRound 2;\"
vstr m2r1
째맵인 supplydepot에서 다음맵으로 넘어가질 않고 계속 반복되네요;; 혹시 밑에 스크립에서
잘못 된 부분이 있나요? 아니면 서버설정에서 만져줘야 할 것 이라도.. 아시는 분 답변 좀 부탁드립니다 _ _)
//Map-Cycle Stopwatch
//by Erik Melen (Deveus)
//
//3 = Stopwatch
//Stopwatch Rotation. A full ABBA or ABAB rotation requires 4 rounds per map.
//A simple map_restart is all that is needed for rounds 2-4.
//*****Siwa Oasis Stopwatch Game
set m2r1 \"g_gametype 3; map oasis; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r2; sets StopwatchRound 1;\"
set m2r2 \"map_restart 0; set nextmap vstr m2r5; sets StopwatchRound 2;\"
//*****Supply Depot Stopwatch Game
set m2r5 \"g_gametype 3; map supplydepot; g_warmup 40; g_usertimelimit 18; set nextmap vstr m2m6; sets StopwatchRound 1;\"
set m2r6 \"map_restart 0; set nextmap vstr m2r9; sets StopwatchRound 2;\"
//*****Gold Rush Stopwatch Game
set m2r9 \"g_gametype 3; map goldrush; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r10; sets StopwatchRound 1;\"
set m2r10 \"map_restart 0; set nextmap vstr m2r13; sets StopwatchRound 2;\"
//*****Caen Stopwatch Game
set m2r13 \"g_gametype 3; map caen; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r14; sets StopwatchRound 1;\"
set m2r14 \"map_restart 0; set nextmap vstr m2r17; sets StopwatchRound 2;\"
//*****W?zburg Radar Stopwatch Game
set m2r17 \"g_gametype 3; map radar; g_warmup 40; g_usertimelimit 18; set nextmap vstr m2r18; sets StopwatchRound 1;\"
set m2r18 \"map_restart 0; set nextmap vstr m2r21; sets StopwatchRound 2;\"
//*****Base Stopwatch Game
set m2r21 \"g_gametype 3; map tc_base; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r22; sets StopwatchRound 1;\"
set m2r22 \"map_restart 0; set nextmap vstr m2r25; sets StopwatchRound 2;\"
//*****Rail Gun Stopwatch Game
set m2r25 \"g_gametype 3; map railgun; g_warmup 40; g_usertimelimit 20; set nextmap vstr m2r26; sets StopwatchRound 1;\"
set m2r26 \"map_restart 0; set nextmap vstr m2r29; sets StopwatchRound 2;\"
//*****Beach Stopwatch Game
set m2r29 \"g_gametype 3; map mp_beach; g_warmup 40; g_usertimelimit 15; set nextmap vstr m2r30; sets StopwatchRound 1;\"
set m2r30 \"map_restart 0; set nextmap vstr m2r1; sets StopwatchRound 2;\"
vstr m2r1
추천0