~DJ~ wrote:Here you go, A mutator for infinite bio-energy. It also contains code from WCCC's 'MSRestarter'.
I used this personally and privately only on my server, but I'm like what the heck.
Well, I've managed to create this with infinite ammo.
So here's a V2, attached below.
Make sure to delete RPGIncarnation.u and RPGIncarnation.int from your system folder first.
Place the RPGIncarnationV2.u and RPGIncarnationV2.int into your System folder, then on your DeusEx.ini, put this on where all the ServerActors are:
Code: Select all
ServerActors=RPGIncarnationV2.IncarnatedMutator
on your case, make sure you delete the line of 'ServerActors=RPGIncarnation.RPGIBE'
paste this on your DeusEx.ini, possibly the bottom:
Code: Select all
[RPGIncarnationV2.IncarnatedMutator]
UAmmoTime=2
bUnlimitedBioEnergy=True
bUnlimitedAmmo=True
DefaultMapName=DXMP_Smuggler
on your case make sure you remove the section entitled with the '[RPGIncarnation.RPGIBE]' and add that instead.
Little bit of explanation again.. UAmmoTime is the time you set when ammo gets recharged. Default is 2 seconds.. so every 2 second every weapon will restore ammo.
DefaultMapName is as you know, WCCC's code. If the server is on DX.dx map it'll travel to that map instead.