Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Collection of Melon Loader mods for ChilloutVR

License

NotificationsYou must be signed in to change notification settings

kafeijao/Kafe_CVR_Mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Mods

Mod nameMore InfoLatestDescription
AMDQuestWirelessStutterFixREADME.mdDownload Latest AMDQuestWirelessStutterFix.dllPotentially fixes Quest Wireless Stutter issues on AMD
BetterAFKREADME.mdDownload Latest BetterAFK.dllFix and Improve the AFK detection
BetterCacheREADME.mdDownload Latest BetterCache.dllRetired Improves the Cache Management
BetterLipsyncREADME.mdDownload Latest BetterLipsync.dllRetired Improves Visemes by using Oculus Lipsync
BetterPortalsREADME.mdDownload Latest BetterPortals.dllImproves portals usability
CCK.DebuggerREADME.mdDownload Latest CCK.Debugger.dllDebug CVR Content from within the game
ChatBoxREADME.mdDownload Latest ChatBox.dllCommunicate via text using ChatBoxes
CompanionPropREADME.mdDownload Latest CompanionProp.dllSpawn a prop on join
CVRSuperMario64README.mdDownload Latest CVRSuperMario64.dllRun Super Mario 64 engine inside of CVR
EyeMovementFixREADME.mdDownload Latest EyeMovementFix.dllRetired Fix and Improve the Eye Movement
FirstPersonHiderREADME.mdDownload Latest FirstPersonHider.dllRetired Hide parts of the mesh in first person
FreedomFingersREADME.mdDownload Latest FreedomFingers.dllForce finger track and gesture lock on Index
F*ckRTSPREADME.mdDownload Latest F*ckRTSP.dllRetired Prevent playing RTSP streams
GrabbyBonesREADME.mdDownload Latest GrabbyBones.dllAllow grabbingDynamic andMagicaCloth bones
InstancesREADME.mdDownload Latest Instances.dllInstances History and tools
MenuCSSLoaderREADME.mdDownload Latest MenuCSSLoader.dllLoads CSS files to the Menus
LoginProfilesREADME.mdDownload Latest LoginProfiles.dllRetired Save multiple credentials via launch parameters
MinimizeWindowsREADME.mdDownload Latest MinimizeWindows.dllMinimize the game or console windows
NavMeshFollowerREADME.mdDownload Latest NavMeshFollower.dllAllow to control nav mesh followers
NavMeshToolsREADME.mdDownload Latest NavMeshTools.dllLibrary with tools to bake nav meshes
OSCREADME.mdDownload Latest OSC.dllEnables OSC and adds new endpoints
PickupOverridesREADME.mdDownload Latest PickupOverrides.dllRetired Override the QOL settings for pickups
PostProcessingOverridesREADME.mdDownload Latest PostProcessingOverrides.dllImprove PostProcessing control
ProfilesExtendedREADME.mdDownload Latest ProfilesExtended.dllImprove the avatar profiles behavior
QRCodeREADME.mdDownload Latest QRCode.dllAdds a QRCode Reader to the CVR Camera
QuickMenuAccessibilityREADME.mdDownload Latest QuickMenuAccessibility.dllRetired Quick Menu accessibility options
RealisticFlightREADME.mdDownload Latest RealisticFlight.dllImprove physics and add alternative flight
RequestLibREADME.mdDownload Latest RequestLib.dllRequest/Reply to remote players over network
TeleportRequestREADME.mdDownload Latest TeleportRequest.dllRequest to teleport to a player
TheClapperREADME.mdDownload Latest TheClapper.dllClap props/players to delete/hide them
WrongMicREADME.mdDownload Latest WrongMic.dllRetired Saves/Loads diff mics for VR or Desktop

Plugins

Plugin NameMore InfoLatestDescription
CVRUnverifiedModUpdaterPluginREADME.mdDownload Latest CVRUnverifiedModUpdaterPlugin.dllUpdate mods directly from github repo releases
Logger++README.mdDownload Latest Logger++.dllShow specificPlayer.log logs in Melon Console

Building

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

  • (1) InstallNStrip.exe fromhttps://github.com/BepInEx/NStrip into this directory (or into your PATH). This toolsconverts 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 isC:\Program Files (x86)\Steam\steamapps\common\ChilloutVR you can ignore this step.Otherwise follow the instructions bellowtoSet CVR Folder Environment Variable
  • (3) Runcopy_and_nstrip_dll.ps1 on the Power Shell. This will copy the required CVR, MelonLoader, and Mod DLLs intothis project's/.ManagedLibs. Note if some of the required mods are not found, it will display the url from the CVRModding Group API so you can download.

Set CVR Folder Environment Variable

To build the project you needCVRPATH to be set to your ChilloutVR Folder, so we get the path to grab the librarieswe need to compile. By running thecopy_and_nstrip_dll.ps1 script that env variable is set automatically, but onlyworks if the ChilloutVR folder is on the default locationC:\Program Files (x86)\Steam\steamapps\common\ChilloutVR.

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

Setup via editing copy_and_nstrip_dll.ps1

Editcopy_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 theBuilding instructions!

Setup via Windows menus

In Windows Start Menu, search forEdit environment variables for your account, and clickNew on the top panel.Now you inputCVRPATH for theVariable name, and the location of your ChilloutVR folder as theVariable value

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

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


Disclosure


⚠️Notice!

This project is an independent creation and is not affiliated with, supported by, or approved by Alpha BlendInteractive



[8]ページ先頭

©2009-2025 Movatter.jp