The BiggieSmalls mutator

Search, find and discuss about Mutators!

The BiggieSmalls mutator

Postby MrLoathsome » Tue Jul 19, 2011 2:34 am

Got bored last week and wrote this thing:

Code: Select all
BiggieSmalls mutator by Mr.Loathsome - 7/23 /2011

Description: 

When a player, bot or monster is damaged, it will shrink.
When a player, bot or monster inflicts damage, it will grow.


No adjustments are made to pawn health.

RC2 - Added 3 configuration variables.  + some code optimizations.
RC3 - Added 3 configuration variables.  + some code optimizations.  Again.
RC4 - Removed 1 config variable.  (bMonstersOnly - no longer needed.)
      Fixed a few more "Accessed = None" errors.
      Fixed minor glitch with pawn shadows scale.
      Even more cool code optimizations.

BS.ini config example:

MinSize=0.2500        // 0.25 = 25% of default size as min - for players and bots
MaxSize=1.1000        // 1.1 = 110% of default size as max - for players and bots
MinMSize=0.2500       // 0.25 = 25% of default size as min - for monsters
MaxMSize=2.2500       // 2.25 = 225% of default size as max - for monsters
ReSizeVal=0.0500      // % to grow or shrink.  Set lower to slow down rate of
            // change as needed if using custom weapons or other mods

Set MinSize and MaxSize to the same value to disable size adjustments for
players and bots.

Set MinMSize and MaxMSize to the same value to disable size adjustments for monsters.

If you find players are getting stuck or having other issues related
to being oversized, set the MaxSize variable down, closer to 1.

Recommend setting MaxSize close to 1.10, unless you have selected maps that
have lots of room on them...  Then you can shoot for Land of the Giants.

MaxMSize can be set much higher, as it is not so much of an issue. If a monster
gets too big you can shoot it until it shrinks and/or dies.


Instructions:

Copy BS.u, BS.int and BS.ini into your UnrealTournament/System directory.
For servers, no need to add as a serverpackage.

Load the mutator with whatever game and play.

Have fun !

Mr.Loathsome


This will grow or shrink all monsters, including bosses.
If something gets to big, and blocks the way, shoot it until it gets smaller or dies.

If you get to big to fit thru a doorway or whatever, damage yourself, or let yourself get damaged until
you can fit thru. Or just kill yourself.
If this happens too much, adjust the ini file accordingly.
Attachments
BiggieSmalls_RC4.zip
BiggieSmalls mutator RC4
(5.26 KiB) Downloaded 72 times
Last edited by MrLoathsome on Sat Jul 23, 2011 2:24 pm, edited 4 times in total.
Download my stuff here: http://ecoop.tk/load/
MrLoathsome
Adept
 
Posts: 373
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: Mooooo !

Re: The BiggieSmalls mutator

Postby EvilGrins » Tue Jul 19, 2011 3:09 am

Why is it set for bots too?
Image Image Image Image Image Image
ut99 needs superheroes & supervillains
http://unreal-games.livejournal.com/
User avatar
EvilGrins
Godlike
 
Posts: 1719
Joined: Thu Jun 30, 2011 8:12 pm
Location: Palo Alto, CA
Personal rank: God of Fudge

Re: The BiggieSmalls mutator

Postby papercoffee » Tue Jul 19, 2011 9:02 am

why not? ...for me it is a pretty useless mutator ...but can be fun for a wile.
User avatar
papercoffee
Site Staff
 
Posts: 3304
Joined: Wed Jul 15, 2009 11:36 am
Location: cologne
Personal rank: coffee addicted !!!

Re: The BiggieSmalls mutator

Postby Hook » Tue Jul 19, 2011 6:34 pm

Yes, this could be kind of fun for sure!
Thank you MrLoathsome! :tu:
=Hook=(Member# 626)
Forums - http://www.hooksutplace.freeforums.org
UT99 Game Server -> CROSSBONES Lucifurs Missile Madness {CMM}

* CMM is in Top 100 on GameTracker!
* First in the Concept, Early Development, and Testing of SEEKER-Redeemer and PRO-Redeemers!
* Newest Versions of: PRO-Redeemers | PRO-SNIPER-Redeemers | SEEKER-Redeemer
IP: 68.232.181.236:7777 <-(CMM has it ALL)
Check out ALL the CROSSBONES Servers in our Group! - Join Us with YOUR UT Server!
User avatar
Hook
Adept
 
Posts: 476
Joined: Tue Apr 22, 2008 11:21 pm
Location: Minnesota USA
Personal rank: UT99 Promoter/Admin

Re: The BiggieSmalls mutator

Postby MrLoathsome » Wed Jul 20, 2011 9:52 am

Well, it is set for bots, because it should work with any game, and act on all players, bots and monsters in the game....

If you try it, you will find it both increases difficulty, and helps level things out for players who are getting shot too much.
When somebody is kicking ass, they become a larger target that is easier to hit, and the losers get smaller, and harder to hit.
Sizes are set back to default values when a player or bot respawns. *

For SP/Coop or MH games, it primarily just increases difficulty. Your targets gets smaller and harder to hit as you are shooting them.

*Only current glitch I am aware of, will only show up in SP or Coop play.... For some reason, Modify player doesn't get called, and respawning players
will retain their current size. This can cause issues with getting stuck or even preventing respawns.
ATM, fix is just to set the MaxSize down a bit. (between 1.10 - 1.50, depending upon what maps you running.....)

If you were the one that downloaded the first version, delete it and grab RC2.0. A number of bugs were fixed today.

In testing, it seems to be working fine with everything.

If you run it with my Monster Size Randomizer mutator, you will get a lot of midget monsters
unless you play with the ini settings a bit.
Download my stuff here: http://ecoop.tk/load/
MrLoathsome
Adept
 
Posts: 373
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: Mooooo !

Re: The BiggieSmalls mutator

Postby MrLoathsome » Fri Jul 22, 2011 1:19 pm

Been testing this the last 2 days, on both DM/AS/CTF/DOM/MH games and EXU2 coop.

Quickly realized players/bots needed to have separate Min/Max size variables from the monsters.
Even with Max set at 1.25, there would be spots where players would get stuck.
Monsters however, can have a much bigger max size without any major gameplay issues.

Currently testing out an update that adds those variables, as well as an option to have
the mutator only act on monsters.

Download in post #1 updated to RC3.
Download my stuff here: http://ecoop.tk/load/
MrLoathsome
Adept
 
Posts: 373
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: Mooooo !

Re: The BiggieSmalls mutator

Postby MrLoathsome » Sat Jul 23, 2011 2:27 pm

Updated to RC4.

Now works fine with the Random Monster Sizer mutator, and everything else it has
been tested with.

See updated Readme and download in post #1.
Download my stuff here: http://ecoop.tk/load/
MrLoathsome
Adept
 
Posts: 373
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: Mooooo !


Return to Mutators

Who is online

Users browsing this forum: No registered users and 2 guests