Textdata cptnamecategory.txt

From Raynegard Wiki
Revision as of 13:16, 2 July 2026 by 127.0.0.1 (talk) (Technical breakdown of cptnamecategory.txt (via create-page on MediaWiki MCP Server))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

cptnamecategory.txt (799 bytes, part of BIN textdata) is the category-ID → name lookup table used by the item catalog UI.

Format

[edit]

CP949 text, Korean~English per line, keyed by category ID (the line/ID mapping matches the item-category numbering used elsewhere, e.g. by NN.dat's shop-category flags). Examples: 8=반지~Ring, 16=칼~Katana, 17=검~Sword, 23–30 = the armor lines (Raynard/Xailen/Goularts/…).

Loading (Ghidra)

[edit]

Read by Category_LoadAndDisplayEntry @ 004ba253 (string address 004e64c4) for the category name shown in the catalog panel. Underscores in names are converted to spaces at display time.

See also

[edit]