mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 15:11:56 +00:00
35 lines
No EOL
683 B
INI
Executable file
35 lines
No EOL
683 B
INI
Executable file
// Default lump name for new map
|
|
defaultlumpname = "MAP01";
|
|
basegame = "Chex";
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
decorategames = "chex";
|
|
|
|
//mxd. Sky textures for vanilla maps
|
|
defaultskytextures
|
|
{
|
|
SKY1 = "E1M1,E1M2,E1M3,E1M4,E1M5";
|
|
}
|
|
|
|
// Skill levels
|
|
skills
|
|
{
|
|
include("Chex_misc.cfg", "skills");
|
|
}
|
|
|
|
// Door making
|
|
makedoortrack = "COMPSTA1";
|
|
|
|
// Default thing filters
|
|
// (these are not required, just useful for new users)
|
|
/*thingsfilters
|
|
{
|
|
include("Doom_misc.cfg", "thingsfilters");
|
|
}*/
|
|
|
|
// Default texture sets
|
|
// (these are not required, but useful for new users)
|
|
texturesets
|
|
{
|
|
include("Chex3_texturesets.cfg");
|
|
} |