XStreamer v0.2.0
Requires an Java 8 JDK to run. You can get the JDK for your system at the following link:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
XStreamer v0.2.0 is a complete rewrite of the application. Do not install over your existing application. Please download the binary for your system. All versions requires a 64 Bit operating system to run. If you need 32 bit versions let me know.
Installation:
Download and Unzip the application. Find the xstreamer program and run it.
Note there is a bug in the steletvLeftAligned.ftl file included in the zip file. There is a separate file that fixes this. Just download that file, and overwrite the one in the templates directory.
The vassal-images.zip is optional but is necessary if you are going to use the built in HTML squad overlay templates. It should be unzipped to the same output directory you set your squadron file overlays to be generated.
Important: You must setup preferences for the application. This includes the directory where XStreamer should write it's files, and what squadron templates to use. In addition you need to specify the location where the timer file is written too.
Access Preferences by selecting the Edit menu option, then Preferences. There are two preferences sections that you need to be concerned about:
- Squadron
- Timer
Importing Player Files
Player files can be imported by selecting the File menu, then Import. There will be a Squadron File option, select this and press NEXT. Select the first player file and then the second. All files must be exported in XWS json formats. Filenames can end with either json or xws.
TODO: Insert video link to latest tutorial.
Change Log
v0.2.0 (2016-11-25)
Closed issues:
- Expose Ship Data to templates #17
- No way to contact you other than this! :) #15
- Create Template for Generating Stele TV style Squad Lists #11
- Finish migration to Eclipse RCP framework #9
- Migrate from Quartz to Eclipse Jobs API #8
- XStreamer Won't Start #7
- xception in thread "main" java.lang.UnsupportedClassVersionError: us/nineworlds/xstreamer/XStreamer : Unsupported major.minor version 52.0 #6
- Crash when Player 1 and Player 2 JSON is missing #5
- Player Names #4
- Set destroyed flag for Pilots #3
- Squad Points #2
- Assemble Release Jars and ZIPs #1
Merged pull requests:
- Migrate to Eclipse RCP Application #16 (kingargyle)