assets
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Here's a Q&A! Q: Where should I put my charts? A: "assets/shared/data/". Q: Where should I put my songs? A: "assets/songs/". Q: Where should images, characters, weeks, stages, sounds and other JSONs files go? A: You can put them in "assets/shared/" or "assets/week_assets/your-week-folder/"! Really depends on your preference. Q: I don't want base game assets in my mod! What should I do?? A: Go back to the main folder and open Project.xml, then delete the entire line with "BASE_GAME_FILES", You can safely delete the "assets/base_game/" folder after that if you want to, but virtually it won't have any effect when you compile. Q: What's the "translations" folder for? A: This is where I've put the Portuguese translation in, you can also set up other languages inside it easily, You can turn off languages by deleting the line with "TRANSLATIONS_ALLOWED" inside Project.xml