Garry's Mod

Garry's Mod

[ACF] Armored Combat Framework
Showing 31-40 of 64 entries
< 1  2  3  4  5  6  7 >
Update: 15 Feb @ 7:50pm

Experimental virtual baseplate colliders

Lua-based collisions for baseplates based on baseplate size

Update: 18 Jan @ 11:44pm

Fix unclamped standoff ratio

Update: 15 Jan @ 7:38pm

Revert link distance nerfs

Update: 10 Jan @ 7:20pm

Start localization file for general menu strings

Update: 22 Dec, 2024 @ 4:58pm

Try to fix rare inaccurate seat legal check failures

This seems to happen occasionally with things like simfphys? I haven't been able to reproduce this for like a year, but maybe this will finally resolve the problem.

Update: 16 Dec, 2024 @ 12:37pm

Merge pull request #441 from marchc1/fix-crashing

Try to fix x86-64 crash

Update: 7 Dec, 2024 @ 9:04pm

Fix error on primitive spawn

Update: 6 Dec, 2024 @ 8:35am

Merge pull request #440 from yoseij/patch-1

Update acfarmorprop.lua to fix primitives

Update: 30 Nov, 2024 @ 9:49am

Slight wheel torque output buff

Update: 17 Nov, 2024 @ 11:53am

Improved CPPI implementation

- CPPIGetOwner will now return the world entity and an UID of 0 in case the entity has no valid owner.
- Implemented required CPPI_NOTIMPLEMENTED and CPPI_DEFER values.