Changes since v0.82:
- Added ability to read and write zip files
- Added ability to load items from the command line using syntax "java -jar MajaExpress085.jar <file>"
- Added several more supported text files to the editor
- Fixed connected/sync status
- Reworked backend to provide for more flexible source entry/project entry management
Download can be found at: http://wmc.freespacemods.net/repository/
Opening VP files by double-clicking them
Before attempting anything, note that I offer this guide as a rough how-to; you ought to have enough computer experience to know what you should and shouldn't do. Proceed at your own risk.
1) Create a folder for Maja in a permanent location, such as C:\Program Files\Maja
2) Copy the .jar to the folder you just created
3) Open up an explorer window. Go to "Tools->Folder Options", and click the "File types" tab.
4) Scroll down in the list to where "VP" is listed
If you don't see "VP" in the list...
A1) Click the "New" button below the list of files
A2) In the dialog that comes up, type "VP" for the file extension and click OK.
A3) You should see "VP" appear at the top of the list; if not, scroll around until you find it. Select it and click "Advanced"
Once you've opened the Advanced dialog for "VP"...
7) Type "Volition Package File" in the field at the very top of the dialog that comes up. This can technically be anything that you like; it's what Windows will call VP files from now on.
8) Click the "New..." button on the right side of the dialog. Enter the following in the fields of the dialog that comes up:
Action: open
Application Used to Perform Action: "C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe" -jar "C:\Program Files\Maja\MajaExpress085.jar" "%1"
It's very likely that your JRE folder will have a different name. Look in C:\Program Files\Java to figure out what yours is. For instance, if you saw a folder called "jre1.5.0", you would instead put
"C:\Program Files\Java\jre1.5.0\bin\javaw.exe" -jar "C:\Program Files\Maja\MajaExpress085.jar" "%1"
You can probably use any action you like, especially "edit", but maybe even "transmorgrify" or "grok", but "open" is the most commonly used and most likely to work with anything.
9) Click "OK"
10) If there are other actions listed, select the action you just added and press "Set Default"
11) Click "Ok", and then "Close". The changes should take effect immediately.
At some point I may make a proper installer. For now, I just want to make sure I haven't broken anything as I've done a rather significant rework of how everything is handled internally.