mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-14 16:10:50 +00:00
29 lines
635 B
INI
29 lines
635 B
INI
|
// Default lump name for new map
|
||
|
defaultlumpname = "E1M1";
|
||
|
basegame = 2;
|
||
|
|
||
|
// Decorate actors to include depending on actor game property
|
||
|
decorategames = "heretic raven";
|
||
|
|
||
|
// Skill levels
|
||
|
skills
|
||
|
{
|
||
|
include("Heretic_misc.cfg", "skills");
|
||
|
}
|
||
|
|
||
|
// Default textures
|
||
|
defaultwalltexture = "GRSTNPB";
|
||
|
defaultfloortexture = "FLOOR03";
|
||
|
defaultceilingtexture = "FLAT506";
|
||
|
|
||
|
// Door making
|
||
|
makedoortrack = "WOODWL";
|
||
|
makedoordoor = "DOORWOOD";
|
||
|
makedoorceil = "FLOOR04";
|
||
|
|
||
|
// Default texture sets
|
||
|
// (these are not required, but useful for new users)
|
||
|
texturesets
|
||
|
{
|
||
|
include("Heretic_texturesets.cfg");
|
||
|
}
|