mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 14:51:52 +00:00
29 lines
No EOL
688 B
INI
29 lines
No EOL
688 B
INI
// Default lump name for new map
|
|
defaultlumpname = "MAP01";
|
|
basegame = 1; //mxd: 0 - UNKNOWN, 1 - DOOM, 2 - HERETIC, 3 - HEXEN, 4 - STRIFE,
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
decorategames = "doom";
|
|
|
|
// 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");
|
|
} |