Garry's Mod
Glide // Styled's Vehicle Base
Mostrando 31-40 de 155 aportaciones
< 1  2  3  4  5  6 ... 16 >
Actualización: 6 JUN a las 17:40

- 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

Actualización: 2 JUN a las 8:53

- Allow lower minimum gear ratio values

Actualización: 2 JUN a las 8:46

- 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

Actualización: 1 JUN a las 20:16

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

Actualización: 31 MAY a las 15:04

- Replaced Wheel Model tool with the Wheel Editor tool

Actualización: 30 MAY a las 19:46

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

Actualización: 22 MAY a las 12:12

- 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".

Actualización: 16 MAY a las 12:13

- 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

Actualización: 14 MAY a las 10:09

- 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

Actualización: 13 MAY a las 10:40

- 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