Monsters are changed to random sprites

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Monsters are changed to random sprites

Re: Monsters are changed to random sprites

by Graf Zahl » Tue Apr 02, 2024 2:31 pm

I'm sorry to say this but this project is, for all intents and purposes, undebuggable. The first file alone is 12 MB of DECORATE code to check.
I don't even think this is an engine bug but something in the mod making incorrect assumptions - but how to you expect someone unfamiliar with all this to locate the problem in that?


If you want some feedback, cut this down to a smaller, self contained example that can actually be analyzed. The sheer amount of code in here means that there is very little chance anybody will be able to find out what happens.

Monsters are changed to random sprites

by ludo » Mon Apr 01, 2024 6:36 pm

There is a mod for Samsara Reincarnation the new version and Exmixer that needs both of them to run and it it adds a randomized monster set like AEoD on top.

It is not made for the public, it is just for my own personal use.

https://www.mediafire.com/file/qv8bfo3y ... 1.pk3/file part 1 (core decorate, spanners and factions)
https://www.mediafire.com/file/z2rsanry ... 2.pk3/file part 2 (additional factions)
https://www.mediafire.com/file/t34ehh1f ... 3.pk3/file part 3 (3D model based factions)

The problem is when you run this with Samsara, it has some enemies show up as the wrong sprites. But it has nothing to do with conflicting names.
Because every time you run the mod, their sprites change to another set. For example an enemy could be a Sabre-claw from Heretic. But when you boot it up again their sprites are now a Peasant from Strife. So it seems like a weird bug.

I've been told this happens because of overload of sprites for GZDoom to handle. What kind of bug is coded into GZDoom to do that? I've also been told it could be "something messing up the time table of the sprites" but couldn't find any information.

Thank you!

Top