Skip to content

Commit 9fdd798

Browse files
authored
Add custom chart instructions for Quest (#52)
* initial work for quest instructions * add screenshots for quest * update screenshot * remove sidequest placeholder for now
1 parent 2e2dceb commit 9fdd798

8 files changed

+45
-3
lines changed

docs/files/vr/ingamequest.png

4.35 MB
Loading

docs/files/vr/questdraganddrop.png

72.1 KB
Loading

docs/files/vr/questextract.png

58.8 KB
Loading

docs/files/vr/questusbconnected.png

31.4 KB
Loading

docs/sidebar.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Upgrading to TrombLoader 2](migrating-to-v2)
77
- **Modding Trombone Champ: Unflattened**
88
- [Installing Songs (SteamVR)](installing-songs-steamvr)
9+
- [Installing Songs (Meta Quest)](installing-songs-quest)
910
- **Charting**
1011
- [Creating Charts](creating-charts)
1112
- [Charting Guidelines](charting-guidelines)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Installing Songs (Meta Quest Version)
2+
---
3+
!> **IMPORTANT:** This guide is for the VR game *Trombone Champ: Unflattened* on **Meta Quest**. For installing custom songs in the **Steam** version, check [this guide](installing-songs-steamvr).<br><br>For installing custom songs in the standard game, see the [mod installation guide for Trombone Champ](installing-r2modman).
4+
5+
Trombone Champ: Unflattened has built-in custom song support, and is compatible with charts made for the standard game. Do note that only video and image backgrounds will work, custom backgrounds made in Unity will not.
6+
7+
?> You can find community made custom charts on [TootTally](https://toottally.com/), or by browsing [TromboneDB](https://tc-mods.github.io/TromboneDB/).
8+
9+
## Adding charts via USB
10+
11+
1. Extract the ZIP files containing the charts you want to copy over. Make sure each the files of each chart (the `song.ogg`, `song.tmb`, and `bg.png`/`bg.mp4`) are stored together in their own folder.
12+
13+
![Extracting a chart from a ZIP file](../docs/files/vr/questextract.png)
14+
15+
2. Connect your headset to your PC using a USB cable. You should see your headset appear as removable storage.
16+
17+
![Meta Quest 3 connected to Windows via USB](../docs/files/vr/questusbconnected.png)
18+
19+
?> macOS users will need to use a third-party application (such as [OpenMTP](https://openmtp.ganeshrvel.com)) in order to access the storage of their Quest.
20+
21+
3. Open up the Quest's internal storage, and then navigate to `/Android/data/com.ImpactReality.TromboneChamp/files/customtracks/`. Drag and drop the chart folders you created earlier into `customtracks`.
22+
23+
![Drag and dropping the charts to the Quest](../docs/files/vr/questdraganddrop.png)
24+
25+
4. Once you've finished copying over the songs you want, start up the game, head into **Free Play**, and then you'll find your custom songs listed in their own category.
26+
27+
![Custom song shown in-game](../docs/files/vr/ingamequest.png)
28+
29+
## Finding Songs
30+
31+
There are a number of places you can find Trombone Champ custom songs online. Here are a few options:
32+
- The search function on the [TootTally website](https://toottally.com/search/).
33+
- [TromboneDB](https://tc-mods.github.io/TromboneDB/) has an archive of the majority of charts released, including charts that are too large for TootTally.
34+
- The `#custom-charts` channel in the [Trombone Champ Modding Discord](https://discord.gg/KVzKRsbetJ).
35+
- The Tootbender bot's chart search command in the [Trombone Champ Modding Discord](https://discord.gg/KVzKRsbetJ).
36+
- Most charts have showcase videos on YouTube. Sometimes they will have download links in the description.
37+
38+
### Creating Custom Songs {docsify-ignore}
39+
40+
> Check out the [**Charting guide**](creating-charts) for info on creating your own custom charts.

docs/user-guide/installation/installing-songs-steamvr.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Installing Songs (Steam Version)
22
---
3-
!> **IMPORTANT:** This guide is for the VR game *Trombone Champ: Unflattened* on **Steam**. For installing custom songs in the standard game, see the [mod installation guide for Trombone Champ](installing-r2modman).
3+
!> **IMPORTANT:** This guide is for the VR game *Trombone Champ: Unflattened* on **Steam**. For installing custom songs in the **Meta Quest** version, check [this guide](installing-songs-steamvr).<br><br>For installing custom songs in the standard game, see the [mod installation guide for Trombone Champ](installing-r2modman).
44

5-
Trombone Champ: Unflattened has built-in custom song support, and is compatible with charts made for the base game. Do note that only video and image backgrounds will work, custom backgrounds made in Unity will not.
5+
Trombone Champ: Unflattened has built-in custom song support, and is compatible with charts made for the standard game. Do note that only video and image backgrounds will work, custom backgrounds made in Unity will not.
66

77
?> You can find community made custom charts on [TootTally](https://toottally.com/), or by browsing [TromboneDB](https://tc-mods.github.io/TromboneDB/).
88

@@ -13,7 +13,7 @@ Trombone Champ: Unflattened has built-in custom song support, and is compatible
1313

1414
![Browse local files in Steam](../docs/files/vr/copychartsteam.png)
1515

16-
!> Each chart must be stored in its own folder. If the ZIP file you've downloaded doesn't contain a folder, you will have to make one yourself and then copy the ZIP contents (`song.tmb`, `song.ogg`, and `.bg.png`/`.bg.mp4`) to it.
16+
!> Each chart must be stored in its own folder. If the ZIP file you've downloaded doesn't contain a folder, you will have to make one yourself and then copy the ZIP contents (`song.tmb`, `song.ogg`, and `bg.png`/`bg.mp4`) to it.
1717

1818
3. Once you've finished copying over the songs you want, start up the game, head into **Free Play**, and then you'll find your custom songs listed in their own category.
1919

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'/installing-r2modman-linux': '/docs/user-guide/installation/installing-r2modman-linux.md',
4949
'/migrating-to-v2': '/docs/user-guide/installation/migration.md',
5050
'/installing-songs-steamvr': '/docs/user-guide/installation/installing-songs-steamvr.md',
51+
'/installing-songs-quest': '/docs/user-guide/installation/installing-songs-quest.md',
5152
'/creating-charts': '/docs/user-guide/charting/creating-charts.md',
5253
'/charting-guidelines': '/docs/user-guide/charting/charting-guidelines.md',
5354
'/chart-backgrounds': '/docs/user-guide/charting/chart-backgrounds.md',

0 commit comments

Comments
 (0)