LCWeapons (build 0023)

Search, find and discuss about Mutators!
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: LCWeapons (build 0010)

Post by Higor »

Updated to 0010:

- Fixed critical demoplay crash bug.
- Fixed legacy double Enforcer ammo bug on LCEnforcers.
- InstabigDM arena is not properly adapted (unlimited ammo, no pickups).
- Team Colored shock rifles! (LC: ColoredShock) (LCWeapons_0010.FV_ColoredShock)
--- Requires base LCMutator loaded.
User avatar
Dr.Flay
Godlike
Posts: 3347
Joined: Thu Aug 04, 2011 9:26 pm
Personal rank: Chaos Evangelist
Location: Kernow, UK
Contact:

Re: LCWeapons (build 0010)

Post by Dr.Flay »

Always been a fan of team coloured shock
User avatar
Wises
Godlike
Posts: 1089
Joined: Sun Sep 07, 2008 10:59 am
Personal rank: ...

Re: LCWeapons (build 0010)

Post by Wises »

is NN compatibility on the list somewhere?
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: LCWeapons (build 0010)

Post by Chamberly »

You can't stick LC + NN together. -.-
Image
Image
Image Edit: Why does my sig not work anymore?
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: LCWeapons (build 0010)

Post by Higor »

NN's weapon item makes it impossible to achieve.
User avatar
Wises
Godlike
Posts: 1089
Joined: Sun Sep 07, 2008 10:59 am
Personal rank: ...

Re: LCWeapons (build 0010)

Post by Wises »

bummer ahh well :/

cheers

and I guess because it is Pure based makes it all the more awkward.

perhaps a new movement compensator system for lc weapons would be the ideal alternative.

as that's the main part that players really love i think :)
z4tan
Novice
Posts: 8
Joined: Wed Sep 07, 2011 1:27 am

Re: LCWeapons (build 0010)

Post by z4tan »

LC affect demos?

You remember zp? when you shot with shock, the shot in demo are bugged, with LC what happend? all weapons are ok?
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: LCWeapons (build 0011)

Post by Higor »

Simulated swJumpPads no longer cause ACE kicks
XC_GameEngine and UTPure servers now remove client's "MUTATE GETWEAPON" binds
Colored shock now works in non-server sessions
Projectiles now have their old positions stored for LC subengine hit checks.
Impact hammer no longer requires EXM to simulate self-piston velocity on clients.
Added AlientAssaultRifle (AARV17) (only the arena mutator works)
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: LCWeapons (build 0011)

Post by RocketJedi »

how do we generate an ini for this mod? Instagib seems to run out of ammo and is there a way to alter ammo counts in general?
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: LCWeapons (build 0011)

Post by RocketJedi »

Higor?
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: LCWeapons (build 0011)

Post by Higor »

Didn't even realize this got bumped.
In any case, insert the Botpack.InstagibDM mutator alongside the LCMutator.

Code: Select all

		else if ( M.IsA('InstaGibDM') )
		{
			LCArena = Spawn( class'LCArenaMutator');
			LCArena.SetupWeaponReplace( class'SuperShockRifle', class'LCSuperShockRifle');
			if ( !ChainMutatorBeforeThis(LCArena) )
				return false;
			LCArena.LCMutator = self;
			LCArena.SetupWeaponRespawn( true, true, true, true, true, true);
			LCArena.SetupPickups( true, true, false, true);
			LCArena.AddPropertyWeapon( "bNoAmmoDeplete", "1");
			LCArena.AddPropertyWeapon( "bCanThrow", "0");
			return true;
		}
That should give the weapons the no-depletion and no-throw properties.
If it doesn't work show me what mutators are being added (both CMD and mapvote).
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: LCWeapons (build 0011)

Post by RocketJedi »

Its on a normal weapons server. ill try it out though
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
Wises
Godlike
Posts: 1089
Joined: Sun Sep 07, 2008 10:59 am
Personal rank: ...

Re: LCWeapons (build 0011)

Post by Wises »

Higor wrote:- Compatible with ExtendedClientMove plugin (to be released)
^is this your movement compensation mech?
is it in the latest LC_weapons mod?

also re: sniper rifle (capable of editing firing rates etc via .ini?
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: LCWeapons (build 0011)

Post by RocketJedi »

yeah def need an INI file. Instagib runs out of ammo when it shouldn't. otherwise great ZP replacement
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: LCWeapons (build 0011)

Post by Higor »

Found the bug, will correct later today or tomorrow.

In the meantime, load the InstagibDM mutator earlier than LCMutator.
EDIT: Also remove all other Arena/weapon replace mutators.
EDIT2: Post both CMD and MapVote mutator lists, in here I only get to have depletable ammo if I load a custom sniper rifle alongside the Instagib mutator which shouldn't happen anyways, regardless of mutator order.
Post Reply