Skip to content
Snippets Groups Projects
Commit 9db6df30 authored by codeimp's avatar codeimp
Browse files

jDoom, Legacy and Risen3D game configurations now makes use of included configurations

parent 8e0589dd
No related branches found
No related tags found
No related merge requests found
// 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";
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment