mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
6b62b4f3d2
Floor and ceiling textures are now moved more predictably by arrow keys in GZDoom Visual mode. Walls texture coordinates are always rounded when moved by arrow keys in Visual modes. Linedef info panel: relative UDMF light values are now shown like this: 16 (128), which means "UDMF light value" ("total surface brightness (UDMF light value + sector brightness)") Player is now spawned at camera height when testing from current location in Visual modes. Focus is now properly restored after testing from current location in Visual modes. Updated Heretic_sectors.cfg and Heretic_things.cfg as described here: http://www.doombuilder.com/forums/viewtopic.php?f=11&t=357 Changed sprites of artifacts in Hexen_things.cfg to proper ones. Renamed Skulltag configs to Zandronum
121 lines
No EOL
2.2 KiB
INI
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";
|
|
}
|
|
} |