GX Studios - MapEditor

This is a simple download page for anyone who's looking for the latest version of MapEditor.

Report

As part of the project, I was required to produce a report detailing how I went about writing MapEditor. Anyone who's interested in reading it can find it here.

Requirements

Installation Instructions (for Windows)

  1. Save this file to a folder of your choice as "MapEditor-Source.jar". (The source code will be extracted to a folder called MapEditor in the directory you choose.)
  2. Save the installer to the same directory.
  3. Locate and run the install program (either in Explorer or at the command prompt).
  4. (Save the maps file to the newly-created MapEditor directory and extract the files within it by typing "jar xf MapEditor-Maps.jar" at the command prompt whilst in the MapEditor directory. You only need to do this if you want to take a look at the maps I've created with the editor.)

Installation Instructions (for Unix)

It's slightly harder to install on Unix, because I haven't got easy access to a Unix system on which to test an automated script and thus haven't written one yet. The following instructions essentially tell you to do manually exactly what the Windows batch file does.

  1. Save this file to a folder of your choice as "MapEditor-Source.jar". (The source code will be extracted to a folder called MapEditor in the directory you choose.)
  2. In the shell (in the directory you saved in which you saved the file), type "jar xf MapEditor-Source.jar".
  3. Type "cd MapEditor".
  4. Type "jar xf MapEditor-Resources.jar".
  5. Type "make".
  6. (Do as per the Windows instructions for the maps file.)

Running the program (in Windows)

  1. Change to the MapEditor directory.
  2. Type "run".

Running the program (in Unix)

  1. Change to the MapEditor directory.
  2. Type "java -jar MapEditor.jar".

Uninstalling