ljoonal/CVR-Plugins
ljoonal
/
CVR-Plugins
Archived
1
Fork 0
  • v2021-08-14 8d44ecf70d

    v2021-08-14 Stable

    ljoonal released this 2021-08-14 23:14:40 +03:00 | 30 commits to main since this release

    Additions

    • 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 key
    • PlayerRotater: 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 to KeyboardShortcut 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