More actions
expand on evemon exporting functionalities |
Fix typo. |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 10: | Line 10: | ||
[[Image:evemon-character.jpg|thumb|Character Screen]] | [[Image:evemon-character.jpg|thumb|Character Screen]] | ||
Download EVEMon from [https://github.com/mgoeppner/evemon/releases Github]. | Download EVEMon from [https://github.com/mgoeppner/evemon/releases Github]. | ||
{{MessageBox|Linux Installation| | |||
# Download EVEMon Windows installer from link above. | |||
# Install [https://usebottles.com/ Bottles] via flatpak. | |||
# Create a new Bottle. | |||
#* alternately: import [[EVEMon/bottle settings.yml]] | |||
# Click "Run Executable" and pick the EVEMon installer. Click through the installer in the usual way. | |||
# Under "Programs", EVEMon will appear. Click the Play button. | |||
# You will be prompted to install .NET and then ASP.NET. Download them, then run them inside the bottle the same way you ran the EVEMon installer. | |||
# Run EVEMon again. | |||
|collapsed= yes}} | |||
=== Set up character === | === Set up character === | ||
| Line 59: | Line 70: | ||
=== Blank character === | === Blank character === | ||
You can create blank characters to test out plans for new alts. Go via File -> Manage Characters -> Import -> Use File. To do this you will need a blank character file like the one below. Copy this text into a file and save it as e.g. BlankCharacterSheet.xml, which you can then import via the above route: | You can create blank characters to test out plans for new alts. Go via File -> Manage Characters -> Import -> Use File. To do this you will need a blank character file like the one below. Copy this text into a file and save it as e.g. BlankCharacterSheet.xml, which you can then import via the above route: | ||
<code> | <code><?xml version='1.0' encoding='UTF-8'?> | ||
<eveapi version="2"> | <eveapi version="2"> | ||
<currentTime>2010-03-22 06:24:58</currentTime> | <currentTime>2010-03-22 06:24:58</currentTime> | ||
| Line 92: | Line 102: | ||
</result> | </result> | ||
<cachedUntil>2010-03-22 07:24:58</cachedUntil> | <cachedUntil>2010-03-22 07:24:58</cachedUntil> | ||
</eveapi> | </eveapi> </code> | ||
</code> | |||
[[Category:Applications]] | [[Category:Applications]] | ||