printz
CRAZY DOOM ZEALOT
Posts: 1784
Registered: 06-06 |
Not fixed in EE 3.33.50 RC1
Here's a modified MISC.EDF excerpt. Whatever's bold is added by me:
code:
boss_spawner_types =
{
DoomImp, Demon, Spectre, PainElemental, Cacodemon, Archvile,
Revenant, Arachnotron, Mancubus, HellKnight, BaronOfHell,cyberdemon
}
boss_spawner_probs =
{
23,23,23, 23,23,23, 23,23,23, 23,24,2
}
It stops at startup with:
code:
E_ProcessBossTypes: 12 boss types, 12 boss probs
It doesn't like me adding or taking monsters to the list.
Last edited by printz on 04-08-07 at 12:27
|