Description: The part that exists in desc.tbl of the string is a tool to be substituted with nameid format of $ xxx.
■ How to use
Command line: java -jar NameIdMaker.jar filename [language]
filename: path of the text file that lists the replacement target string
language: the original language of the text file. If you omit j: Japanese is specified
1. NameIdMaker.jar, put desc-j.tbl, three of the text file of the target in the same folder.
2. java -jar NameIdMaker.jar name.txt j
3. substituted text is output as name_id.txt.
• If at the beginning and end of the string after substitution followed by a character other than space are not replaced because it may not be read by the client. Many of the original items will fall into this category.
( ~ Cave 3F -> ~ Ke $ 13103F , etc.)
- String will be substituted as short as possible
In the case of Silver Long Sword $ 656 (Silver) $ 0 (Long Sword) the latter in the $ 1147 (Silver Long Sword) is selected.
To Search:
File list (Check if you may need any files):
NameIdMaker.java