Garry's Mod

Garry's Mod

[CW 2.0] OP Perks
29 Comments
AlexGuy 31 Jan, 2023 @ 9:35pm 
I definitely remember there was a CW2.0 pack that featured weapons from BO1 like the FN FAL that had the ability to attach an M203 grenade launcher.
Where is it?
Ember Flames 21 Oct, 2019 @ 6:40pm 
Ok. So im a bit new to the whole Lua coding. I see that you can add this mod to other CW weapons, but how exactly do you find the specific swep. Like the AR-15? Im a bit dumb when it comes to the code and could really use some help to work with this mod.
Tombstone217 19 Oct, 2019 @ 12:24am 
Any comprehensive tutorials?
rtkz_wasa19741 28 Mar, 2019 @ 3:23am 
OH SHIT OP
Yellow 26 Mar, 2019 @ 5:52pm 
noice
YanKy03  [author] 6 Feb, 2019 @ 2:53pm 
feel lucky :D I made this addon to eliminate the issue of the handling created by spy, but now you can not only eliminate the handling but you can choose the +40% and be immortal lol
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 2:35pm 
Works perfectly, although one problem.
You choose extreme conditionin, but if you want to change to fast hand, you can still move faster. Only thing to be fixed. ( Although it doesn't bother me, just saying ).
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:51pm 
will report back if it works.
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:50pm 
ok, thanks
YanKy03  [author] 6 Feb, 2019 @ 1:40pm 
not. because the + reload is a different line (uses "R" not a number) the reload is normally for end the attach list but you can always delete it when you know where the keys "{}" end
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:31pm 
wait can i put the perk addon after the +reload?
YanKy03  [author] 6 Feb, 2019 @ 1:12pm 
Np
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:12pm 
thx for your time man.
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:12pm 
I really don't mind not having the perks on all of my cw armory but, if you are really going to make a remaster of your weps, ehh.... i guess I can have it
YanKy03  [author] 6 Feb, 2019 @ 1:12pm 
and I hate my tec 9, it seems to me of such bad quality xd, but everyone will have their remastered bye
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:10pm 
BTW, love your JS-2, I'm addicted to it XD
YanKy03  [author] 6 Feb, 2019 @ 1:09pm 
bruh
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:09pm 
ok, now I get it.....

but the amount of cw weapons I have........ will kill me XD

Have khris, ins2, and day of infamy
YanKy03  [author] 6 Feb, 2019 @ 1:08pm 
another thing is that when the addon is not = true or simply is not present then it does not show the "OP Perks" attachment
YanKy03  [author] 6 Feb, 2019 @ 1:06pm 
then looks like this
YanKy03  [author] 6 Feb, 2019 @ 1:05pm 
SWEP.Attachments = {[1] = {header = "Sight", offset = {800, -500}, atts = {"bg_foldsight", "md_microt1", "md_eotech", "md_aimpoint", "md_schmidt_shortdot", "md_acog"}},
[2] = {header = "Barrel", offset = {300, -500}, atts = {"md_saker"}},
[3] = {header = "Receiver", offset = {-400, -500}, atts = {"bg_magpulhandguard", "bg_longbarrel", "bg_ris", "bg_longris"}},
[4] = {header = "Handguard", offset = {-400, 0}, atts = {"md_foregrip", "md_m203"}},
[5] = {header = "Magazine", offset = {-400, 400}, atts = {"bg_ar1560rndmag"}},
YanKy03  [author] 6 Feb, 2019 @ 1:05pm 
[6] = {header = "Stock", offset = {1000, 400}, atts = {"bg_ar15sturdystock", "bg_ar15heavystock"}},
[7] = {header = "Rail", offset = {250, 400}, atts = {"md_anpeq15"}, dependencies = {bg_ris = true, bg_longris = true}},
[8] = {header = "Perks", offset = {2000, 400}, atts = {"Cod_Extreme_Conditioning", "Cod_Fast_Hands", "Cod_Steady_Aim", "Perk_Force", "Cod_Double_Tap", "Perk_Stopping_Power"}},
["+reload"] = {header = "Ammo", offset = {800, 0}, atts = {"am_magnum", "am_matchgrade"}}}
YanKy03  [author] 6 Feb, 2019 @ 1:03pm 
(AR-15) search:

SWEP.Attachments = {[1] = {header = "Sight", offset = {800, -500}, atts = {"bg_foldsight", "md_microt1", "md_eotech", "md_aimpoint", "md_schmidt_shortdot", "md_acog"}},
[2] = {header = "Barrel", offset = {300, -500}, atts = {"md_saker"}},
[3] = {header = "Receiver", offset = {-400, -500}, atts = {"bg_magpulhandguard", "bg_longbarrel", "bg_ris", "bg_longris"}},
[4] = {header = "Handguard", offset = {-400, 0}, atts = {"md_foregrip", "md_m203"}},
[5] = {header = "Magazine", offset = {-400, 400}, atts = {"bg_ar1560rndmag"}},
[6] = {header = "Stock", offset = {1000, 400}, atts = {"bg_ar15sturdystock", "bg_ar15heavystock"}},
[7] = {header = "Rail", offset = {250, 400}, atts = {"md_anpeq15"}, dependencies = {bg_ris = true, bg_longris = true}},
["+reload"] = {header = "Ammo", offset = {800, 0}, atts = {"am_magnum", "am_matchgrade"}}}

you have this no?
YanKy03  [author] 6 Feb, 2019 @ 1:02pm 
yeah but view this first a little example of the cw structure
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 1:01pm 
omg..... let me see if I can understand this...
I need to add this line to the shared lua file of any cw weapon, right?
YanKy03  [author] 6 Feb, 2019 @ 12:59pm 
SWEP.Attachments = {
[A number] = {header = "Perks", offset = {2000, 400}, atts = {"Cod_Extreme_Conditioning", "Cod_Fast_Hands", "Cod_Steady_Aim", "Perk_Force", "Cod_Double_Tap", "Perk_Stopping_Power"}}}
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 12:57pm 
ok but as written:
"attention this does not magically add perks to all cw 2.0 weapons, they have to be manually included in the lua"
How to?
LukaDaisuki ★~(◡﹏◕✿) 6 Feb, 2019 @ 12:27pm 
How can I add more weapons for these perks?
Yellow 7 Jan, 2019 @ 5:16pm 
Neato.