UltimateZoneBuilder/Build/Configurations/Includes/Game_Strife.cfg
MaxED 806a71fec2 Game configurations, Strife: added sprites and proper heights to all strife things.
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...
2015-04-27 14:56:25 +00:00

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");
}