1
0
mirror of https://github.com/IkarusHD/ICF-3.git synced 2025-03-04 03:03:12 -05:00
ACF-3, but balanced by the IMR-Buildergroup
Go to file
Valera 92663e4c82
use nil instead _
One of the addons uses _ as a global variable (it's a pity that such addons exist), it stores a number that creates errors.
[acf-3] addons/acf-3/lua/acf/damage/damage_sv.lua:19: bad argument #1 to 'Send' (Entity expected, got number)
  1. Send - [C]:-1
   2. unknown - addons/acf-3/lua/acf/damage/damage_sv.lua:19
2025-01-09 20:28:43 +07:00
.github Add test runner to dev 2024-08-05 14:43:18 -04:00
lua use nil instead _ 2025-01-09 20:28:43 +07:00
materials Remove unused cannon/shell models 2024-09-10 22:12:20 -04:00
models Remove unused cannon/shell models 2024-09-10 22:12:20 -04:00
particles New muzzleflash effects by Ghosteh 2019-12-15 06:56:07 -03:00
resource Add volume/pitch control to everything 2024-11-01 20:07:24 -04:00
sound/acf_base Move missiles content to that repo 2024-09-10 18:18:58 -04:00
.glualint.json Update glualint standards 2024-08-08 00:29:02 -04:00
acf-logo.png
CONTRIBUTING.md Update old repo links 2024-11-01 18:34:52 -04:00
LICENSE Added LICENSE 2019-12-11 21:22:12 -03:00
README.md Update old repo links 2024-11-01 18:34:52 -04:00
SECURITY.md Updated discord invite 2022-05-02 01:50:46 -05:00

Armored Combat Framework

A standardized combat and damage addon for Garry's Mod

Discord Invite Steam Group Linting Status Test Suite Repository Size Commit Activity

Armored Combat Framework (ACF) is an addon for Garry's Mod that implements a damage system for props and players, while also providing entities and tools to build fairly realistic armored combat vehicles. Players may choose from an array of guns, ammo types, crates for fuel and ammo, engines, transmissions and more while armoring their contraptions for combat.

Ammunition is customizable with varying ballistic performance along with armor being customizable for protection against various threats. ACF is intended to be balanced for multiplayer and competitive use but there is, of course, nothing wrong with blasting some NPCs.

ACF Logo

Installation

Dependencies

ACF Requires these to work

Wiremod (Workshop or Github) Contraption Framework (Workshop or Github)

Prop Protection with CPPI is not required, but highly recommended. We'd recommend Nadmod PP (Workshop or Github).

ACF works best when used with thin plate models and SProps (Workshop) provides a more complete selection over the vanilla PHX plates.

Install a Git client, such as the Github client or GitKraken, then clone ACF to your addons folder. With the Github client installed you can click the green button at the top of the ACF repo page and select clone. Updating ACF on your server or client after install simply requires clicking the pull button in your respective Git client.

Manually

  1. Click the green button at the top of the ACF repo and select zip.
  2. Extract the ACF folder.
  3. Inside you will find another ACF folder.
  4. Move the inner ACF folder to garrysmod/garrysmod/addons

Contributing

Found an annoying bug in the addon? Want to suggest a brand new feature? Think something should be changed? Make sure to check out Contributing to ACF, where we have a full guide on how to properly contribute to this project.