mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
jDoom, Legacy and Risen3D game configurations now makes use of included configurations
This commit is contained in:
parent
8e0589ddf3
commit
9db6df3083
4 changed files with 206 additions and 11086 deletions
49
Build/Configurations/Includes/Doomsday_misc.cfg
Normal file
49
Build/Configurations/Includes/Doomsday_misc.cfg
Normal file
|
@ -0,0 +1,49 @@
|
|||
|
||||
|
||||
// Default sector brightness levels
|
||||
sectorbrightness
|
||||
{
|
||||
255; 248; 240; 232; 224; 216; 208; 200; 192; 184; 176; 168; 160; 152; 144; 136;
|
||||
128; 120; 112; 104; 96; 88; 80; 72; 64; 56; 48; 40; 32; 24; 16; 8; 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
MAP LUMP NAMES
|
||||
Map lumps are loaded with the map as long as they are right after each other. When the editor
|
||||
meets a lump which is not defined in this list it will ignore the map if not satisfied.
|
||||
The order of items defines the order in which lumps will be written to WAD file on save.
|
||||
To indicate the map header lump, use ~MAP
|
||||
|
||||
Legenda:
|
||||
required = Lump is required to exist.
|
||||
blindcopy = Lump will be copied along with the map blindly. (usefull for lumps Doom Builder doesn't use)
|
||||
nodebuild = The nodebuilder generates this lump.
|
||||
allowempty = The nodebuilder is allowed to leave this lump empty.
|
||||
script = This lump is a text-based script. Specify the filename of the script configuration to use.
|
||||
*/
|
||||
|
||||
maplumpnames
|
||||
{
|
||||
DEHACKED
|
||||
{
|
||||
required = false;
|
||||
nodebuild = false;
|
||||
script = "Dehacked.cfg";
|
||||
}
|
||||
|
||||
DD_DEFNS
|
||||
{
|
||||
required = false;
|
||||
nodebuild = false;
|
||||
script = "Doomsday_DED.cfg";
|
||||
}
|
||||
|
||||
DD_DIREC
|
||||
{
|
||||
required = false;
|
||||
nodebuild = false;
|
||||
script = "Text.cfg";
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue