Garry's Mod
[simfphys] LUA Vehicles - Base
146件中 91-100 を表示
< 1 ... 8  9  10  11  12 ... 15 >
更新: 2017年6月1日 @ 12時02分

- [Added] spawnlist variable to change inertia:

Inertia = Vector(14017,46543,47984), -- makes your vehicle feel heavier without actually changing the mass

- [Added] bodygroup and skin changing for attachments:
Attachments = { { model = "models/props_c17/oildrum001.mdl", skin = 1, pos = Vector(-25.08,91.34,29.46), ang = Angle(4.2,-109.19,68.43) }, { model = "models/winningrook/gtav/dukes/dukes.mdl", bodygroups = {1,2,0,0,0,0,0,1,1,1}, pos = Vector(0,0,0), ang = Angle(0,0,0), color = Color(0,0,0,255) }, },

- [Added] offset function for the wheel tool

- [Added] backfire sound replace function for the misc sound edtior. Can also be changed in the spawnlist:
snd_backfire = "weapons/357/357_fire2.wav", -- replace backfire sound

- [Changed] Mousesteering locked pitch can now be adjusted in the mouse steering menu



更新: 2017年5月22日 @ 2時41分

- [Fixed] dukes broken bodygroups + added exhaust bodygroup

if you are playing on a server and the prewar vehicles or the dukes is an error for you then chances are that the server is running an old version of this addon. Solution: tell the server administrator to update and restart his server

更新: 2017年5月21日 @ 15時25分

- [Added] steering wheel animations for all included vehicles
- [Updated] suspension+handling settings for some prewar vehicles
- [Removed] alfa romeo brera. The handling scripts are still in the base but if you want to use it you will have to subscribe to reds addon
- [Fixed] some prewar vehicle models having a convex collision model when they should have been concave (the avia truck for example. You can put stuff on the back now)
smoothing groups should also be fixed now / should look alot less ugly

更新: 2017年5月15日 @ 13時38分

- [Fixed] lua errors caused by previous update

更新: 2017年5月15日 @ 13時24分

- [Fixed] lua errors caused by previous update

更新: 2017年5月14日 @ 14時26分

- [Fixed] remote controler and vehicle repair tool hold types
- [Fixed] exitpos sometimes being outside the world
- [Changed] gear shifting is now disabled when the spawnmenu or contextmenu is open
- [Changed] "vehicle_steer" poseparameter is now smoothed
- [Changed] smoke and fire effects are no longer entities
- [Changed] mouse steering is now using FrameTime() instead of RealFrameTime() to fix skipping on lagspikes
- [Changed] remote controler instructions should be easier to understand now
- [Changed] left/right wheel pairs are now nocollided with eachother
- [Added] dynamic exhaust effects
- [Added] explosion effect
- [Added] extra smooth steering client setting option

- [Added] first person viewpos override variable:

FirstPersonViewPos = Vector(0,0,0), -- sets the drivers first person view pos relative to the seats coordinate system

There are more internal code changes wich should have no effect ingame. More information can be found on my github.
Im still working on uncancering the code.

更新: 2017年5月14日 @ 13時51分

failupdate 2.0

更新: 2017年5月14日 @ 13時34分

failupdate

更新: 2017年4月18日 @ 8時10分

- [Fixed] Joystick controls staying pressed when leaving the vehicle with autostart/stop unchecked
- [Added] variable to disable driver/passenger damage from weapons

IsArmored = true,

更新: 2017年4月12日 @ 0時13分

- [Fixed] Remote controlled vehicle killing the user when it explodes