Page 2 of 4

Re: 10x Universal - Custom multipliers added

Posted: Sat Jun 20, 2015 4:06 am
by FLYBAT

Re: 10x Universal - Custom multipliers added

Posted: Fri Jun 26, 2015 3:21 am
by IdiotBitz
Setting the sv_10xu_mul to 100... 1900 monsters on the first level?!

Re: 10x Universal - Custom multipliers added

Posted: Fri Jun 26, 2015 9:12 am
by Armaetus
No way anyone can do this on Holy Hell MAP05, which has around 23,000 monsters..

Re: 10x Universal - Custom multipliers added

Posted: Fri Jun 26, 2015 1:36 pm
by FLYBAT
Because it doesn't work:

Re: 10x Universal - Custom multipliers added

Posted: Sat Jun 27, 2015 5:13 am
by The Zombie Killer
Hmm, it seems that the reason it's not working there is because A_RadiusGive is failing at that distance on this map.
Not sure how to fix it, I'll see what I can do though

Re: 10x Universal - Custom multipliers added

Posted: Sat Jun 27, 2015 7:04 am
by Beed28
The Zombie Killer wrote:Hmm, it seems that the reason it's not working there is because A_RadiusGive is failing at that distance on this map.
Not sure how to fix it, I'll see what I can do though
I think you're out of luck here, I'm afraid.

Re: 10x Universal

Posted: Mon May 23, 2016 6:28 am
by The Zombie Killer
Thanks to recent changes to ZDoom, this should now work without issues in any map! Enjoy the update

Re: 10x Universal

Posted: Mon May 23, 2016 7:29 am
by Beed28
One problem I've found is that it doesn't take monsters with the ambush flag set into account. All monsters that are spawned do not have ambush, regardless if the original has the flag or not. It certainly is possible to check if a monster has the ambush flag, and then give the copies the ambush flag as well. Also, it gets really, really laggy on some maps. Perhaps check if only the monster count has increased instead of checking if it has changed at all? That might help.

Re: 10x Universal - Spawn Queue!

Posted: Mon May 23, 2016 7:45 am
by The Zombie Killer
Added. Also, quite a few important features in this update, the spawn queue being one of them. This makes maps like Holy Hell MAP05 semi-playable.
EDIT: Just did another quick update that now ensures the monster count has actually increased before re-10x-ing everything. Big performance boost there.

Re: 10x Universal - Spawn Queue!

Posted: Thu Aug 04, 2016 2:01 pm
by Frozenwolf150
This mod will lead to some strange behavior when played with Strife, as it multiplies absolutely everything, including passive NPCs. This means you can get a quest 10 times, and get a reward 10 times. So, probably don't exploit that if you're going to use it with Strife.

ETA: I don't recommend using this with Strife. It will multiply the non-hostile guards in town until they occupy all the standing room on the map, which means you'll have to crowd surf across them to get anywhere. Unless you somehow manage to kill them all, but there will be 1,430 of them.

On the other hand, this mod has worked with pretty much everything I've tested it with so far and does not have the conflicts of previous versions. So it looks like I'll be spending some time with this one.

Re: 10x Universal - Spawn Queue!

Posted: Thu Aug 04, 2016 3:32 pm
by dljosef
Just wondering, will there be a possible option where randomizer mods can have the effect of spawning different enemies of the same class? (Colored Hell, for instance, having monsters of the same class having their different tiers having a chance to spawn.)

Edit: To be more specific, I mean for one instance a demon of the common class spawns, and the next one spawned turns out to be either a green or blue, within the same spawn spot.

Re: 10x Universal - Spawn Queue!

Posted: Wed Aug 10, 2016 9:32 am
by Frozenwolf150
I finally found a mod that is incompatible, specifically the Doom RPG mod. It relies heavily on scripts that are constantly running, and the spawn queue can easily overwhelm that, resulting in all sorts of glitches such as the interface disappearing or features not working. The whole reason I was trying to use the two together was to increase the XP gained, which has worked with other RPG mods, but not this one.

Re: 10x Universal - Spawn Queue!

Posted: Sat Jul 08, 2017 11:47 am
by Caligari87
Sorry for the bump, but I'm getting a fatal error crash on level load with this mod:

Code: Select all

*** Fatal Error ***
Address not mapped to object (signal 11)
Address: 0x60
Running GZDoom 3.1.0, no other mods. Just starting a new game on MAP01 or E1M1 does it.

8-)

Re: 10x Universal - Spawn Queue!

Posted: Sat Jul 08, 2017 11:55 am
by Nash
You can probably make this mod even more anything-compatible with ZScript's Event Handlers... I'm imagining it would literally take like 5 - 10 lines of code at most. XD

Re: 10x Universal - Spawn Queue!

Posted: Fri Sep 08, 2017 4:07 pm
by TheRailgunner
So, I noticed that, while I love this mod, some maps are far more difficult with 10x the monsters, mainly levels that start with the player being seen/attacked, so I added a multiplier option:

Now with user-manipulable options!

This allows you to adjust how many enemies will actually spawn, for when you load up Memento Mori II and get instantly annihilated by 70 hitscanners. Alternatively, if you'd rather just add menudef.txt to it yourself, that's also an option.

EDIT: I've changed the slider to a text field, and added a text field for the spawn queue. In addition, boss multiplier and visible enemy count can also be toggled.