mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 14:51:52 +00:00
15 lines
No EOL
341 B
INI
15 lines
No EOL
341 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";
|
|
} |