Garry's Mod

Garry's Mod

simfphys 3 stage hitbox system
正在显示第 1 - 6 项,共 6 项条目
更新于:2022 年 12 月 1 日 下午 3:53

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

更新于:2021 年 12 月 1 日 下午 4:02

added tiresmoke_color and ghostwheel_scale configs to simfphys tweaks

added GibBodygroups parameter to hitbox code

更新于:2021 年 12 月 1 日 下午 2:14

Fixed flipped vehicle explosion timer sounds and particles.

Moved hooks into their own lua file for better organization.

更新于:2021 年 12 月 1 日 下午 1:53

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,
})

更新于:2021 年 11 月 30 日 上午 10:53

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.

更新于:2021 年 11 月 29 日 上午 7:14

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.