• Stars
    star
    251
  • Rank 161,121 (Top 4 %)
  • Language
    C#
  • License
    GNU Lesser Genera...
  • Created almost 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Beat Saber mod that allows the use of custom player avatars for in-game body presence.

Beat Saber Custom Avatars Plugin

GitHub Actions Build Status Latest Release License

Getting Started

The easiest way to get Custom Avatars up and running is to use ModAssistant. The latest version of Custom Avatars will always be posted in the releases here, and then become available on ModAssistant a few days later. If you want to install it manually by using the releases available here or are looking for the files to create an avatar yourself, you can follow the instructions below.

What to download

  • RELEASE is what you should download if you just want to use the mod. If you are unsure what to download, this is the file you are looking for.
  • DEBUG contains debug code and a PDB for debugging purposes. This is useful if you're developing a mod that relies on Custom Avatars.
  • UnityProject contains a barebones Unity project to get started with creating avatars. You will need to copy FinalIK.dll and DynamicBone.dll from the game's installation folder into the Assets\Libraries folder before opening the project in Unity to get it working.
  • Editor contains only the CustomAvatar.dll file for use in the editor. Use this if you want to update your current Unity project to the latest version of Custom Avatars.

Installing manually

Install BeatSaberMarkupLanguage and DynamicOpenVR (the required versions are listed in Custom Avatars' release notes). Download the latest release of Custom Avatars and extract the entire contents of the ZIP file into your Beat Saber folder and overwrite any existing files. By default, your Beat Saber install folder should be C:\Program Files (x86)\Steam\steamapps\common\Beat Saber for Steam and C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber for Oculus.

Usage Notes

Full-Body Tracking

Full-body tracking requires setting up tracker roles in SteamVR. For instructions, check out OpenXRTrackerProfiles' instructions.

Contributing

To resolve references and automatically copy the compiled DLL into Beat Saber's installation directory, first create files called CustomAvatar.csproj.user and CustomAvatar-Editor.csproj.user next to Source\CustomAvatar\CustomAvatar.csproj and Source\CustomAvatar-Editor\CustomAvatar-Editor.csproj respectively. Then paste in the following contents:

CustomAvatar.csproj.user

<?xml version="1.0" encoding="utf-8"?>
<Project>
  <PropertyGroup>
    <!-- Replace this with the path to your Beat Saber installation -->
    <BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>

    <!-- To use the included Steam launch profiles and your Steam installation isn't in the default folder, change this -->
    <SteamExecutable>C:\Program Files (x86)\Steam\steam.exe</SteamExecutable>
  </PropertyGroup>
</Project>

CustomAvatar-Editor.csproj.user

<?xml version="1.0" encoding="utf-8"?>
<Project>
  <PropertyGroup>
    <!-- Replace this with the path to your Beat Saber installation -->
    <BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>

    <!-- Replace this with the path to your Custom Avatars Unity Project or leave it empty if you don't have one -->
    <UnityProjectDir>C:\Users\Me\Documents\AvatarsUnityProject</UnityProjectDir>
  </PropertyGroup>
</Project>

More Repositories

1

DynamicOpenVR

Collection of Unity scripts that allow dynamic creation of OpenVR actions at runtime.
C#
82
star
2

Propagation-of-Uncertainty-Calculator

Calculate the propagation of uncertainty of a function quickly, easily, and with explanations!
TypeScript
55
star
3

LoL-Auto-Login

Automatic login for League of Legends.
C#
29
star
4

AuraSDK

C# wrapper for the ASUS Aura SDK
C#
10
star
5

UnityXRefMap

Generates XRef maps from the Unity source reference for use with DocFX.
C#
6
star
6

BeatSaberSmallMenu

Makes the menu small again.
C#
5
star
7

PrinterMusicPlayer

Music player for 3D printers
Python
3
star
8

BeatSaber-IndexOffsetFixer

C#
3
star
9

BeatSaber-ExtraOpenXRFeatures

A collection of Beat Saber mods that add additional features to OpenXR.
C#
3
star
10

WpfKenBurns

A simple Windows screensaver inspired by macOS's Ken Burns screensaver.
C#
2
star
11

BootstrapFormBuilder

A PHP form builder for Bootstrap 4
PHP
2
star
12

MCBackup-3

MCBackup 3 is a free, open-source backup utility for Minecraft.
Visual Basic
1
star
13

Bulk-Image-Resizer

A bulk image resizer.
Visual Basic
1
star
14

Stage-Light-Planner

A project made for a computer science course.
Java
1
star
15

BeatSaberBypassHealthAndSafety

Completely bypasses the Health and Safety Warning screen, bringing you immediately to the main menu.
C#
1
star
16

UntilYouFallSaveEditor

A small mod & program that make it easier to explore Until You Fall saves.
C#
1
star
17

Namespace-Tree-Folder-Editor

Allows you to add folders to the root of the namespace tree in Windows Explorer (the left-hand sidebar)
C#
1
star
18

League-Screensaver-Downloader

Rudimentary replica of the League Screensaver UI that allows the user to download the screensavers/wallpapers instead of hiding them somewhere on their computer. Somewhat mobile friendly.
TypeScript
1
star
19

BeatSaberIndexCorrector

Simple drop-in solution to fixing the awkward rotation on the Valve Index controllers in Beat Saber. Made obsolete by Beat Saber 1.6.0's integrated controller orientation correction.
C#
1
star