Garry's Mod

Garry's Mod

Glide // Blackterio's Glide Extra Functions
6개 중 1~6개 표시 중
업데이트: 2025년 9월 20일 오후 8시 36분
작성자: Blackterio

- Changed "Bus Doors Animations" to "Doors Animations"

- On the key configuration menu, changed "Door" to "Door/Animation"

- Added support for 3 more configurable animations

업데이트: 2025년 8월 8일 오후 8시 02분
작성자: Blackterio

- Added wipers and lights switch animation support
* Wipers switch get automatically activated when wipers animations are active
* Lights switch have 3 states: 0 is off, 0.5 is low beams, 1 is high beams

- Added ignition key animation support
* It has 3 states: 0 is off, 0.5 is in contact, 1 is on

You can activate them on your LUA file the same has the other functions:

ignitionKey = true, lightSwitch = true, wiperSwitch = true,

Lerp rates:
ignitionLerpRate = 0.2, lightSwitchLerpRate = 0.2, wiperSwitchLerpRate = 0.2,

Pose parameters names:
ignitionKey = "ignitionkey", lightSwitch = "lightswitch", wiperSwitch = "wiperswitch" ,

업데이트: 2025년 8월 6일 오후 5시 44분
작성자: Blackterio

typo

업데이트: 2025년 8월 5일 오후 4시 00분
작성자: Blackterio

- Included bus door sound in the addon files

업데이트: 2025년 8월 3일 오후 5시 04분
작성자: Blackterio

- Added a new feature: Bus Doors Animations

Adds support to control up to 6 different door animations, if you want you can also use it as normal car doors

* Custom pose parameters names if its needed
* Custom sound support
* Custom duration
* Different lerp types

This is a custom extension, that means that you can assign custom keys for each animation, defaults are numpad 0-6. Search in Glide's key configuration menu as "Bus Door Animations - Controls"

Documentation with more information soon

업데이트: 2025년 7월 19일 오후 9시 30분
작성자: Blackterio