Garry's Mod

Garry's Mod

[simfphys] LUA Vehicles - Base
Showing 51-60 of 146 entries
< 1 ... 4  5  6  7  8 ... 15 >
Update: 7 May, 2021 @ 5:05am

fixes / changes

Update: 18 Jan, 2021 @ 11:45am

- added check for:

[simfphys_base] addons/simfphys_base/lua/simfphys/anim.lua:16: attempt to call method 'GetSeatAnimation' (a nil value) 1. v - addons/simfphys_base/lua/simfphys/anim.lua:16 2. unknown - lua/includes/modules/hook.lua:84

if you are bounce or digger you had this error and its fixed now

Update: 14 Jan, 2021 @ 11:28pm

- added ability to change player-sit animation (requested by Valkyries733, he promised to buy me a game on steam)

just do this in your vehicle config file:

Members = { (...) SeatOffset = Vector(-3,-13.5,21), SeatPitch = 15, SeatYaw = 90, SeatAnim = "sit_zen", -- overwrite driver seat animation PassengerSeats = { { pos = Vector(0,-14,-12), ang = Angle(0,-90,0), anim = "sit_zen", -- overwrite passenger seat animation } }, (...) }

see https://github.com/Blu-x92/simfphys_base/blob/master/lua/simfphys/base_vehicles.lua#L323

Update: 28 Jul, 2020 @ 4:07pm

just a quick upload of the latest github version. I honestly don't remember what i changed but someone mentioned this:
- [fixed] remote controler ignoring locked status

Update: 13 Apr, 2020 @ 5:06am

- [fixed] "ent.KeyPressedTime" lua error
- [improved] npc relationshiphandler performance

Update: 30 Mar, 2020 @ 7:17am

- [added] npc relationship handler. NPC's can now "see" you inside vehicles

Update: 24 Mar, 2020 @ 9:00am

- [fixed] exploits related to turnsignal and mousesteering network code

Update: 16 Mar, 2020 @ 6:48am

- [fixed] locked vehicles being enterable through the wheels

Update: 16 Mar, 2020 @ 5:54am

*** THIS UPDATE MOVED THIS ADDON TO THE NEW WORKSHOP FORMAT ***

- [fixed] seat switcher spazz at very low fps
- upgraded to LFS' vehicle locking method

Update: 6 Nov, 2019 @ 9:07am

- [fixed] logic error in canstart function allowing vehicles to be driven without fuel by spamming the engine-start button
- [changed] engine braking force is now clamped
- [added] vehicle information to vehicle editor tool