ljoonal/CVR-Plugins
ljoonal
/
CVR-Plugins
Archived
1
Fork 0
  • v2022-08-05 2d708c5f86

    v2022-08-05 Stable

    ljoonal released this 2022-08-05 20:10:54 +03:00 | 3 commits to main since this release

    [Key Rebinder/2.0.0]

    • Added a module to optionally replace the non-individual finger control mode with gesture lock toggle

    Sha256: 45b7c5cacc4236aac96025b28b414ce1b6a5c1cf52b70b4e0a90760a482e4c3a KeyRebinder.dll
    Sha512: a5d8e0721bb21cbfdc81caca6d88411ec9753576bb13d4bf0e765b1976cab524ea78ee8eaa4cff019123550de2e85b0d1bdeefd3d5bceada786b7ee9eb1b751f KeyRebinder.dll
    Blake3: 91995e1a2d60ad0cda06b6eda732551a8e6c3cff77e2c40d0683435bbeac9ee3 KeyRebinder.dll

    Downloads
  • v2022-08-01 7e1af17232

    v2022-08-01 Stable

    ljoonal released this 2022-08-01 00:21:12 +03:00 | 6 commits to main since this release

    The BepInEx 5 > 6 upgrade is here!

    Plugins

    [Color Customizer/0.4.2]

    • Changed to BepInEx 6

    [Hop Lib/0.1.0]

    • Changed to BepInEx 6
    • Late init & UI API additions & other misc tweaking

    [Key Rebinder/1.8.2]

    • Changed to BepInEx 6

    [M.A Logger/0.0.3]

    • Changed to BepInEx 6

    [More filters/0.0.3]

    • Changed to BepInEx 6

    [Player Rotater/0.1.2]

    • Changed to BepInEx 6

    [Rotate It/0.3.2]

    • Changed to BepInEx 6

    [Skip intro/0.0.3]

    • Changed to BepInEx 6

    [Speed Multiplier/0.3.0]

    • Changed to BepInEx 6
    • Fixed init to happen later to avoid errors on first world join

    [Third person camera/2.2.1]

    • Changed to BepInEx 6

    Other

    • Added code analyzer & BepInEx 6 packages
    • Added release creation script with included file hashes.
    • Updated release notes format
    • Added loader comparison chart to README

    Full diff

    Downloads
  • v2022-07-26 4874a1565d

    v2022-07-26 Stable

    ljoonal released this 2022-07-26 19:41:11 +03:00 | 8 commits to main since this release

    Fixes

    • Bumped patch versions & recompiled the plugins
    • Fixed PlayerRotater's breakage
    Downloads
  • v2021-11-23 3f8b068394

    v2021-11-23 Stable

    ljoonal released this 2021-11-23 05:49:15 +02:00 | 12 commits to main since this release

    Additions

    • New plugin MoreFilters: a plugin that adds additional filters. Currently only features spawn audio filtering.
    • Added restore task to root csproj

    Changes

    • Lots of README file changes
    • Fixed KeyRebinder for new game version.
    • Some internal HopLib changes.
    Downloads
  • 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
  • v2021-08-09 54f9968046

    v2021-08-09 Stable

    ljoonal released this 2021-08-09 19:37:14 +03:00 | 77 commits to main since this release

    Added

    • New mod: Rotate It. Allows desktop players to rotate held items.
    • KeyRebinder: Connection related keybinds

    Changed

    • ThirdPersonCamera now defaults to closer.
    • ThirdPersonCamera specific camera mode keybinds now also toggle back to default camera if already in the camera mode of the keybind.
    • Code analyzer warnings cleanup & general code refactoring
    • Build system simplification
    Downloads
  • v2021-08-03 bb263fa63d

    ljoonal released this 2021-08-03 05:29:34 +03:00 | 94 commits to main since this release

    Breaking changes

    Renamed all the existing mod GUID's from xyz.ljoonal.cvmods.* to xyz.ljoonal.cvr.*, meaning all of your config files will need to be renamed accordingly as well.

    Added Player Rotater

    A mod with which you can rotate your player model whilst flying.

    Other changes

    • Simplified the build system a bit with shared.props.
    • Renamed mod to plugin where appropriate.
    Downloads
  • v2021-08-02 f4289b9a07

    v2021-08-02 Stable

    ljoonal released this 2021-08-02 04:48:41 +03:00 | 105 commits to main since this release

    • Fixed a derp with ColorCustomizer not using the colors correctly
    • Keyrebinder Mic now has 2 buttons, one for push to talk and one for toggle.
    • Reworked third person camera completely. The nameplates still don't follow the third person camera though, will hopefully be fixed in a later version.
    Downloads
  • v2021-07-23 b5fd4fad86

    2021-07-23 Stable

    ljoonal released this 2021-07-23 15:36:45 +03:00 | 116 commits to main since this release

    Please do inspect the source code & build from source if you know how to, since generally it's not a good idea to trust random DLL's from the internet.

    Added

    • ColorCustomizer: Allows customizing nameplate colors
    • ThirdPersonCamera: Allows toggling to a third person perspective

    Changed

    • KeyRebinder: allow letting the game handle some keybinds by setting them to None
    Downloads
  • v2021-07-20 71e4e93f34

    ljoonal released this 2021-07-20 09:26:27 +03:00 | 126 commits to main since this release

    Please do inspect the source code & build from source if you know how to, since generally it's not a good idea to trust random DLL's from the internet.

    Added

    • SpeedMultiplier: New plugin, allows changing your flying speed.
    • KeyRebinder: Flying related keys
    • KeyRebinder: Toggle nameplates
    • KeyRebinder: Push to talk mic key

    Changed

    • KeyRebinder now handles module errors individually.
    Downloads