Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
795 stars 96 forks source link

[Bug] most .chal files aren't linux compatible #643

Open TriRetr0 opened 1 year ago

TriRetr0 commented 1 year ago

Describe the bug (it's not really a bug) The wiki and tools for .chal files aren't linux compatible, windows uses ' \' (written as \\) for paths but linux uses '/' instead.

To Reproduce Steps to reproduce the behavior:

  1. Download .chal files and put them in the songs folder
  2. Go to Challenges
  3. See error: Challenge missing required chart

Expected behavior Challenges load normally

Desktop (please complete the following information):

Solution? It's not a big issue and works well when they are replaced ("sed -i 's/\\/\//g' *" in the folder containing those if someone has the same issue, it will fix them all instantly)