UltimateZoneBuilder/Build/Configurations/Includes/Game_Doom.cfg
MaxED 09e1eef95c Added LOCKDEFS parser.
Changed, Game Configurations: changed "basegame" value type from int to string.
Updated documentation.
2016-07-14 23:39:48 +00:00

37 lines
No EOL
900 B
INI

// Default lump name for new map
defaultlumpname = "MAP01";
basegame = "Doom";
// Decorate actors to include depending on actor game property
decorategames = "doom";
//mxd. Sky textures for vanilla maps
defaultskytextures
{
SKY1 = "MAP01,MAP02,MAP03,MAP04,MAP05,MAP06,MAP07,MAP08,MAP09,MAP10,MAP11";
SKY2 = "MAP12,MAP13,MAP14,MAP15,MAP16,MAP17,MAP18,MAP19,MAP20";
SKY3 = "MAP21,MAP22,MAP23,MAP24,MAP25,MAP26,MAP27,MAP28,MAP29,MAP30,MAP31,MAP32";
}
// Skill levels
skills
{
include("Doom_misc.cfg", "skills");
}
// Default textures
defaultwalltexture = "STARTAN";
defaultfloortexture = "FLOOR0_1";
defaultceilingtexture = "CEIL1_1";
// Door making
makedoortrack = "DOORTRAK";
makedoordoor = "BIGDOOR2";
makedoorceil = "FLAT20";
// Default texture sets
// (these are not required, but useful for new users)
texturesets
{
include("Doom_texturesets.cfg");
}