Garry's Mod
Glide // Styled's Vehicle Base
กำลังแสดง 11-20 จาก 177 รายการ
< 1  2  3  4 ... 18 >
อัปเดต: 8 พ.ย. @ 5: 27pm
โดย StyledStrike

- Fix missing/garbled gear list being saved by the Transmission Editor tool
- Scale sprites depending on the camera distance
- Bumped the max. distance for some ranged features

อัปเดต: 8 พ.ย. @ 2: 09pm
โดย StyledStrike

- Added a experimental Engine audio backend option to the Audio settings

When WebAudio is selected, engine sounds are processed by the Web Audio API (inside a DHTML panel).
This allows for echo/reverb effects, which are tweaked depending on the space your camera is at.

This feature uses more resources, so it's disabled by default for now.

อัปเดต: 5 พ.ย. @ 6: 55am
โดย StyledStrike

- Don't apply sideways slip "stabilization" workaround while no wheels are grounded, fixes vehicles floating when placed sideways in the air
- Removed old modifier migration logic

อัปเดต: 4 พ.ย. @ 7: 59am
โดย StyledStrike

- Fixed error caused by trying to send lock-on warning to non-player entities
- Tweaked logic for when the redline sound should activate

อัปเดต: 27 ต.ค. @ 6: 18pm
โดย StyledStrike

- When limiting the size of JSON data to be transfered through networking, check raw size instead of compressed size
- Fixed error during single-player map transitions/saves on weaponized vehicles

อัปเดต: 18 ต.ค. @ 10: 31am
โดย StyledStrike

- Fixed the Engine Stream validator counting one too many sound layers
- Calculate the value returned by ENT:GetWheelOffset client-side instead of networking it from the server. (This should improve suspension animation in some vehicles)

อัปเดต: 17 ต.ค. @ 6: 27pm
โดย StyledStrike

- Added server console variable: glide_global_damage_multiplier
- Added "redline" input to the Engine Stream editor
- Allow to override the Engine Stream position offset per layer
- Tweaked the rev. limiter sound logic
- Added and tweaked a gear switch cooldown on various vehicles
- Tweaked turbo sound logic, allow setting ENT.TurboBlowoffSound or ENT.TurboLoopSound to a empty string to disable them separately
- Try to combat "gear switch hiccups"

อัปเดต: 14 ต.ค. @ 4: 49pm
โดย StyledStrike

- Animate the Wolfsbane's belt texture
- Tweaked Dinghy turn force

อัปเดต: 13 ต.ค. @ 10: 14pm
โดย StyledStrike

- Added a hint for using VTOL aircraft

อัปเดต: 13 ต.ค. @ 8: 14pm
โดย StyledStrike

- Added base VTOL plane class
- Allow plane exhaust sound to be unset
- Made rotor beat sounds logic part of the base aircraft class
- Made ENT:OnUpdateAnimations part of the base vehicle class