-
v2021-08-14 Stable
released this
2021-08-14 23:14:40 +03:00 | 30 commits to main since this releaseAdditions
- New plugin
HopLib
: a library plugin that other plugins use for various shared code parts - New plugin
SkipIntro
: a plugin to skip the initial intro scene. - New plugin
MaLogger
: a plugin to log various things that happen, such as people joining, avatar changes & prop spawns. KeyRebinder
: Added keybind for zoom keyPlayerRotater
: Use the game's rotation multiplier for rotations.PlayerRotater
: Lessen the jankiness of looking up/down while rotated.
Changes
- Various keybinds now allow other keys to also be pressed, changed
KeyCode
datatypes toKeyboardShortcut
in multiple places - Made various plugins rely on HopLib
- Embracing msbuild for build system, fully fleshed it out finally.
- The plugins assembly info should now be set to proper values
SpeedMultiplier
: Fixed breaking after game update- Various readme changes
Removed
- VSC build tasks
- Various unnecessary logging now only output in
Debug
builds - Debug build info from
Release
builds LegacyInputModule
reference from the shared plugin references
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
ColorCustomizer.dll
128 downloads · 8.5 KiB
-
HopLib.dll
128 downloads · 16 KiB
-
KeyRebinder.dll
125 downloads · 18 KiB
-
MALogger.dll
131 downloads · 7.5 KiB
-
PlayerRotater.dll
134 downloads · 7.5 KiB
-
RotateIt.dll
134 downloads · 7.5 KiB
-
SkipIntro.dll
125 downloads · 5 KiB
-
SpeedMultiplier.dll
121 downloads · 5 KiB
-
ThirdPersonCamera.dll
135 downloads · 9 KiB
- New plugin