Removing weapon Limit in real Guns Refined v 1.4.0

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
doomguy214
Posts: 192
Joined: Tue Feb 17, 2015 11:33 pm

Removing weapon Limit in real Guns Refined v 1.4.0

Post by doomguy214 »

Does any one have any idea on Removing weapon Limit in real Guns Refined v 1.4.0:-

Link is here for full collection:-

http://www.mediafire.com/file/0b8vazfxl ... v1.4.0.zip

I tried to change rga2ref_code_140 as follows

I.i tried to change d_info as:-
actor MaxWeaponsFilled_AR : Ammo
{
inventory.amount 0
inventory.maxamount 1000
ammo.backpackamount 0
ammo.backpackmaxamount 1000
+IGNORESKILL
}

actor MaxWeaponsFilled_Sub : Ammo
{
inventory.amount 0
inventory.maxamount 1000
ammo.backpackamount 0
ammo.backpackmaxamount 1000
+IGNORESKILL
}

actor MaxWeaponsFilled_Handgun : Ammo
{
inventory.amount 0
inventory.maxamount 1000
ammo.backpackamount 0
ammo.backpackmaxamount 1000
+IGNORESKILL
}

actor MaxWeaponsFilled_Heavy : Ammo
{
inventory.amount 0
inventory.maxamount 1000
ammo.backpackamount 0
ammo.backpackmaxamount 1000
+IGNORESKILL
}

actor MaxWeaponsFilled_Explosive : Ammo
{
inventory.amount 0
inventory.maxamount 1000
ammo.backpackamount 0
ammo.backpackmaxamount 1000
+IGNORESKILL
}

II.I think its has to do something with this script:-
WEAP K 0 A_JumpIfInventory("MaxWeaponsFilled_Sub",0,"FailPickup2") in all weapons in text files in W_weapon Name

My question should i delete this line or change it to WEAP K 0 A_giveInventory("MaxWeaponsFilled_Sub",0,"FailPickup2") or change it something else

thanks in advance for reading & answering my question.
Locked

Return to “Editing (Archive)”