Garry's Mod
[simfphys] LUA Vehicles - Base
Εμφάνιση 51-60 από 146 καταχωρίσεις
< 1 ... 4  5  6  7  8 ... 15 >
Ενημέρωση: 7 Μαϊ 2021 στις 5:05

fixes / changes

Ενημέρωση: 18 Ιαν 2021 στις 11:45

- 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

Ενημέρωση: 14 Ιαν 2021 στις 23:28

- 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

Ενημέρωση: 28 Ιουλ 2020 στις 16:07

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

Ενημέρωση: 13 Απρ 2020 στις 5:06

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

Ενημέρωση: 30 Μαρ 2020 στις 7:17

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

Ενημέρωση: 24 Μαρ 2020 στις 9:00

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

Ενημέρωση: 16 Μαρ 2020 στις 6:48

- [fixed] locked vehicles being enterable through the wheels

Ενημέρωση: 16 Μαρ 2020 στις 5:54

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

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

Ενημέρωση: 6 Νοε 2019 στις 9:07

- [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