mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
806a71fec2
Game configurations, Strife, Doom map format: several thing flags were named incorrectly. Game configurations, Strife, Doom map format: several linedef flags were listed as "Unknown". Edit Selection mode: 15-degree rotation steps require more precision...
24 lines
No EOL
520 B
INI
24 lines
No EOL
520 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");
|
|
}
|
|
|
|
// Door making
|
|
makedoortrack = "DORTRK01";
|
|
makedoordoor = "DORML01";
|
|
|
|
// Default texture sets
|
|
// (these are not required, but useful for new users)
|
|
texturesets
|
|
{
|
|
include("Strife_texturesets.cfg");
|
|
} |