mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 14:12:16 +00:00
15 lines
355 B
INI
15 lines
355 B
INI
|
//Testing parameters for all engines
|
||
|
vanilla_mapxx
|
||
|
{
|
||
|
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1%L2 %NM";
|
||
|
}
|
||
|
|
||
|
vanilla_exmx
|
||
|
{
|
||
|
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" -warp %L1 %L2 %NM";
|
||
|
}
|
||
|
|
||
|
modern
|
||
|
{
|
||
|
testparameters = "-iwad \"%WP\" -skill \"%S\" -file \"%AP\" \"%F\" +map %L %NM";
|
||
|
}
|