CustomDoom v1.8.2 FINAL
-
Phantom Allies
- Posts: 67
- Joined: Fri May 31, 2013 7:26 am
Re: CustomDoom v1.4.2
Would there be a possibility of implementing a system that allowed you to revive yourself when you were killed off as many or as few times as you wanted to?
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.2
AFAIK such system cannot be implemented to forcefully respawn the player. And to allow the player to respawn, one must have allowrespawn in a MAPINFO lump, which would most likely tinker with compatibility - something I do not want to do, sorry.
Source: http://forum.zdoom.org/viewtopic.php?f=3&t=21744
Source: http://forum.zdoom.org/viewtopic.php?f=3&t=21744
-
Beed28
- Posts: 598
- Joined: Sun Feb 24, 2013 4:07 pm
- Location: United Kingdom
Re: CustomDoom v1.4.2
I kinda wish I had that functionality too. Contra Doom breaks a lot of compatibility with ZDoom maps that have their own MAPINFO because of this.Lud wrote:AFAIK such system cannot be implemented to forcefully respawn the player. And to allow the player to respawn, one must have allowrespawn in a MAPINFO lump, which would most likely tinker with compatibility - something I do not want to do, sorry.
Anyway, I have a feature suggestion; how about expanding the permanent power-ups option so that we can toggle each power-up independently? Like you can toggle on permanent Radsuit, but not permanent Blur Sphere and stuff like that.
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.2
Added.Beed28 wrote:Anyway, I have a feature suggestion; how about expanding the permanent power-ups option so that we can toggle each power-up independently? Like you can toggle on permanent Radsuit, but not permanent Blur Sphere and stuff like that.
-
Beed28
- Posts: 598
- Joined: Sun Feb 24, 2013 4:07 pm
- Location: United Kingdom
Re: CustomDoom v1.4.3
Amazing!
Just to let you know, your download links on the front page are a little mixed up. I found v1.4.3 under Old Versions labelled v1.4.2, while the main download link went to v1.4.2 even though it was labelled as v1.4.3.
Just to let you know, your download links on the front page are a little mixed up. I found v1.4.3 under Old Versions labelled v1.4.2, while the main download link went to v1.4.2 even though it was labelled as v1.4.3.
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.3
Ah, my bad. Thanks for letting me know. Is fixed now.
-
Phantom Allies
- Posts: 67
- Joined: Fri May 31, 2013 7:26 am
Re: CustomDoom v1.4.3
So just to clarify all of these powerup options, they only work if you have picked up a power-up that does what it says it does?
Anyways, about Health, would there be a possibility of adding a feature which allowed you to increase your max health to a value you desired?
Anyways, about Health, would there be a possibility of adding a feature which allowed you to increase your max health to a value you desired?
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.3
Yes. If you pick up a blur sphere and have Permanent Invisibility off, it will expire as normal. If you have it on, it will be infinite. I've included all powerup types and put the less common ones on the bottom. Ghost and Shadow belong to the Invisibility group, but are their own powerup type.Phantom Allies wrote:So just to clarify all of these powerup options, they only work if you have picked up a power-up that does what it says it does?
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.3
Added. However, changes are applied once per entering a map. Works perfectly with health regeneration.Phantom Allies wrote:Anyways, about Health, would there be a possibility of adding a feature which allowed you to increase your max health to a value you desired?
-
JohnnyTheWolf
- Posts: 1228
- Joined: Mon Oct 05, 2015 8:37 am
Re: CustomDoom v1.4.4
Do you think it would be possible to add a feature that would allow the player to edit the health and armor cap?
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.4
Just added a feature that edits health cap to v1.4.4; see post before yours. Armor cap and regeneration is impossible. I've tried it and it never seems to work.
-
JohnnyTheWolf
- Posts: 1228
- Joined: Mon Oct 05, 2015 8:37 am
Re: CustomDoom v1.4.4
By "health cap", do you mean the maximum I can get with health bonuses and soulspheres?Lud wrote:Just added a feature that edits health cap to v1.4.4; see post before yours. Armor cap and regeneration is impossible. I've tried it and it never seems to work.
Or does that just make me able to pick up health packs?
-
Accensus
- Banned User
- Posts: 2383
- Joined: Thu Feb 11, 2016 9:59 am
Re: CustomDoom v1.4.4
The health cap is the maximum amount of health the player can achieve by any means. Soulspheres and Megaspheres set the health/armor to 100/- and 200/200, respectively. They are not additive. The only way to reach the cap is either by using regeneration or picking up enough medikits/stimpacks.
-
Zhs2
- Posts: 1308
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: CustomDoom v1.4.4
Uhhhhhh soulspheres are additive up to 200 health, just as health bonuses. There's really no way around increasing the maximums unless the items are redefined with new maxamounts, which I'd presume beyond the scope of this mod. What you could do for armor regeneration however is create new BasicArmorBonus items used internally by your scripts with ridiculous MaxSaveAmounts (and capped manually by your script ticker).