schleicher on 28/10/2015 at 18:58
Hi
Some time ago I asked, how to get rid of all goals in a mission
in a simple way.
Then the suggestion came, to use a cmd-file, that contents all
possible quest_delete-commands, like this :
quest_delete goal_target_0
quest_delete goal_visible_0
quest_delete goal_type_0
quest_delete goal_state_0
etc. ....
But here it doesn't work. At least on my installation
I have to use that commands in a certain order. Either
in the order you can find in Menu "Editors/MissionQuestData"
or in the order, in which the commands appear in the appropriate
mis-File.
Am I the only one, who experience that?
Otherwise: I wrote a little program, that extracts the appropriate
Data from the mis-File and creates the needed cmd-file.
If I did not made a mistake, that I have to be aware of the right
order, so that my program makes sense, I can give it to everybody who
needs it, too.
schleicher on 28/10/2015 at 20:55
Thank you. Strange. I tried several structures (Order of entries), but none of them worked. Then I had the Idea, I mentioned above. And then I had success. So make the cmd-file for deleting goals, that works in every case, seems to be a bit
tricky.
The "full_clean_goals.cmd" from your link works as well.