JezuzLizard said in How to rotate CUSTOM maps in T4 zm?:
You need to do something like this
set sv_mapRotation "loadmod \"mods/coolweps\" map nazi_zombie_factory"
.
Idk where you found this but that's it. Thank you!
If someone else needs, here is the rotation part inside .cfg file:
// Map_rotation
set sv_mapRotation "loadmod custom_01 map custom_01 loadmod custom_02 map custom_02 loadmod custom_03 map custom_03"
set sv_maprotationcurrent ""
And you don't need set mod="mods/custom_01"
& +set fs_game %mod%
from .bat anymore.