Skip to content

A Beat Saber plugin for loading custom avatars into the game.

License

Notifications You must be signed in to change notification settings

PureDark/BeatSaberCustomAvatars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beat Saber Custom Avatars Plugin

Jenkins Release GitHub

Installing

Install BeatSaberMarkupLanguage using one of the many available mod installers for Beat Saber or download the latest version from BeatMods.

Install the latest release of DynamicOpenVR by following the instructions in the repository's README.

Download the latest release of Custom Avatars and extract the entire contents of the ZIP file into your Beat Saber folder (for Steam, this is usually C:\Program Files (x86)\Steam\steamapps\common\Beat Saber), overwriting any existing files.

Contributing

To automatically copy the compiled DLL into Beat Saber's installation directory, create a file called CustomAvatar.csproj.user next to CustomAvatar\CustomAvatar.csproj and paste in the following:

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http:https://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- Replace this with the path to your Beat Saber installation -->
    <BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>
  </PropertyGroup>
</Project>

About

A Beat Saber plugin for loading custom avatars into the game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Python 0.3%