Skip to content

Fork to fix foundd issues of VRC SDK Patch.

Notifications You must be signed in to change notification settings

chibiskuld/VRCSDKonLinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRChat SDK Linux patch (New and improved)

Warning: By modifying the SDK you are violating the VRChat TOS. Do it at your own risk!

Now using Harmony to avoid DLL patches.

Installation

Unity package method

Import the corresponding unitypackage. If you are using the world SDK change steamapps path in SDK settings. If you are using the avatar SDK change the client path in SDK settings to the one in Editor folder.

Manual installation

  1. Import SDK.
  2. Download Harmony (https://github.com/pardeike/Harmony/releases) .NET 4.7 into Assets/Editor (Create if doesn't exist).
  3. Copy SdkPatchBase.cs into Assets/Editor.

If you are using the Avatar SDK 4. Copy AvatarSdkPatcher.cs into Assets/Editor 5. Select your steamapps folder location in SDK settings.

If you are using the World SDK 4. Copy WorldSdkPatcher.cs into Assets/Editor 2. Select VRChat.exe from this repo in SDK settings

Compatibility

The last checked version is 2022.1.1 but the patches should work on newer versions

About

Fork to fix foundd issues of VRC SDK Patch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.1%
  • Python 14.9%