mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-12 07:05:29 +00:00
30 lines
No EOL
656 B
INI
30 lines
No EOL
656 B
INI
// Default lump name for new map
|
|
defaultlumpname = "MAP01";
|
|
skyflatname = "F_SKY001";
|
|
basegame = 4;
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
decorategames = "strife";
|
|
|
|
// Skill levels
|
|
skills
|
|
{
|
|
include("Strife_misc.cfg", "skills");
|
|
}
|
|
|
|
// Default textures
|
|
defaultwalltexture = "BRKGRY17";
|
|
defaultfloortexture = "F_NOLINE";
|
|
defaultceilingtexture = "F_DECK";
|
|
|
|
// Door making
|
|
makedoortrack = "DORTRK01";
|
|
makedoordoor = "DORML01";
|
|
makedoorceil = "F_UNDOOR";
|
|
|
|
// Default texture sets
|
|
// (these are not required, but useful for new users)
|
|
texturesets
|
|
{
|
|
include("Strife_texturesets.cfg");
|
|
} |