UltimateZoneBuilder/Build/Configurations/Includes/Zandronum_misc.cfg
MaxED 592887a086 Configurations: increased game configuration loading speed (in previous builds it took ~650 ms. to load a single game configuration, now it takes ~120 ms. to load all 64 of them). As a side effect, New\Open Map Options, Map Options and Game Configurations windows are now opened noticeably faster. The editor starts up a bit faster as well.
Configurations: all 64 game configuration are now available by default.
Game Configurations window: game configurations can now be disabled. This setting is mostly cosmetic. When a game configuration is disabled, it won't be shown in "game configuration" dropdowns in New\Open Map Options and Map Options windows. If a map's .dbs file specifies a disabled configuration, it will be picked as a map configuration anyway.
Linedefs mode: vertex insert preview logic used Highlight range instead of Stitch range (which is used when draw mode engages).
Visual mode: double-sided middle textures were not selected when using "Select" action with "with same texture" modifier.
Textures: some optimizations in patch blending code.
ZDoom ACS script configuration: added definitions for StrLeft, StrMid and StrRight functions.
2014-02-18 14:04:14 +00:00

121 lines
No EOL
2.2 KiB
INI

// Miscellaneous Zandronum settings.
// Only contains ST-exclusive stuff, imports the rest from ZDoom configuration.
enums_doom
{
spawnthing
{
155 = "Dark Imp";
156 = "Blood Demon";
157 = "SSG Guy";
158 = "Hectebus";
159 = "Cacolantern";
163 = "Grenade Launcher";
164 = "Railgun";
165 = "BFG 10K";
166 = "Max Health Bonus";
167 = "Max Armor Bonus";
168 = "Red Armor";
169 = "Turbo Sphere";
171 = "Time Freeze Sphere";
174 = "Invisibility Sphere";
175 = "Doom Sphere";
176 = "Random Powerup";
177 = "Blue Flag";
178 = "Red Flag";
179 = "White Flag";
180 = "Strength Rune";
181 = "Rage Rune";
182 = "Drain Rune";
183 = "Spread Rune";
184 = "Resistance Rune";
185 = "Regeneration Rune";
186 = "Prosperity Rune";
187 = "Reflection Rune";
188 = "High Jump Rune";
189 = "Haste Rune";
214 = "Minigun";
215 = "Belphegor";
217 = "BFG 10K Shot";
218 = "Dark Imp Shot";
219 = "Cacolantern Shot";
220 = "Abaddon";
221 = "Abaddon Shot";
222 = "Belphegor Shot";
}
}
enums_notdoom
{
spawnthing
{
169 = "Turbo Sphere";
171 = "Time Freeze Sphere";
174 = "Invisibility Sphere";
175 = "Doom Sphere";
177 = "Blue Flag";
178 = "Red Flag";
179 = "White Flag";
180 = "Strength Rune";
181 = "Rage Rune";
182 = "Drain Rune";
183 = "Spread Rune";
184 = "Resistance Rune";
185 = "Regeneration Rune";
186 = "Prosperity Rune";
187 = "Reflection Rune";
188 = "High Jump Rune";
189 = "Haste Rune";
214 = "Minigun";
215 = "Belphegor";
219 = "Cacolantern Shot";
220 = "Abaddon";
221 = "Abaddon Shot";
222 = "Belphegor Shot";
}
}
// Default thing filters
// (these are not required, just useful for new users)
thingsfilters
{
filter1
{
name = "Multiplayer";
category = "";
type = -1;
fields
{
512 = true;
1024 = true;
}
}
}
// These things are just way too repetitive
invasionspawnerargs
{
arg0
{
title = "Start Spawn Number";
}
arg1
{
title = "Spawn Delay";
}
arg2
{
title = "Round Spawn Delay";
}
arg3
{
title = "First Appear Wave";
}
arg4
{
title = "Max Spawn";
}
}