SCRMaps
/
Sign in

Getting your map out as text

It cannot read a .scx. You just have to hand it something it can read.

2 min read

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.

  1. 1Make a working folder, say mymap.
  2. 2Export your triggers as text from TrigEditPlus into triggers.txt.
  3. 3Save the contents of EUD Editor 3's TE section as epscript.txt.
  4. 4Run claude in that folder.
  5. 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.

Sign in to track your progress