Textdata cpt panel mission msg.txt

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

cpt_panel_mission_msg.txt (part of BIN textdata) holds the two header labels for the mission panel — "completed" and "contracted", shown as "%4d / %d" above the active-mission list.

Format

[edit]

CP949 text, Korean~English tilde-delimited pairs, one label per line — loaded via the generic MsgText_LoadFromArchive @ 00432c70 reader.

Loading (Ghidra)

[edit]

String address 004dedec. Setup function not yet traced beyond the generic loader.

The mission descriptions themselves are not in this file — they come from BIN/npcdata/common/mission.txt (template lines with [mn?]/[mg?]-style placeholders), filled from packet 0xC057 entries.

See also

[edit]