Garry's Mod

Garry's Mod

simfphys 3 stage hitbox system
Showing 1-6 of 6 entries
Update: 1 Dec, 2022 @ 3:53pm

custom collision sounds (WIP)
fixed potential errors with proxycolor not installed
switched a lot of things on hitbox script to hooks
implemented disabling aircontrol tweak
fixed error when gastank was not last in hitbox entries
bodygroup value is copied to gib model to account for customized features on model

probably some other stuff- this is a wip update

Update: 1 Dec, 2021 @ 4:02pm

added tiresmoke_color and ghostwheel_scale configs to simfphys tweaks

added GibBodygroups parameter to hitbox code

Update: 1 Dec, 2021 @ 2:14pm

Fixed flipped vehicle explosion timer sounds and particles.

Moved hooks into their own lua file for better organization.

Update: 1 Dec, 2021 @ 1:53pm

Generalized GTA:SA tweak code into simfphys tweaks.

It allows for customization of some sounds and behaviors that you normally would not be able to do.

EXAMPLE:


list.Set("nak_simf_tweaks", "blade", {

--engine start configuration
snd_engine_start = "gtasa/sfx/engine_start.wav",

--damaged engine sound configuration
snd_engine_damaged = "gtasa/sfx/engine_damaged_loop.wav",

--wheel skid configuration
skid_sounds = {
snd_skid = "gtasa/sfx/tireskid.wav",
snd_skid_dirt = "gtasa/sfx/tire_dirt.wav",
snd_skid_grass = "gtasa/sfx/tire_grass.wav",
},

--reverse whine configuration
snd_reverse_whine = "gtasa/vehicles/reverse_gear.wav",

--reverse beep
snd_reverse_beep = "gtasa/vehicles/reverse_beep.wav",

--upside down explosion timer
flipped_tick_check = true,

--disables air control & vehicle flipping (waiting on simfphys update)
disable_air_control = true,
})

Update: 30 Nov, 2021 @ 10:53am

Added Biomi09's GTA:SA Blade as demo vehicle.
Added autogenerating hitboxes based on bone hitbox.
Fixed mirror offset from duplicating and creating more hitboxes than needed.

Prolly some other stuff.

Update: 29 Nov, 2021 @ 7:14am

Stripped down version of GTA:SA hitbox system requested by Randy.

Only includes basic scripts for hitbox creation and some GTA-like tweaks for simfphys.