Mutator that increases the default health in CTF/DM - SOLVED

Search, find and discuss about Mutators!
Post Reply
Aldebaran
Masterful
Posts: 672
Joined: Thu Jan 28, 2016 7:30 pm

Mutator that increases the default health in CTF/DM - SOLVED

Post by Aldebaran »

When playing Capture The Flag with overpowered weapons it makes sense to increase the default health when spawning.
In my case 150 health points makes more sense for gameplay than the standard 100.
It would be perfect when the admin can set this value in a config file.
The value of other health items which can be collected should not be reduced, so for example 150 hp spawn health + 100 hp item health should produce 250 health points, not 200.

Question 1:
Exists any similar mutator already?

Question 2:
The max health with relics (150 hp) can't be changed for example to 200 hp?
Last edited by Aldebaran on Wed Dec 07, 2016 7:49 pm, edited 1 time in total.
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by Chamberly »

They do exist. I can't remember the name of them off top of my head but I do remember mutators that are just health regenerators (regain health) and I'm sure you don't want that.

I'm sure someone else will post them before I get to when I find them.
Image
Image
Image Edit: Why does my sig not work anymore?
User avatar
OjitroC
Godlike
Posts: 3605
Joined: Sat Sep 12, 2015 8:46 pm

Re: Mutator that increases the default health in CTF/DM

Post by OjitroC »

Possibly Mutator Toolbox v2.0 will give you what you want? Certainly the default health can be increased up to 200 and health items picked up can be cumulative but I'm not sure if it can be used other than with normal UT weapons - check it out though.
Terraniux
Masterful
Posts: 717
Joined: Mon Jan 05, 2009 8:08 pm
Personal rank: Banished member

Re: Mutator that increases the default health in CTF/DM

Post by Terraniux »

Yeah, I was wondering about the same thing as well. I know of a few MH related mutators but other types I don't.
This member can only post when permitted.
User avatar
EvilGrins
Godlike
Posts: 9668
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by EvilGrins »

Where overpowered weapons are concerned, I generally use the same health/ammo regenerator I use in MonsterHunt: Excessive.

Excessive constantly drags your health up to 300.

I don't use Otium much, as in MH it increases your health and every single monster's health. You'd never be able to beat a map with that.

Closer to what you requested, there's a mutator called FullyLoaded which gives you all weapons, maximum ammo for them, and starts you with 150 health & 150 armor.
Last edited by EvilGrins on Tue Dec 06, 2016 1:28 am, edited 1 time in total.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
Nephew9999
Adept
Posts: 288
Joined: Wed Jul 06, 2011 11:20 am

Re: Mutator that increases the default health in CTF/DM

Post by Nephew9999 »

May be u need this mut

Image
Attachments
Regenmut.rar
Regeneration
(28.66 KiB) Downloaded 83 times
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by papercoffee »

I tried this months ago.
ReGen mutator is annoying as hell ...you can't disable the heartbeat sound and the screen flash every health-gain interval.
You get health but you get also a huge distraction when ever you get hit.
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: Mutator that increases the default health in CTF/DM

Post by sektor2111 »

Still looking for something rather than writing an exact match ? What exactly is that hard ?

Function ModifyPlayer....
Other.Health = 200 //Or config health value from INI
//or
Other.Health = Other.Default.Health+AddedHealth //AddedHealth read from INI

It takes around 5 kb and works well as server-side without a crap-ton of files for clients. I see new blood ninja coders able to do useless things rather than simple an useful ones.

If UT nowadays needs to start with 5000 HP because numbers are trendy, then we can set 500000 health as default - do not ask then why the Bot will be pretty lousy in such games. You finally will screw everything and UT will be a trash which no one old player will want it and then guys with ideas are going vanished too, yeah everything needs a regenerator especially if it works based on Timer :loool: .
Aldebaran
Masterful
Posts: 672
Joined: Thu Jan 28, 2016 7:30 pm

Re: Mutator that increases the default health in CTF/DM

Post by Aldebaran »

Many thanx for your suggestions. I will test them asap, also Toolbox 2.0 looks good in my case.
OjitroC wrote: but I'm not sure if it can be used other than with normal UT weapons
Yes thats one of the problems I have to deal with. Some weapon mods have their own health items and they can not be adjusted with a heath generator mutator.
Last edited by Aldebaran on Wed Dec 07, 2016 7:46 pm, edited 1 time in total.
User avatar
EvilGrins
Godlike
Posts: 9668
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by EvilGrins »

Here's the FullyLoaded mutator, should be just what you need!
Attachments
FullyLoaded.zip
(2.31 KiB) Downloaded 92 times
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
Wormbo
Adept
Posts: 258
Joined: Sat Aug 24, 2013 6:04 pm
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by Wormbo »

Just pointing out that Arena Physics is a thing that exists. (Even though it doesn't satisfy all the requirements.)
Attachments
Other physics options
Other physics options
Health and damage scaling
Health and damage scaling
User avatar
papercoffee
Godlike
Posts: 10443
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by papercoffee »

Wormbo wrote:Just pointing out that Arena Physics is a thing that exists. (Even though it doesn't satisfy all the requirements.)
Wahaha ...I have this and never used the health and armour part.
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: Mutator that increases the default health in CTF/DM

Post by Chamberly »

Aldebaran wrote:
OjitroC wrote: but I'm not sure if it can be used other than with normal UT weapons
Yes thats one of the problems I have to deal with. Weapon mods like Nali Weapons 3 have their own health items and they can not be adjusted with a heath generator mutator.
Well to note, NW3 is open source (you can take the whole thing and edit it, rebuild as a new build version but never use the same name originally) so you can actually edit the script to what you like, if you are interested to do that or something.
Image
Image
Image Edit: Why does my sig not work anymore?
Post Reply