Universal Entropy v3.666b - The Universal Randomizer
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 448
- Joined: Wed May 15, 2019 3:06 am
Re: Universal Entropy v2.3 - A Universal Randomizer
Bluebyte what is this sorcery?
We'll test it out no problem, fantastic.
Thanks again.
We'll test it out no problem, fantastic.
Thanks again.
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.0 - A Universal Randomizer
Version 3.0 is live! Download from the first post.
What's new?
* Random recolouring of monsters in practically infinite colour combinations!
* Monster size now affects their melee range, float speed and how much they can be pushed around or knocked back.
* Monster damage, speed and painlock chance are affected less by their size.
* Revert the default randomisation range to a saner value of 0.25, and the maximum to 0.50.
edit: There was a minor bug in the 3.0 release. I just updated the file, please re-download 3.0b if you had downloaded 3.0.
What's new?
* Random recolouring of monsters in practically infinite colour combinations!
* Monster size now affects their melee range, float speed and how much they can be pushed around or knocked back.
* Monster damage, speed and painlock chance are affected less by their size.
* Revert the default randomisation range to a saner value of 0.25, and the maximum to 0.50.
edit: There was a minor bug in the 3.0 release. I just updated the file, please re-download 3.0b if you had downloaded 3.0.
-
- Posts: 54
- Joined: Wed Mar 02, 2016 10:28 am
- Graphics Processor: ATI/AMD (Modern GZDoom)
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.0 - A Universal Randomizer
Yes, with the current color blending, the defaults result in somewhat darker enemies. I like it though, the dark ones add lots of variety IMO. In the future versions I will probably add additional color blending options. Currently it is multiplicative, and I'm planning to have an additive color blending option as well. That would make things brighter by definition.
-
- Posts: 41
- Joined: Wed Jul 27, 2016 5:55 pm
Re: Universal Entropy v3.0 - A Universal Randomizer
This is such an excellent mod!
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.0 - A Universal Randomizer
version 3.1
You can now choose from 3 color blending types for monster color randomization:
0 : somewhat reminiscent of original colors (default)
1 : colors will have more variety, original colors will be replaced
2 : pale and cartoony
Fix deprecation warnings
You can now choose from 3 color blending types for monster color randomization:
0 : somewhat reminiscent of original colors (default)
1 : colors will have more variety, original colors will be replaced
2 : pale and cartoony
Fix deprecation warnings
-
- Posts: 142
- Joined: Fri Nov 23, 2012 2:45 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Universal Entropy v3.1 - A Universal Randomizer
Like the new update, I've only tried the default color mode so far, so I haven't seen what the other modes can do yet, but it's nice
Edit: After some further testing, do you think you can add an option to make things with the Friendly tag unable to be recolored and stuff, because it seems to recolor companion mod NPCs too.
Edit: After some further testing, do you think you can add an option to make things with the Friendly tag unable to be recolored and stuff, because it seems to recolor companion mod NPCs too.
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.2 - The Universal Randomizer
Thank you for the kind words and feedback.
Here's 3.2:
- Add an option to enable randomization for the friendly; off by default. (thanks BradmanX)
- Monsters now have their reaction time adjusted based on their size; small means quick.
- Change recolorisation blend type 2 and make it a 3-way average; looks better now.
- Convert random values from (float) to (double)
Here's 3.2:
- Add an option to enable randomization for the friendly; off by default. (thanks BradmanX)
- Monsters now have their reaction time adjusted based on their size; small means quick.
- Change recolorisation blend type 2 and make it a 3-way average; looks better now.
- Convert random values from (float) to (double)
-
- Posts: 147
- Joined: Sat Mar 31, 2012 4:27 am
- Preferred Pronouns: He/Him
- Location: Japan
Re: Universal Entropy v3.2 - The Universal Randomizer
Hey, can you add an option that restricts some enemies from getting randomizer effect like changer color or body shape?
I love to see fat enemies, skinny enemies, or weird blue enemies, but I don't want to turn all enemies to recolored or fat enemies.
If I can make only 10% or 30% of enemies to get randomizer effect, this mod would be more epic.
I love to see fat enemies, skinny enemies, or weird blue enemies, but I don't want to turn all enemies to recolored or fat enemies.
If I can make only 10% or 30% of enemies to get randomizer effect, this mod would be more epic.
-
- Posts: 142
- Joined: Fri Nov 23, 2012 2:45 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Universal Entropy v3.2 - The Universal Randomizer
Sounds awesome, unfortunately, it appears there still might be issues with alot of companion mods, particularly those based on on old Brutal Doom code, like Isabelle, Ralsei, and Susie or the Brutal Friends mods, since they don't always have the friendly tag (Though they are unchanged when they do, so the option is definitely doing it's job when it canbLUEbYTE wrote:Thank you for the kind words and feedback.
Here's 3.2:
- Add an option to enable randomization for the friendly; off by default. (thanks BradmanX)
- Monsters now have their reaction time adjusted based on their size; small means quick.
- Change recolorisation blend type 2 and make it a 3-way average; looks better now.
- Convert random values from (float) to (double)

-
- Posts: 12
- Joined: Wed Dec 18, 2019 5:00 am
Re: Universal Entropy v3.2 - The Universal Randomizer
Didn't expect this to work with Brutal Doom (although once an enemy stopped moving as in dead they will change into default color), but i only enable color swapping because randomizing size mess up the hitbox.
-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.2 - The Universal Randomizer
Yes, this should be in the next version, if there's to be one.Hey, can you add an option that restricts some enemies from getting randomizer effect like changer color or body shape?
I love to see fat enemies, skinny enemies, or weird blue enemies, but I don't want to turn all enemies to recolored or fat enemies.
If I can make only 10% or 30% of enemies to get randomizer effect, this mod would be more epic.
Not surprising. Thank you for confirming it.Sounds awesome, unfortunately, it appears there still might be issues with alot of companion mods, particularly those based on on old Brutal Doom code, like Isabelle, Ralsei, and Susie or the Brutal Friends mods, since they don't always have the friendly tag (Though they are unchanged when they do, so the option is definitely doing it's job when it can), nor do they start with it, so unfortunately it seems like a more complicated solution may be necessary for them to be completely or mostly unchanged by the mod.
I believe BD spawns hitboxes as actors, to implement things like critical hits points, which of course would not have the resizing applied to them.Didn't expect this to work with Brutal Doom (although once an enemy stopped moving as in dead they will change into default color), but i only enable color swapping because randomizing size mess up the hitbox.
It is a shame that so many mods have dirty hacks all over the shop; if they actually adhered to proper ways to do things in code, then we would not see such 'issues'. I can not, and even if I could, would not fix or work around the bad design decisions and bad programming practices of other mods. The engine itself has some limitations in places too, so I understand that some mods do things in weird, roundabout ways because they have to.
As cheeky as this might sound, I am quite happy with the current state of the mod and enjoy playing it at default settings. It has come farther than I first envisioned, and I believe is close to a final version.
Thank you all for the feedback.
-
- Posts: 287
- Joined: Thu Mar 07, 2019 9:40 pm
- Graphics Processor: ATI/AMD (Modern GZDoom)
- Location: United States, MI
Re: Universal Entropy v3.2 - The Universal Randomizer
Oh boy, now I can have my moo moos in many flavors now. 

-
- Posts: 142
- Joined: Fri Nov 23, 2012 2:45 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Universal Entropy v3.2 - The Universal Randomizer
Yeah, I can definitely understand your stance on not planning to implement a bunch of workarounds to circumvent the problems caused by some mod's being hacky. That being said, I'm sure there's probably people who could/would help you with it if you did want to try and take a stab at it in the future though, particularly in the case of BD and BD based mods, like Ik Mikk implemented something to get BD and PB enemies working properly with Champions.
Regardless though, this mod is fantastic and I'm gonna continue to enjoy it despite the minor issues it has with some mods
Regardless though, this mod is fantastic and I'm gonna continue to enjoy it despite the minor issues it has with some mods

-
- Posts: 160
- Joined: Fri Nov 15, 2019 4:28 am
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Australia
Re: Universal Entropy v3.3 - The Universal Randomizer
I've tried to incorporate m8f's great suggestion that was animation speed scaling, but wasn't able to get it working. viewtopic.php?f=43&t=66778&start=30#p1141311
Here's hoping that someone more skilled than me can take it to the next level!
edit:
Version 3.3 released:
- Make monster recolorization chance adjustable(thanks namsan), name the options
- minor code refactoring
Here's hoping that someone more skilled than me can take it to the next level!
edit:
Version 3.3 released:
- Make monster recolorization chance adjustable(thanks namsan), name the options
- minor code refactoring
Last edited by bLUEbYTE on Sun Feb 19, 2023 2:32 am, edited 1 time in total.