mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
41 lines
1.2 KiB
INI
41 lines
1.2 KiB
INI
/************************************************************************\
|
|
Ultimate Doom Builder Game Configuration for Dr. Robotnik's Ring Racers
|
|
\************************************************************************/
|
|
|
|
// 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 = "Dr. Robotnik's Ring Racers (UDMF)";
|
|
|
|
// This is the simplified game engine/sourceport name
|
|
engine = "zdoom";
|
|
|
|
// Settings common to all games and all map formats
|
|
include("Includes\\RingRacers_common.cfg", "common");
|
|
|
|
// Settings common to text map format
|
|
include("Includes\\RingRacers_common.cfg", "mapformat_udmf");
|
|
|
|
include("Includes\\Game_RingRacers.cfg");
|
|
|
|
// Script lumps detection
|
|
scriptlumpnames
|
|
{
|
|
include("Includes\\RingRacers_misc.cfg", "scriptlumpnames");
|
|
}
|
|
|
|
//Default things filters
|
|
thingsfilters
|
|
{
|
|
include("Includes\\RingRacers_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\\RingRacers_misc.cfg", "enums");
|
|
}
|