Garry's Mod

Garry's Mod

Glide // Styled's Vehicle Base
177개 중 31~40개 표시 중
< 1  2  3  4  5  6 ... 18 >
업데이트: 2025년 8월 30일 오후 7시 53분
작성자: StyledStrike

- Slighty raised the value for the "reduced" throttle modifier
- Set the minimum allowed value for the engine stream's wobble strength to 0
- Added console variable to toggle pushing vehicles with the Gravity Gun: glide_allow_gravity_gun_punt (0 by default)

업데이트: 2025년 8월 28일 오후 7시 11분
작성자: StyledStrike

Improvements to the settings page:

- When opening the window, go back to the last opened tab
- Added buttons to reset individual binds

업데이트: 2025년 8월 28일 오후 6시 01분
작성자: StyledStrike

- Try to fix throttle modifier interfering with AI mods/Wiremod inputs

업데이트: 2025년 8월 27일 오후 6시 08분
작성자: StyledStrike

- Replaced the "reduce throttle" key with a "throttle modifier" key.

By default, the "throttle modifier" mode is set to Hold for full throttle, which means you now must hold shift (or whatever key you set as the "throttle modifier") to achieve full throttle.

업데이트: 2025년 8월 24일 오후 8시 29분
작성자: StyledStrike

- Made a couple of console prints into developer-only prints to reduce spam (Thanks, Redox!)
- Improved client-side performance while you're not inside a vehicle, by making some vehicle features (like looping sounds and headlight projected textures) only update a few times per second instead of every frame

업데이트: 2025년 8월 23일 오후 11시 30분
작성자: StyledStrike

- Made VSWEP function names more similar to regular SWEPs
- VSWEP functions are now more convenient to be overritten on children classes
- Tweaked how VSWEPs are loaded to avoid a bug on gluapack[www.gmodstore.com] (Thanks, Redox!)

업데이트: 2025년 8월 20일 오전 8시 19분
작성자: StyledStrike

- Fixed a issue where only one projected light was being updated & being "jittery"

업데이트: 2025년 8월 19일 오후 7시 54분
작성자: StyledStrike

Major change: Replaced the old vehicle weapon system with the VSWEPs system. Read the pull request here[github.com] for more information and compatibility notes.

- Fixed some issues on Turkish localization (Thanks, NovaDiablox!)
- Fixed various localization issues (Cleanup & missing strings) (Thanks, Flarky55!)
- Improved projected lights performance by updating per tick instead of per frame (Thanks, Redox!)
- Fixed a Lua error when locking-on with the Homing launcher on a driver that is not a player (Thanks, Astralcircle!)

A few notable changes from the VSWEPs system:

- Added a glide_pacifist_mode server console variable. When set to 1, it disables VSWEPs and vehicle turrets for all players.
- Run the hook Glide_CanUseWeaponry (on both client and server) when a player tries to use a vehicle VSWEP/turret. Return false to prevent that player from using them.

업데이트: 2025년 7월 16일 오후 2시 43분
작성자: StyledStrike

- Added simplified/traditional Chinese translation strings (Thanks, 滑稽没JJ, 存活率百分百の少女 and HJnoJJ!)
- (Experimental) Restored the wheel physics behaviour where it decreases grip as the spring applies less force to the ground

업데이트: 2025년 7월 11일 오전 9시 39분
작성자: StyledStrike

- Use a separate trace filter for wheels that ignores players
- Tweak how entities are hidden with Glide.HideEntity