Yeah i didnt understand nothing bro.... Elaborate better (English is not my first language)
Go to the game folder, then the resources, app, data, and scenario folders. Now you need to go to two different folders:
call: This is the document called call_parameter_weekStart
control: This is the document called control_parameter
Open call_parameter_weekStart, look in the code for the sector you designed, [eval exp="f.actionCount = 3"] , change the 3 to the number of rounds you consider appropriate.
Open control_parameter, look in the code for the sector you designed,
; Jump to 3
[jump storage="actSelect.ks" cond="f.actionCount == 3 || f.actionCount == 2 || f.actionCount == 1"]
In this case, instead of changing the number, change that sector to this one. code:
;Username: 1~8
[jump storage="actSelect.ks" cond="f.actionCount <= 8 && f.actionCount >= 1"]
In this part, change that 8 to the same number you entered in call_parameter_weekStart . Done, tada