Can not migrate Zandronum 1.3 configs to 2.0 with Python script
Posted: Tue Jun 02, 2015 5:44 am
I`ve just tried to migrate my config with Zandronum Config migrator (https://bitbucket.org/crimsondusk/zandr ... r/overview) and just get message "Nothing to migrate".
Example of config:
[spoiler]set fraglimit "30";
set iwad "doom2.wad";
set sv_motd " *** Welcome to Doom2 Old School Deathmatch server from WEBA ISP *** ";
set removebotswhenhumans "1";
set difficulty "5";
set deathmatch "1";
set spam_window "10";
set spam_limit "3";
set sv_hostname "ISP WEBA :: Old School Deathmatch";
set sv_maxclients "4";
set sv_maxplayers "4;
set timelimit "0";
set DmFlags "3101824";
set DmFlags2 "59508224";
set DmFlags3 "5";
set CompatFlags "394010113";
set CompatFlags2 "1";
logfile "/usr/games/doom2st/LOG/ServerDM_OLDSCHOOL.log";
set sv_website "http://d2st.weba.ru/wad/";
echo " ### Config MAP-List ### ";
clearmaplist;
addmap "map01";
addmap "map07";
addmap "map32";
maplist;
map "map01";
sv_maprotation true;
sv_randommaprotation false;[/spoiler]
Example of config:
[spoiler]set fraglimit "30";
set iwad "doom2.wad";
set sv_motd " *** Welcome to Doom2 Old School Deathmatch server from WEBA ISP *** ";
set removebotswhenhumans "1";
set difficulty "5";
set deathmatch "1";
set spam_window "10";
set spam_limit "3";
set sv_hostname "ISP WEBA :: Old School Deathmatch";
set sv_maxclients "4";
set sv_maxplayers "4;
set timelimit "0";
set DmFlags "3101824";
set DmFlags2 "59508224";
set DmFlags3 "5";
set CompatFlags "394010113";
set CompatFlags2 "1";
logfile "/usr/games/doom2st/LOG/ServerDM_OLDSCHOOL.log";
set sv_website "http://d2st.weba.ru/wad/";
echo " ### Config MAP-List ### ";
clearmaplist;
addmap "map01";
addmap "map07";
addmap "map32";
maplist;
map "map01";
sv_maprotation true;
sv_randommaprotation false;[/spoiler]