Textdata cpt panel mission msg.txt
From Raynegard Wiki
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.