[v0.5.0] Ultimate Custom Doom

Projects that alter game functions but do not include new maps belong here.
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.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by m8f »

Added issue. I'll take a look when I return to this mod.

Thanks for reporting!
User avatar
StroggVorbis
Posts: 866
Joined: Wed Nov 08, 2017 4:23 pm
Graphics Processor: nVidia with Vulkan support
Location: Germany

Re: [v0.4] Ultimate Custom Doom

Post by StroggVorbis »

Bug found:

The Permanent Minotaur option doesn't do anything. Dunno how it works, but my guess is that the StartTime field isn't incorporated.

AFAIK it goes like this:

Player picks up ArtiDarkServant. ArtiDarkServant fires SummoningDoll on use. SummoningDoll calls A_Summon. A_Summon sets StartTime to the current tic. Player is given PowerMinotaur. PowerMinotaur keeps track of StartTime.
PowerMinotaur is used as a tracer by MinotaurFriend to know its owner. Minotaurfriend calls A_MinotaurChase which will cause a suicide after 25 seconds.

Edit: Removing PowerMinotaur from the player via console while a minotaur has been summoned does nothing to prevent his disappearance.

Edit2: A Minotaurfriend spawned from console has no 25 second lifespan. It's still friendly, even without tracer, must be due to the +FRIENDLY flag. Dunno what effect this has on Deathmatch (friendly to all players?)
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by m8f »

Thanks for reporting! I created an issue so I don't forget.
quayside
Posts: 5
Joined: Fri Jun 29, 2018 6:03 pm

Re: [v0.4] Ultimate Custom Doom

Post by quayside »

Execution could not continue.

Script error, "ultimate-custom-doom-0.4.pk3:menudef.txt" line 3:
Unknown keyword 'AddOptionMenu'
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by wildweasel »

quayside wrote:Execution could not continue.

Script error, "ultimate-custom-doom-0.4.pk3:menudef.txt" line 3:
Unknown keyword 'AddOptionMenu'
What version of Gzdoom are you running?
slyrboi
Posts: 50
Joined: Fri Mar 01, 2019 2:30 am

Re: [v0.4] Ultimate Custom Doom

Post by slyrboi »

There's a bug with the ammo regeneration. no matter how much the amount i change, it keeps regenerating 1 ammo pack, like i already changed the amount to "100" so that it will regenerate 100 ammo pack but it still reads as 1 ammo pack, my pistol were only regenerating 5 bullets although i already set the amount higher. Is there any fix to that?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by m8f »

Yep, just fixed it, try the development version: https://github.com/mmaulwurff/ultimate- ... master.zip
User avatar
masternoxx
Posts: 14
Joined: Thu May 07, 2020 12:55 pm

Re: [v0.4] Ultimate Custom Doom

Post by masternoxx »

EPIC mod!
Monster options are great :D
User avatar
MsrSgtShooterPerson
Posts: 50
Joined: Thu Jan 02, 2020 1:59 am
Location: Lost in the procedural infinite hells and I'm fine with that.
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by MsrSgtShooterPerson »

Hey m8f, thanks to this mod, more difficult to play mods are more tolerable on mobile - just in case, would it be possible to modify the value of pickups such as ammo, health, and armor? Mostly on the ammo part, I sort of want to create a bit more scarcity on mods with more powerful weaponry - could this be possible?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by m8f »

There is ammo multiplier in Armament Tuning. Though I reckon it didn't work with some mods.
User avatar
Nems
Posts: 689
Joined: Wed Jan 12, 2005 1:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Your forum thread

Re: [v0.4] Ultimate Custom Doom

Post by Nems »

Apologies for the bump. However, I believe I've run into a bug or an issue.

Under Advanced Player Options, if you set your max health to 999 but have your starting health set to 100, you end up starting with 999 health instead of 100. I don't think this was intended but I thought I'd go ahead and bring it up just in case.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.5.0] Ultimate Custom Doom

Post by m8f »

Thanks for reporting!

Ultimate Custom Doom v0.5.0 is here!

Changes since v0.4:
  • added max view pitch slider;
  • added partial Russian translation (by Blueberry);
  • added options menu icon;
  • added self damage multiplier;
  • added add monster health cap option;
  • fixed broken ammo regeneration;
  • fixed max health ignoring starting health;
  • fixed degeneration resetting health to its cap on death;
  • fixed the Permanent Minotaur option;
  • fixed tomed weapons powerup option;
  • fixed ammo regeneration in Final Doomer;
  • fixed friction being lowered multiple times after resurrect;
  • hopefully fixed unreliable variable resetting to default;
  • several minor internal improvements.
User avatar
Mnemnon
Posts: 15
Joined: Wed Jan 27, 2021 7:43 am

Re: [v0.5.0] Ultimate Custom Doom

Post by Mnemnon »

Hey, would it be possible to add an ammo-pickups multiplier/divider in the next version? Would nicely fit the theme of your utility.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [v0.4] Ultimate Custom Doom

Post by m8f »

m8f wrote:There is ammo multiplier in Armament Tuning. Though I reckon it didn't work with some mods.
User avatar
thedeathrunner123
Posts: 149
Joined: Fri May 18, 2018 1:07 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 10 Pro
Graphics Processor: nVidia with Vulkan support
Location: Somewhere in my mind

Re: [v0.5.0] Ultimate Custom Doom

Post by thedeathrunner123 »

Just tried loading .5.0 and it seems once it loads in it makes an armor shard pickup sound and then freezes. If left for too long it freezes my entire PC. Dunno what is happening.
Post Reply

Return to “Gameplay Mods”