Menu

Tree [c98824] master /
 History

HTTPS access


File Date Author Commit
 .settings 2011-01-12 Holger Holger [3ee278] Erster Versuch des UserInterfaces wieder gelöscht
 addons 2012-08-19 Holger Holger [eaf3ce] readme für neues release aktuallisiert
 cmd 2014-10-12 Holger von Rhein Holger von Rhein [00aec8] start script for ED4 en
 config 2016-11-29 Holger von Rhein Holger von Rhein [c98824] No expetion any more during pdf-export for unko...
 documentation 2015-05-10 Holger von Rhein Holger von Rhein [c443ba] add some dice statistic documentation
 examples 2016-11-20 Holger von Rhein Holger von Rhein [221852] rename xml file to avoid non ascii chars
 icons 2014-06-25 Holger von Rhein Holger von Rhein [58d093] New icons for the two new item kinds PEN+STONE
 images 2015-05-11 Holger von Rhein Holger von Rhein [10dccd] change ed logo in html export
 lib 2016-11-20 Holger von Rhein Holger von Rhein [56f38e] Do not use miglayout as jar, use src
 src 2016-11-29 Holger von Rhein Holger von Rhein [c98824] No expetion any more during pdf-export for unko...
 templates 2015-05-09 Holger von Rhein Holger von Rhein [6240f9] pdf form field format update
 .classpath 2016-06-26 Holger von Rhein Holger von Rhein [63131e] remove miglayout-4.0-swing.jar from lib path. I...
 .gitignore 2013-02-03 Holger Holger [187ba1] some file can be ignored
 .project 2010-10-17 Holger Holger [e85807] initial version
 build.xml 2016-11-20 Holger von Rhein Holger von Rhein [18b657] set utf-8 as file encoding for java files
 changelog.txt 2015-05-11 Holger von Rhein Holger von Rhein [b91d96] changelog and readme for v0.49 updated
 earthdawn_copyright_note.txt 2011-11-12 Holger Holger [1666cf] Earthdawn Copyright Hinweis hinzugefügt
 license.de.html 2011-01-14 Holger Holger [84b820] GPL licence informationen eingefügt
 license.en.html 2011-01-14 Holger Holger [84b820] GPL licence informationen eingefügt
 license.en.txt 2011-01-14 Holger Holger [84b820] GPL licence informationen eingefügt
 readme.md 2015-08-08 Holger von Rhein Holger von Rhein [c557d6] readme for v0.50 updated
 readme.txt 2011-07-11 Holger Holger [eec2c1] Symlink von readme.md aud readme.txt
 xjc_gen.sh 2015-04-28 Holger von Rhein Holger von Rhein [8d07f8] xjc always witn english comments

Read Me

Installation

First of all you need a java runtime environment installed, eg. from sun/oracle.

Unzip the release archive file to a folder on your local media. It can be something like C:\Program Files\EarthdawnCharacterEditor\. Any new release can be unziped into the same folder, but you have to allow your unzip tool to overwrite exiting files. You may have changed some files in the sub folder "config", for example the file optionalrules.xml. You may want to backup those files before installing a new release.

Now you can start the application by running one of the start scripts EarthdawnCharacterEditor.cmd or EarthdawnCharacterEditor.sh. Or by starting the .jar file directly. In the first case, the command java have to be with in your PATH. In the second case, files ending with .jar have to be linked to the java command.

For Linux only, be aware that a zip-archive do not preserve the execute-attribute of files. So you have to execute chmod +x EarthdawnCharacterEditor.sh, if you want to run EarthdawnCharacterEditor.sh without a shell as prefix.

If your operating system ask you, if you would like to start the Earthdawn-Character-Editor within an terminal window or not, you can chose both. If you start it within an terminal you can also see some status and debug output. But this output is not needed for just using the Earthdawn-Character-Editor.

Installation of the AddOn-Distribution

Unzip the addon distribution archive file to the same folder on your local media, where you have already installed the release archive file before. Unzip will ask you to overwrite some files. You need to overwrite the existing files, because the new files contains additional information needed from the addons. Remember to reinstall the addons when you update the main distribution.

You can safely install the addon distribution while the Earthdawn-Character-Editor is running. But the changes will first become effectively after restarting the Earthdawn-Character-Editor.

optionalrules.xml

The whole database of the EarthdawnCharacterEditor is stored into XML files within the folder "config". You may want to have a look into the file optionalrules.xml. Here you can change the behaviour of the Earthdawn-Character-Editor in specific cases.

Change Log

EarthdawnCharacterEditor-0.50-20150808.zip

  • BugFix: The talent "Shield Bash" was mis-spelled within the discipline definition of Warrior and Sky Raider.
  • weight/height value transformation to string stored within character xml and used during export.
  • enhance optional rules to define length and weight units. E.g. metric, imperial US, imperial UK
  • add possibility to show user-friendly units.
  • rename some talent names that contains brackets to talent names without brackets.

EarthdawnCharacterEditor-0.49-20150511.zip

  • some small enhancements and bug fixes on Ulisses pdf export
  • new pdf export: FasaGames
  • show the 'old' ed-logo on html export
  • change method for config directory traversal to read all config files

EarthdawnCharacterEditor-0.48-20150503.zip

  • enhance generic pdf export
  • add Ulisses official character PDF as export target

EarthdawnCharacterEditor-0.47-20150404.zip

  • ED4 enabled.
  • ED4 example characters added.
  • a lot of bugfixes.
  • config folder organisation updated.
  • config data clean up
  • character save file format enhanced for ED4.
  • new possibility to calculate movement added.
  • programm icon created
  • new item kinds and icons
  • enhance multi language support.

older versions

Change Log of older versions can be found in the changelog.txt file.