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
For CW3, I don't know the extact changes required, but some attributes have to be slightly changed to work with CW3. Hopefully Theray can make a video tutorial, but he did tell me it's better to do a one-on-one walkthrough.
Theray will be making a new post for CW3 on allied modders website once all of the changes and bugs have been made. For any sugguested additions, Theray will look into adding features.
Now for CW2, you can use the github to use the verison I use for the server (I belive).
https://github.com/404UserNotFound/CustomWeapons2
I am always curious, what custom attributes have you gotten to work?
My best one thus far is probably "primary fire spawn projectile". The value string defines what projectile the weapon should spawn on attack, as well as the projectile velocity, random spread, damage, etc. There's a lot of different stuff that can be done with this one attribute; I've made both a pistol that shoots a continuous stream of jarate and a scattergun that shoots a burst of rockets.
There's also a handful of attributes that effect the weapon's projectiles, such as ones that cause rockets to bounce off walls or for the projectile to heal buildings it hits.
I've made a few attributes that are based around addition a condition to a player (like with the addcond command), all of which take an integer for the condition id. These include adding a condition while the weapon is held, when the player gets a kill with the weapon, etc.
Then there are a few miscellaneous ones. I've got an attribute for knives that makes them attack automatically when you get behind someone, an attribute that makes a weapon use the player's cloak meter as ammo, an attribute that makes a weapon more accurate while the player is crouching, an attribute that causes the weapon to launch the player in the direction it is fired, an attribute that lets the player disguise as a dispenser while crouching, and a handful I haven't gotten around to testing out yet.
And then there are ones that aren't working, but seem to be pretty close. An attribute that transforms the weapon into a random custom weapon for the same class and slot each time it runs out of ammo, for example, is one attribute that seems to work sometimes and not others. An attribute that makes the weapon fire random projectiles from a list defined by the value works for about 2 seconds before the server crashes for some unknown reason. It could be something else entirely that actually causes the problem, but I need to do more testing to really be sure.
And my computer is now pissing off the V.A.C. system for some reason.
Thanks valve.
Wow, most of thoses sound awesome. I would love to check them out!