Garry's Mod

Garry's Mod

Glide // Styled's Vehicle Base
Menampilkan31-40 dari 155 kiriman
< 1  2  3  4  5  6 ... 16 >
Pembaruan: 6 Jun @ 5:40pm

- Restore old braking logic, for now
- Tweak default tire smoke color
- Tweak tire smoke particles, enable lighting
- Tweak speed required for camera shake
- Reduce explosion camera shake from turrets
- Don't turn off plane engine when holding the throttle down button
- Use OnUpdateMisc for weapon sounds on Lazer/Strikeforce, fixes weapons not producing sound while the engine is off

Pembaruan: 2 Jun @ 8:53am

- Allow lower minimum gear ratio values

Pembaruan: 2 Jun @ 8:46am

- Use aim position for mouse steering, fixes the steering being wrong when not looking directly ahead
- Tweaked wheel brake physics logic
- Tweaked default suspension spring parameters
- Tweaked parameters on various vehicles
- Added missing "Gear" Wiremod input

Pembaruan: 1 Jun @ 8:16pm

- Added the Transmission Editor tool
- Added model options to the Projectile/Missile Launcher tools
- Allow trailers to take blast damage
- Tweaked brake sound logic

Pembaruan: 31 Mei @ 3:04pm

- Replaced Wheel Model tool with the Wheel Editor tool

Pembaruan: 30 Mei @ 7:46pm

- Added mouse steering options
- Added option to set camera shake intensity

Pembaruan: 22 Mei @ 12:12pm

- Exit check logic now ignores entities parented to the vehicle
- Wheels will not ignore COLLISION_GROUP_WORLD anymore. This fixes wheels ignoring some movable map brushes (like elevators), but it does not ignore entities that are "no-collided to everything but the world".

Pembaruan: 16 Mei @ 12:13pm

- Fixed an issue where player poses weren't visible to other players (Player:GlideGetVehicle was not being set for other players)
- Tweaked/simplified vehicle turret logic
- Added experimental logic to prevent vehicles from hitting the ground when landing on all wheels

Pembaruan: 14 Mei @ 10:09am

- Made tanks use base_glide_car as the parent class
- Added "brake_or_taillight" bodygroup light type
- Made some vehicles properly use the new light bodygroup parameters
- Don't allow unflip/air controls while underwater

Pembaruan: 13 Mei @ 10:40am

- Improved the logic to check for free exit points
- Added Wiremod I/O to boats
- Moved headlight/turn signal Wiremod I/O logic to the base vehicle class
- Avoid using Entity:SetNW* functions, use the net library instead