Skip to content

Commit

Permalink
Add troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored May 4, 2024
1 parent 5d9b246 commit a9f7333
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Where can I import the outputted Clip.Gbx?

As Trackmania Turbo still does not support images and triangles, a wild solution had to be made. The visualization is now purely generated with text! This can be enabled by selecting the Text design in web UI or by setting `DesignId: Text`.

## Troubleshooting

- Issue: The analog input is white instead of blue
- Solution: Analog input is made out of 2D triangles which become always white on PC2 shader quality. To fix this, **set the Shader Quality to at least PC3 Low**.
- Issue: Some digital inputs aren't appearing in a rendered video
- Solution: The tap was so fast that it didn't fit inside the video framerate. Luckily this can be solved with `AdjustToFPS` setting which ensures that each activated state is at least 1/`FPS` seconds long.

## Settings

Configuration can be managed on the website in the Config component or inside the `Config` folder.
Expand Down

0 comments on commit a9f7333

Please sign in to comment.