HowToUpdate - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
| < Participation Guidelines for Online Events (Festivals) || How to upgrade | Migration Guide > |
How to upgrade
- Dancing Onigiri "CW Edition" can basically be upgraded by replacing updated files.
- However, if you have added or modified scripts using custom.js (not chart data), simply replacing them may not work. Please also check Update Info and Migration Guide if necessary.
- If you want to publish your work on the Web, please also see How to publish your work data on the Web.
Preparation
- Check the version of the device. You can check the version on the title screen when you start Dancing Onigiri. (In this case, it is v19.3.0)
How to upgrade (when downloading from Changelog)
- go to Changelog. In the "Files changed" section, you will find a list of files that should be updated this time. Check the "destination directory", "file name", and "last modified version of the file". All files whose "last modified" version is greater than the current version are to be updated.
Normally, you only need to download "danoni_main.js". If other files are also covered by the above, download them together.
-
Save (copy) the contents of the [css][js] directory located directly under the [danoniplus] directory (the directory directly under the download) to the desktop, etc.
-
Overwrite the files downloaded in step 2 into the [css][js] directory. The destination directory is listed in the "Files changed" directory field.
-
Start Dancing Onigiri and if the version number is newer, the upgrade is complete.
Play through the game and if there are no problems, use the game as is.
How to upgrade (when applying updates from npm)
- This is available for environments installed from npm.
- Go to the current directory and use the following command to check the current update status.
npm outdated
Current
is the current version,Wanted
is the latest version that meets the semver criteria listed in "package.json", andLatest
is the latest version.
*Latest is not necessarily the last version, as shown above. Please note the version name.- You can update the source with the following command (specify the version name after @).
Play through it and if there are no problems, please use it as is.
npm update [email protected]
Symbols used on the Changelog
- Dancing Onigiri "CW Edition" is divided into the following categories so that changes can be clearly identified.
- The changes are linked to the relevant Pull Request or Issue number.
- | Name | Description |
---|---|---|
:arrows_clockwise: | Files changed | Describe the list of files that have been changed most recently and the download links. This is an important item for version upgrades. |
:star: | New Features | Describes new features. |
:hammer_and_wrench: | Improvements | Described when the code is not a new feature, but the structure of the code has been revised. |
:lady_beetle: | Bug Fixes | Described when a bug in the previous version has been corrected. |
📁 | Tree | Displays the list of files and directories for the target version. |
↕️ | Diffs | Displays source code comparison results between the target version and the previous version. |
📥 | Download | Download the full package of the target version. |
🎣 | Related Releases | Describe related versions with similar changes. |
| < Participation Guidelines for Online Events (Festivals) || How to upgrade | Migration Guide > |