Garry's Mod

Garry's Mod

[simfphys] LUA Vehicles - Base
Viser 71-80 af 146 forekomster
< 1 ... 6  7  8  9  10 ... 15 >
Opdatering: 1. nov. 2018 kl. 3:37

failupload

Opdatering: 20. okt. 2018 kl. 13:56

- fix conflict[github.com]
- fixed dukes "missing" interior stripe material

Opdatering: 21. maj 2018 kl. 8:26

- better non-arc hud
- light damage now set by server
- added rain effects for StormFox
- removed camera enter-exit transition
- some other small tweaks see 21st may update on github[github.com]

Opdatering: 15. mar. 2018 kl. 6:58

- [Fixed] turbo and supercharger causing servercrash on abusive engine settings

Opdatering: 13. mar. 2018 kl. 6:41

- [Changed] handbrake is slightly stronger to counter the new traction settings
- [Changed] vehicle duplicator now dupes and saves submaterials, turbo sound and supercharger sound
- [Added] Joystick (Gear) tab for direct gear selection (useful for gear shifter?)

Opdatering: 13. mar. 2018 kl. 6:32

Opdatering: 12. mar. 2018 kl. 10:12

- [Fixed] vehicle duplicator now properly aligns the wheels when updating a vehicle
- [Changed] engine rev speed is now based on limitrpm. Higher limitrpm means faster up and down revving engine.
- [Changed] dropped support for the old 2016 vehicle spawning system.
- [Changed] some small irrelevant code changes here and there. More info can be found on github.
- [Changed] some handling and performance tweaks (turbo, supercharger, wheel traction)

the new traction tweaks allow for more aggressive drifts, now its possible to do fullthrottle drifts without spinning out.
please let me know what you think about these changes in the comment section

Opdatering: 6. mar. 2018 kl. 9:25

- [Fixed] key-binding menu being broken from last gmod update[gmod.facepunch.com]

Opdatering: 4. mar. 2018 kl. 5:32

- [Added] OnTick, OnSpawn, OnDelete and OnDestroyed spawnlist variable. example:
OnTick = function(ent) print("hi") end,
OnSpawn = function(ent) print("i spawned") end,
OnDelete = function(ent) print("im removed :(") end,
OnDestroyed = function(ent) print("im destroyed :((((") end,

you can use it to control all the fancy stuff you want for example a custom fuel gauge pose parameter:

OnTick = function(ent) ent:SetPoseParameter("fuel_gauge_pose_parameter_name", ent:GetFuel() / ent:GetMaxFuel()) end,

keep in mind that these functions are called serverside only.

Opdatering: 24. feb. 2018 kl. 15:42

- [Changed] Reduced net traffic spam on connect
- [Added] NoWheelGibs variable