Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview

Please read the rules before you post!


Topic Summary

Posted by: Trackman1997
« on: May 27, 2020, 08:56:52 PM »

Great, thanks  ;D
Posted by: BritoO
« on: May 27, 2020, 08:55:45 PM »

Quote from: Trackman1997
I don't think the changes you made actually were saved, the same 8 conditions are still missing.

Yup.  My bad. 
Ended up moving my previous conditions file instead of the new one to the release folder.
I have to stop doing things when tired.

I've updated the the various downloads with the correct file

I've also added it as an attachment if you just want the file real quick (just make sure you change conditions.txt to conditions.config since the attachment tool wants TXT files)

Again.  Thanks for catching it.
Posted by: Trackman1997
« on: May 27, 2020, 08:48:46 PM »

I don't think the changes you made actually were saved, the same 8 conditions are still missing.
Posted by: BritoO
« on: May 27, 2020, 07:41:01 PM »

An update has been put out for the Utility.
It is now 1.10.0 Compatible and a few bugs have been fixed

Check the OP for download links

Thanks.
Posted by: BritoO
« on: May 15, 2020, 12:04:49 AM »

With medal imports coming to version 1.10 as can be seen in this post:
http:aurora2.pentarch.org/index.php?topic=11306.msg132336#msg132336

And Steve not yet planning on adding an export option as seen here:
http:aurora2.pentarch.org/index.php?topic=11369.msg132421#msg132421

I decided to break out my (admittedly rusty) Java skills to try and make some sort of tool that would handle this situation (at least until Steve does his magic)
This is the result:

Aurora Medal CSV Creator





I tried to make the UI relatively close to the medals screen in game, for some familiarity.     


Usage:
Hopefully the UI is relatively easy to use.       
The top left buttons allow you to create a new medal (and pick the ribbon for it) save a medal that you have created or modified and delete an existing selected medal.     
The top right buttons are all about the medal sets.   You can save a set (export as CSV), delete a set (clean the current set and start fresh) and open a set (import from CSV)
Settings will allow you to change the default save location (for import and export) and the default image locatin (which is where the program will look for image files when loading a medal set)

The middle area will list all medals in the current set.       Select a medal to change its details.       Make sure you save a medal or the changes won't apply.     

The bottom left area allows you to set the name, description, score value and multiple checkbox for any medal.     
The bottom right allows you to add and remove conditions from a medal.     
Note that you must save a medal and then add conditions to it.  If you just created a new medal and immediately try to add conditions any conditions will be added to the previously selected medal, as the new one does not exists until you save it at least once.     

Download:
Github - https://github.com/BritoO97/AuroraMedalCreator
Dropbox - https://www.dropbox.com/sh/m4lymelmy6ngl9g/AABKFduWA2YREzX1Sqew0kxJa?dl=0
Google Drive - https://drive.google.com/drive/folders/1HMAwZbna41Ccj8DU2UK0gh90gWpAPCeB?usp=sharing


Releases:
0. 2:
  - Ensured that it works with Aurora 1. 10. 0
  - Added the last 8 missing conditions
  - Fixed a UI bug.  You could add conditions when no medal was selected
  - Fixed a bug when loading existing medal sets.  The Icon path was missing a "\"

0. 1:
  -Initial Releases


Known Issues/TODO:
-AFAIK everything should be working as intended.  Of course, now that i said this something will break horribly




I would love to hear feedback on what you guys think.      If something is awesome, let me know.      If it breaks horribly, also let me know (and between me and you, i'm leaning towards the latter)