Issue with Stuffswapper

Search, find and discuss about Mutators!
Post Reply
User avatar
Emperor
Average
Posts: 58
Joined: Wed May 21, 2008 8:56 pm
Personal rank: Rtma Eros Paragon
Location: Australia

Issue with Stuffswapper

Post by Emperor »

Well is their a fix that can replace the Enforcer Ammo with whatever your replaced then Minigun Ammo Automatically Replacing it?
Spectra
Masterful
Posts: 542
Joined: Tue Jan 22, 2013 5:23 pm
Personal rank: Nullified!
Location: (X) Unable To Locate....

Re: Issue with Stuffswapper

Post by Spectra »

Well I think you will have create a new Enforcer ammo which its Base Class is TournamentAmmo instead of MiniAmmo and remove the miniammo as its Parent Class.

Somewhat like this code:

Code: Select all

class EnforcerClip / EClip extends TournamentAmmo;
defaultproperties
{
     AmmoAmount=20
     PickupMessage="You picked up a clip."
     PickupViewMesh=LodMesh'Botpack.EClipM'
     Icon=Texture'UnrealShare.Icons.I_ClipAmmo'
     Mesh=LodMesh'Botpack.EClipM'
     CollisionRadius=20.000000
     CollisionHeight=4.000000
}
And also you will have make a copy of Enforcer and just change its ammo.

Code: Select all

class Enforcer2 extends Enforcer;

defaultproperties
{
AmmoName=Class'(YourPackage).Enforcerclip'
}
User avatar
Emperor
Average
Posts: 58
Joined: Wed May 21, 2008 8:56 pm
Personal rank: Rtma Eros Paragon
Location: Australia

Re: Issue with Stuffswapper

Post by Emperor »

I don't know how to Code so I don't know how to implement it with Stuffswapper, I try replacing ammo with whatever I replaced the Enforcer with and it overrides the ammo placement with whatever is replacing the minigun ammo..., and I got another issue, I'm trying to use Nali Weapons III with it that replaces weapons without using the mutator, it works fine in Offline but when I try to host a LAN game UT stops responding, any help with that?
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: Issue with Stuffswapper

Post by Chamberly »

Try to turn it off (remove some server packages, mutator or whatever that might be hiding behind the scene) and if that didn't work, you can copy the NW3 files into another folder and it'll turn off for sure lol.

But if you intend to leave it in the folder, I really don't know how the mod is doing it. It have happened to me on a server that it wasn't loaded and it still did. O.o
Image
Image
Image Edit: Why does my sig not work anymore?
User avatar
Emperor
Average
Posts: 58
Joined: Wed May 21, 2008 8:56 pm
Personal rank: Rtma Eros Paragon
Location: Australia

Re: Issue with Stuffswapper

Post by Emperor »

Nope it just keeps making UT Stop working whenever I use Nali Weapons III Replacing Weapons via Stuffswapper trying to fun a Lan Game, but works fine in Practice Session, it works fine with other weapons like U4e, Chaos, Apocalypse & Psi.
Post Reply