mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 21:00:56 +00:00
Rename binary config to legacy config, remove writetextmap by default
This commit is contained in:
parent
5f408e2c6e
commit
1e512db7f5
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
type = "Doom Builder 2 Game Configuration";
|
||||
|
||||
// This is the title to show for this game
|
||||
game = "Sonic Robo Blast 2 - 2.2 (binary)";
|
||||
game = "Sonic Robo Blast 2 - 2.2 (legacy)";
|
||||
|
||||
//GZDB specific. Don't try to load lumps that don't exist.
|
||||
basegame = "doom";
|
||||
|
@ -80,7 +80,7 @@ defaultskytextures
|
|||
defaultlumpname = "MAP01";
|
||||
|
||||
// Default testing parameters
|
||||
testparameters = "-folder \"%AF\" -file \"%AA\" \"%F\" -warp %L -writetextmap";
|
||||
testparameters = "-folder \"%AF\" -file \"%AA\" \"%F\" -warp %L";
|
||||
testshortpaths = true;
|
||||
|
||||
// Default nodebuilder configurations
|
||||
|
|
Loading…
Reference in a new issue