mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-24 04:32:11 +00:00
63 lines
No EOL
1.3 KiB
INI
63 lines
No EOL
1.3 KiB
INI
/*********************************************************\
|
|
Zone Builder Game Configuration
|
|
For Sonic Robo Blast 2 Version 2.2
|
|
Contributors (alphabetical):
|
|
* Foxboy
|
|
* FuriousFox
|
|
* JJames19119
|
|
* Kalaron
|
|
* Kristos
|
|
* MascaraSnake
|
|
* mazmazz
|
|
* Morpheus
|
|
* Neo Chaotikal
|
|
* Nev3r
|
|
* Oogaland
|
|
* Rob
|
|
* Shadow Hog
|
|
* Spherallic
|
|
* SRB2-Playah
|
|
* SSNTails
|
|
* SteelT
|
|
* ST218
|
|
* toaster
|
|
* Viola
|
|
\*********************************************************/
|
|
|
|
// 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 (Doom format)";
|
|
|
|
// 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 Doom map format
|
|
include("Includes\\SRB222_common.cfg", "mapformat_doom");
|
|
|
|
include("Includes\\Game_SRB222.cfg");
|
|
|
|
// Thing number for start position in 3D Mode
|
|
start3dmode = 3328;
|
|
|
|
// 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");
|
|
} |