PDA

View Full Version : boss wave



tjaptchoi
03-18-2012, 04:20 AM
hi all,
i'm pretty new to modding, to be honest i just started yesterday. i really apprciate all tutorials. they are really usefull. But there was one thing i could not find. And that is how to remove a boss wave.
I've been edditing the throne room a bit but i want to remove the boss wave, or in any case remove or replace the boss itself. Does anyone know how this could be done?

JeremyStieglitz
03-19-2012, 09:45 PM
In the main kismet, change the "IsBossMission" variable to false.

And then delete this Kismet subsequence: "Prefabs/Prefab_PerLevelWaveSpawners_Seq/Boss Fight", and link what was going into it (the "Ressurect Players" action) to the "Dungeon Defenders Open Kill Count UI" Start input instead.

-Jer