Go to file
2020-11-06 19:42:06 -07:00
lua minor tweak, JK 2020-11-06 19:42:06 -07:00
materials Basic UBGL/BIPOD hud indicator. 2020-10-24 11:52:44 -04:00
models moved charm base to arccw 2020-07-12 21:06:50 +10:00
particles Initial commit 2020-06-25 12:24:08 +10:00
resource/fonts Initial commit 2020-06-25 12:24:08 +10:00
sound/weapons/arccw Implemented Hook_PlayerTakeDamage 2020-08-16 20:17:56 +10:00
.gitattributes Initial commit 2020-06-25 12:24:08 +10:00
.gitignore Tweak ignore list for uploading 2020-08-11 16:20:59 -04:00
addon.json Tweak ignore list for uploading 2020-08-11 16:20:59 -04:00
README.md Added style guide to Readme 2020-11-06 21:04:59 +10:00

ArcCW - Arctic's Customizable Weaponry

Welcome to the ArcCW GitHub page!

You are free to contribute by sending pull requests.

Style Guide:

  • 4-space indents
  • "!" and "!=", not "not" and "~="
  • CamelCase for global/class variables, lowercase for local variables
  • (no spaces) inside parentheses
  • but (spaces) between them and other variables
  • Use fptje's Glualint -> https://fptje.github.io/glualint-web/ <- to detect other style issues. Basically I don't like when my glualint has lots of yellow squiggly lines on it.

Weapon/attachment/translation author? Check these out for more info.