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
2025-01-09 16:51:45 -08:00
.github Add test runner to dev 2024-08-05 14:43:18 -04:00
lua Change PlaySound3D/PlaySound2D -> PlaySound 2025-01-09 16:51:45 -08: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 Validate damage networking targets 2025-01-09 17:54:53 -05: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-dark.png Rename acf-logo.png to acf-logo-dark.png 2025-01-09 15:47:51 -08:00
acf-logo-light.png Add files via upload 2025-01-09 15:48:48 -08:00
CONTRIBUTING.md Update old repo links 2024-11-01 18:34:52 -04:00
LICENSE
README.md whoops I flipped them 2025-01-09 15:49:48 -08: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 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.