- It is **YOUR RESPONSIBILITY** to use this software. The creator will not take responsibilities for any problems you got from using this software.
- Currently this software does not have an "Official" skin. if there is any bugs with non-official skin, contact the skin creator first and then contact the author of this software. There will be no support for AC-like skins and forks of this software.
- Please research before asking people.
- If your PC can not maintain 60fps stably, it will not work well with the software.
- There will be no support other than the version listed above. If you are using the pre-release on the releases page, do note it is a testing release, and will not take responsibility for any problem caused using this release.
### Using this software on streams and videos
If you are using OpenTaiko on video sharing sites, live streaming services, websites, or blogs, please make sure you explicitly mention it is not Bandai Namco Entertainment official's software, and make sure it is not confused with other Taiko simulators.
Also, if there is an tag feature on the website you are using, tagging it as "OpenTaiko", "TJAPlayer3-Develop-BSQ", or "TJAP3-BSQ" will avoid confusion with other simulators, and might raise video as similar content, so it is highly recommended.
The author of this software does not support breaking copyright laws, so please follow as per your country's copyright laws.
### Editing source code/Secondary distribution
OpenTaiko is open source code with MIT license.
Under the MIT license, you are allowed to make edits, or secondary distribute, however this is all **YOUR RESPONSIBILITY**.
Also, under the used library's licenses, **PLEASE** include the "License" folder when editing or redistributing it.
Please follow the creators' licenses and rules for other skins or song packages.
OpenTaiko license does not apply in this case.
### Goals/Non-goals
**GOALS**
- Multiple fun ways to play Taiko.
- More customization for better skinning potential, and make "Everyone could play Taiko easily at their own style" true.
- Optimizations, bug fixes, and QOL features.
**NON-GOALS**
- Copying other games/commercial licenses (Such as AC Nijiiro Version) accurately.
## Rules for posting Issues/Pull requests
Thank you for posting to Issue/Pull Request. It is very much appreciated.
- **PLEASE** follow Japan and France copyright laws in the post.
- **IMPORTANT**: Once you post an issue, please write the release version and recreation steps. If it is a crash, please attach the TJAPlayer3.log file.
- If you want CLang translations, please contact the software author on Discord beforehand.
### Feature requests
If you want a feature to be added please contact me on Discord beforehand.
If the feature request is good it might be added.
- **IMPORTANT**: Feature requests such as "Please recreate UI/UX as per following AC Nijiiro Version" will be denied and left without answer.
## Q&A
- The song difficulty on the dan-i select screen is all Oni 10 stars!
```
In the .tja file, please add ",(Difficulty),(Course)" in the #NEXTSONG line.
- I get an error saying "Tower_Floors" is not found.
```
Make the folder structure not System/Graphics
but System/(Skin name)/Graphics.
```
- I get an error saying "11_Characters" is not found!
```
From version 0.5.2, characters are read from 11_Characters.
In "(Skin name)/Graphics" folder, make a "11_Characters" folder, and insert character files in "(Skin name)/Graphics/11_Characters/(Character number)".
Rename character config files to "CharaConfig.txt".
If you do not want characters, make "(Skin name)/Graphics/11_Characters/0" empty.