-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1df180c
commit 05a3b31
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# DWNO-Terminology-Changes | ||
Cosmetic mod altering some terminologies in Digimon World: Next Order. | ||
Cosmetic mod altering some terminologies in Digimon World: Next Order. Changes Digimon stage names to their Japanese counterparts, fixes some questionable terminology translations, and tweaks a few other names to ones I believe flow better or make more sense. | ||
|
||
The English language CSVs have been provided here if you wish to make your own adjustments. **Note: If you are editing the CSVs with spreadsheet software, you must import the hash column as text to avoid errors.** | ||
|
||
## List of Changes | ||
``` | ||
In-Training → Baby | ||
Rookie → Child | ||
Champion → Adult | ||
Ultimate → Perfect | ||
Mega → Ultimate | ||
Ingredients → Food | ||
Hand-to-Hand → Martial | ||
[Skill] Type → [Skill] System | ||
Reverse Type → Rebirth System | ||
Zeal Injection → Passion Injection | ||
Mental Trainer → Mind Over Matter | ||
Mister Cook → Mister Cuisine | ||
Real X Hunt → Rare X Hunt | ||
Training Failure → Care Mistake | ||
(in digivolve screen, TF → Mistakes) | ||
Digivolution Conditions → Conditions | ||
(to make the text less squished) | ||
``` | ||
Also fixes an it's/its mistake in one of the item descriptions, because while I had the files open I figured I might as well. | ||
|
||
## Installation | ||
Only the raw asset files are provided. You will need to pack them into `DigimonDataR.cpk` using a CPK file tool. If you do this, the mod is compatible with the Switch version on any custom firmware with LayeredFS compatibility. | ||
|
||
## Known Issues | ||
Replacing all 6 files in the CPK causes the game to crash when loading certain areas. It's not any particular file, it's just any 6 file changes. I have no idea why this happens, but choose 1 file to exclude until the problem can be resolved. |