Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The addon was work-in-progress. As it stands, I have not made any progress in any of my GMod addons, including the AW CW2 addon, in many months. My addons recently grew to have a problem related to a recent CW2-related update, and since I don't want to introduce non-working content into an addon, I decided to instead take it down.
Thank you, may i ask?
what about make an, Metro redux weapon pack? Like its kinda good idea to make it to people who enjoy an Russian Atmoshphere.
This one.
Well, I checked it out and found no errors. I'll still look through the code and see if anything can be changed.
1. drawFunc - lua/cw/shared/menutabs/z_customization.lua:234
2. draw - lua/cw/shared/cw_interactionmenuhandler.lua:59
3. drawInteractionMenu - lua/weapons/cw_base/cl_model.lua:991
4. _drawViewModel - lua/weapons/cw_base/cl_model.lua:754
5. drawViewModel - lua/weapons/cw_base/cl_model.lua:608
6. v - lua/weapons/cw_base/cl_hooks.lua:34
7. unknown - lua/includes/modules/hook.lua:84 (x385)
I tried to customize the stock on the AR-15 and this happened.
The modified customization menu can be added and tweaked via a bunch of values listed in the "Info for CW2 Weapon Creators" topic. The advanced stats menu (as seen in the screenshot above) can be enabled via the LUA line "SWEP.UseAltStats", either on a "per-weapon" basis or in a modified CW2 base.
Note that if you get spammed with errors because you're doing this, do not expect me to fix them.
This addon rewrites a bunch of regular CW2 code but it needs to be activated manually either per-weapon or per-modified CW2 base. Without it, you'll notice no difference.
My two packs that currently support this addon is my MWR and Homefront weapon packs.
Right, I'll see if I can rewrite a few things in the code. I'll update later today.
And yea, it's a relatively new addon I made for fun.
1. drawFunc - lua/cw/shared/menutabs/z_customization.lua:364
2. draw - lua/cw/shared/cw_interactionmenuhandler.lua:59
3. drawInteractionMenu - lua/weapons/cw_base/cl_model.lua:991
4. _drawViewModel - lua/weapons/cw_base/cl_model.lua:754
5. drawViewModel - lua/weapons/cw_base/cl_model.lua:608
6. v - lua/weapons/cw_base/cl_hooks.lua:34
7. unknown - lua/includes/modules/hook.lua:84 (x68)
A known problem. Will fix shortly
1. drawFunc - lua/cw/shared/menutabs/z_customization.lua:407
2. draw - lua/cw/shared/cw_interactionmenuhandler.lua:59
3. drawInteractionMenu - lua/weapons/cw_base/cl_model.lua:991
4. _drawViewModel - lua/weapons/cw_base/cl_model.lua:754
5. drawViewModel - lua/weapons/cw_base/cl_model.lua:608
6. v - lua/weapons/cw_base/cl_hooks.lua:34
7. unknown - lua/includes/modules/hook.lua:84 (x1009)
Even without any input from weapon makers, this UI mod does technically replace the customization menu, but it's done in such a way that it's identical to the original.