GithubHelp home page GithubHelp logo

h3wastooshort / kafe_cvr_mods Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kafeijao/kafe_cvr_mods

0.0 0.0 0.0 27.98 MB

Collection of Melon Loader mods for ChilloutVR

License: GNU General Public License v3.0

JavaScript 2.64% C 0.56% C# 95.12% PowerShell 0.54% CSS 0.45% HTML 0.11% ShaderLab 0.58%

kafe_cvr_mods's Introduction

Kafe's Melon Loader Mods

Welcome to my little collection of mods, feel free to leave bug reports or feature requests!


Mods

Mod name More Info Latest Description
BetterAFK README.md Download Latest BetterAFK.dll Fix and Improve the AFK detection
BetterLipsync README.md Download Latest BetterLipsync.dll Retired Improves Visemes by using Oculus Lipsync
BetterPortals README.md Download Latest BetterPortals.dll Improves portals usability
CCK.Debugger README.md Download Latest CCK.Debugger.dll Debug CVR Content from within the game
ChatBox README.md Download Latest ChatBox.dll Communicate via text using ChatBoxes
CVRSuperMario64 README.md Download Latest CVRSuperMario64.dll Run Super Mario 64 engine inside of CVR
EyeMovementFix README.md Download Latest EyeMovementFix.dll Fix and Improve the Eye Movement
FirstPersonHider README.md Download Latest FirstPersonHider.dll Hide parts of the mesh in first person
FreedomFingers README.md Download Latest FreedomFingers.dll Force finger track and gesture lock on Index
F*ckRTSP README.md Download Latest F*ckRTSP.dll Prevent playing RTSP streams
GrabbyBones README.md Download Latest GrabbyBones.dll Allow grabbing Dynamic and MagicaCloth bones
Instances README.md Download Latest Instances.dll Instances History and tools
LoginProfiles README.md Download Latest LoginProfiles.dll Save multiple credentials via launch parameters
MinimizeWindows README.md Download Latest MinimizeWindows.dll Minimize the game or console windows
OSC README.md Download Latest OSC.dll Enables OSC and adds new endpoints
PickupOverrides README.md Download Latest PickupOverrides.dll Override the QOL settings for pickups
PostProcessingOverrides README.md Download Latest PostProcessingOverrides.dll Improve PostProcessing control
ProfilesExtended README.md Download Latest ProfilesExtended.dll Improve the avatar profiles behavior
QRCode README.md Download Latest QRCode.dll Adds a QRCode Reader to the CVR Camera
QuickMenuAccessibility README.md Download Latest QuickMenuAccessibility.dll Retired Quick Menu accessibility options
RealisticFlight README.md Download Latest RealisticFlight.dll Improve physics and add alternative flight
RequestLib README.md Download Latest RequestLib.dll Request/Reply to remote players over network
TeleportRequest README.md Download Latest TeleportRequest.dll Request to teleport to a player
TheClapper README.md Download Latest TheClapper.dll Clap props/players to delete/hide them
WrongMic README.md Download Latest WrongMic.dll Saves/Loads diff mics for VR or Desktop

Plugins

Plugin Name More Info Latest Description
CVRUnverifiedModUpdaterPlugin README.md Download Latest CVRUnverifiedModUpdaterPlugin.dll Update mods directly from github repo releases
Logger++ README.md Download Latest Logger++.dll Show specific Player.log logs in Melon Console

Building

In order to build this project follow the instructions (thanks @Daky):

  • (1) Install NStrip.exe from https://github.com/BepInEx/NStrip into this directory (or into your PATH). This tools converts all assembly symbols to public ones! If you don't strip the dlls, you won't be able to compile some mods.
  • (2) If your ChilloutVR folder is C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR you can ignore this step. Otherwise follow the instructions bellow to Set CVR Folder Environment Variable
  • (3) Run copy_and_nstrip_dll.ps1 on the Power Shell. This will copy the required CVR, MelonLoader, and Mod DLLs into this project's /.ManagedLibs. Note if some of the required mods are not found, it will display the url from the CVR Modding Group API so you can download.

Set CVR Folder Environment Variable

To build the project you need CVRPATH to be set to your ChilloutVR Folder, so we get the path to grab the libraries we need to compile. By running the copy_and_nstrip_dll.ps1 script that env variable is set automatically, but only works if the ChilloutVR folder is on the default location C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR.

Otherwise you need to set the CVRPATH env variable yourself, you can do that by either updating the default path in the copy_and_nstrip_dll.ps1 and then run it, or manually set it via the windows menus.

Setup via editing copy_and_nstrip_dll.ps1

Edit copy_and_nstrip_dll.ps1 and look the line bellow, and then replace the Path with your actual path. $cvrDefaultPath = "C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR"

You'll probably need to restart your computer so the Environment Variable variable gets updated...

Now you're all set and you can go to the step (2) of the Building instructions!

Setup via Windows menus

In Windows Start Menu, search for Edit environment variables for your account, and click New on the top panel. Now you input CVRPATH for the Variable name, and the location of your ChilloutVR folder as the Variable value

By default this value would be C:\Program Files (x86)\Steam\steamapps\common\ChilloutVR, but you wouldn't need to do this if that was the case! Make sure it points to the folder where your ChilloutVR.exe is located.

Now you're all set and you can go to the step (2) of the Building instructions! If you already had a power shell window opened, you need to close and open again, so it refreshes the Environment Variables.


Disclosure


โš ๏ธ Notice!

This mod's developer(s) and the mod itself, along with the respective mod loaders, have no affiliation with ABI!


kafe_cvr_mods's People

Contributors

astrodogedx avatar dakyneko avatar kafeijao avatar noachicode avatar notakidonsteam avatar novavoidhowl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.