Garry's Mod
[vFire] Simfphys Support
Mostrando 1-10 de 11 aportaciones
< 1  2 >
Actualización: 20 AGO 2020 a las 13:15

Added a compatibility mode that litterally just adds a 0.5 second delay before replacing the functions on vehicles... I will clean this up later.

Actualización: 29 JUN 2020 a las 17:39

"dont fix what is not broken"

wack

i fixed the repair bug

Actualización: 26 JUN 2020 a las 5:24

Removed Think hook, overwriting functions instead.

This sadly removed the two convars in the description. May add them back later.

Actualización: 14 ABR 2020 a las 18:56

Fixed previous bug. The compatibility convar is now able to be hotswapped without a restart and only overrides any currently spawned Simfphys vehicles function.

Respawn a vehicle to allow the clientside fire to work again once the convar is set to 1.
It won't be needed unless something causes issues later down the line. A failsafe.

Actualización: 14 ABR 2020 a las 18:09

Luna implemented a new fire system that made the vehicle constantly backfire and stall when toggling their clientside fire.

Working on a fix. Atm the clientside fire will appear and the simfphys compatibility convar is disabled.

Actualización: 10 ABR 2020 a las 17:53

Crowbar crashed uploading this three times.

Pushing again just in case. Don't want a currupted addon uploaded.


Actualización: 10 ABR 2020 a las 17:32

Changed the new convar so it can be disabled entirly if needed.

Fixed the help text when placing the convar in console with no value.
(displayed the first 80 char of the text set)

Actualización: 10 ABR 2020 a las 16:59

Fixed the default duplicator causing vehicles to catch on fire after dupe. Possibly affected saves.

Added new server convar: "vfire_simfphys_firebeforeboom 0-9999"
This changes the timer when the vehicles health hits 0 from fire to explode. A 0.5 second delay is added on top due to the dupe fix.

Actualización: 9 ABR 2020 a las 3:50

Updated the warning when vFire is not installed. Before it would try and output into chat too quick and not display.

Actualización: 9 ABR 2020 a las 2:54

Fixed the addon. It was loading in before it should have.

Added "vfire_simfphys_compatibilitymode" as a console command.
Setting it to 1 and restarting the game will not overwrite the SetOnFire() function. Use this if you get errors with anything to do with fire in an addon!
You can set it back to 0 without a restart however.

The overwritten function is only there to remove the flash of the old Simfphys fire completly. With the console command toggled though it will just disable the client fire right after Simfphys calls it.