Garry's Mod

Garry's Mod

[CW 2.0] OP Perks
29 kommentarer
AlexGuy 31. jan. 2023 kl. 21.35 
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. okt. 2019 kl. 18.40 
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. okt. 2019 kl. 0.24 
Any comprehensive tutorials?
rtkz_wasa19741 28. mars 2019 kl. 3.23 
OH SHIT OP
wolley 26. mars 2019 kl. 17.52 
noice
YanKy03  [skaper] 6. feb. 2019 kl. 14.53 
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 kl. 14.35 
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 kl. 13.51 
will report back if it works.
LukaDaisuki ★~(◡﹏◕✿) 6. feb. 2019 kl. 13.50 
ok, thanks
YanKy03  [skaper] 6. feb. 2019 kl. 13.40 
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 kl. 13.31 
wait can i put the perk addon after the +reload?
YanKy03  [skaper] 6. feb. 2019 kl. 13.12 
Np
LukaDaisuki ★~(◡﹏◕✿) 6. feb. 2019 kl. 13.12 
thx for your time man.
LukaDaisuki ★~(◡﹏◕✿) 6. feb. 2019 kl. 13.12 
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  [skaper] 6. feb. 2019 kl. 13.12 
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 kl. 13.10 
BTW, love your JS-2, I'm addicted to it XD
YanKy03  [skaper] 6. feb. 2019 kl. 13.09 
bruh
LukaDaisuki ★~(◡﹏◕✿) 6. feb. 2019 kl. 13.09 
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  [skaper] 6. feb. 2019 kl. 13.08 
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  [skaper] 6. feb. 2019 kl. 13.06 
then looks like this
YanKy03  [skaper] 6. feb. 2019 kl. 13.05 
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  [skaper] 6. feb. 2019 kl. 13.05 
[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  [skaper] 6. feb. 2019 kl. 13.03 
(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  [skaper] 6. feb. 2019 kl. 13.02 
yeah but view this first a little example of the cw structure
LukaDaisuki ★~(◡﹏◕✿) 6. feb. 2019 kl. 13.01 
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  [skaper] 6. feb. 2019 kl. 12.59 
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 kl. 12.57 
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 kl. 12.27 
How can I add more weapons for these perks?
wolley 7. jan. 2019 kl. 17.16 
Neato.