mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-04 16:41:26 +00:00
30 lines
646 B
INI
30 lines
646 B
INI
|
// Default lump name for new map
|
||
|
defaultlumpname = "MAP01";
|
||
|
skyflatname = "F_SKY";
|
||
|
basegame = 3;
|
||
|
|
||
|
// Decorate actors to include depending on actor game property
|
||
|
decorategames = "hexen raven";
|
||
|
|
||
|
// Skill levels
|
||
|
skills
|
||
|
{
|
||
|
include("Hexen_misc.cfg", "skills");
|
||
|
}
|
||
|
|
||
|
// Default textures
|
||
|
defaultwalltexture = "FOREST01";
|
||
|
defaultfloortexture = "F_010";
|
||
|
defaultceilingtexture = "F_011";
|
||
|
|
||
|
// Door making
|
||
|
makedoortrack = "D_END2";
|
||
|
makedoordoor = "D_WD07";
|
||
|
makedoorceil = "F_092";
|
||
|
|
||
|
// Default texture sets
|
||
|
// (these are not required, but useful for new users)
|
||
|
texturesets
|
||
|
{
|
||
|
include("Hexen_texturesets.cfg");
|
||
|
}
|