/************************************************************************\ Ultimate Doom Builder Game Configuration for Sonic Robo Blast 2 Version 2.2 \************************************************************************/ // This is required to prevent accidental use of a different configuration type = "Doom Builder 2 Game Configuration"; // This is the title to show for this game game = "Sonic Robo Blast 2 - 2.2 (UDMF)"; // This is the simplified game engine/sourceport name engine = "zdoom"; // Settings common to all games and all map formats include("Includes\\SRB222_common.cfg", "common"); // Settings common to text map format include("Includes\\SRB222_common.cfg", "mapformat_udmf"); include("Includes\\Game_SRB222.cfg"); // Script lumps detection scriptlumpnames { include("Includes\\SRB222_misc.cfg", "scriptlumpnames"); } // THING TYPES thingtypes { include("Includes\\SRB222_things.cfg"); } //Default things filters thingsfilters { include("Includes\\SRB222_misc.cfg", "thingsfilters"); } // ENUMERATIONS // Each engine has its own additional thing types // These are enumerated lists for linedef types and UDMF fields. enums { // Basic game enums include("Includes\\SRB222_misc.cfg", "enums"); }