vincentlancon on 10/1/2016 at 21:01
sweet , thanks
Yandros on 11/1/2016 at 00:17
This is really useful, thanks again.
Swiz on 28/2/2018 at 10:57
There's a minor bug in this with the T1/G special loot tag, it adds an extra space before the objective number.
Code:
quest_create_mis goal_special_ 2, 1
R Soul on 28/2/2018 at 20:40
Bug squished!
See the first post for the updated download link.
R Soul on 26/10/2025 at 21:24
GoalMaster has been updated.
Version 1.1 released:
(
https://github.com/RSoul82/GoalMaster/releases/tag/v1.1)
* Changed format of GoalMaster's save/load file to the plain text ".json" format. A future-proofing feature to make it easier to share goals data with other applications.
* GoalMaster can still load from the original format so you can get data from the previous version.
* The settings are now edited in the Settings window (instead of a text file) for easier changing. Also changed the file format to ".json" in case external editing is required.
* The old format settings will be imported if GoalMaster finds them, but this is a one-off process.
* Added a setting for the default Open/Save folder.
* Added the ability to import a selection of goals from another GoalMaster file.
* Added the ability to "skip" a goal (i.e. do not generate commands or goals.str entry)
* Tweaked the "tab" order in the UI to make it easier to use keyboard controls.
* Pressing Enter will add the current goal data to the list.
* Synchronised the "Goal Number" drop down menu with the main goals list selection on the left.
* Choosing the last item from the menu will reset all goal data to the default values.
* Tweaked some directory-searching code to make it easier for GoalMaster to find its own file on Linux using Wine.