The map file is binary and cannot be read directly. Export your triggers and EPScript as text, though, and from that point on it is ordinary code work.
- 1Make a working folder, say mymap.
- 2Export your triggers as text from TrigEditPlus into triggers.txt.
- 3Save the contents of EUD Editor 3's TE section as epscript.txt.
- 4Run claude in that folder.
- 5When the work is done, paste the edited files back into each tool and compile.
Keep the files as UTF-8 with CRLF line endings. A changed encoding mangles Korean unit names and the map stops compiling. Copy the originals before you start.
