You are viewing a potentially older version of this package. View all versions.
TromboneChamps-TrombLoader-1.4.3 icon

TrombLoader

Trombone Champ Custom Chart Loader.

Date uploaded 3 years ago
Version 1.4.3
Download link TromboneChamps-TrombLoader-1.4.3.zip
Downloads 1328
Dependency string TromboneChamps-TrombLoader-1.4.3

README

TrombLoader

Trombone Champ Custom Chart Loader

This project is licensed under the terms of the MIT license.

Custom Charts

For now, custom charts can be found in the Trombone Champ Modding Discord's #custom-charts channel.

To get started making your own custom charts, check out the Creating Charts section on the Trombone Champ Modding Wiki.

Developer Guide

  • Change YourTromboneChampInstallationPath in Trombloader.csproj
  • Download NStrip
  • Make the game file methods public: ./NStrip -p <installation_location>/TromboneChamp_Data/Managed/Assembly.CSharp.dll
  • Build: dotnet build