Lord Taffer on 2/1/2020 at 17:28
Hi,
I am making my first mission with DromEd.
My first big problem is that the mission doesn´t end even though I´ve accomplished all objectives (2). I used the command line to enter the objectives.
Could someone tell me what´s the problem here?
Objectives:
1. Steal the scepter
2. Kill the guard (A Mech Priestess)
Mission Quest Data shows these:
DrSSecrets 0
quest_create_mis goal_state_0, 0
quest_create_mis goal_state_1, 0
quest_create_mis goal_target_0, 69 (69: A Bafford Scepter)
quest_create_mis goal_target_1, 59 (59: A Mech Priestess)
quest_create_mis goal_type_0, 1
quest_create_mis goal_type_1, 2
quest_create_mis goal_visible_0, 1
quest_create_mis goal_visible_1, 1
R Soul on 2/1/2020 at 18:40
That's not a problem, it's an unexpected feature.
In user.cfg there will a be a line containing this:
no_endgame
You can disable it by putting a ; at the start but that should only be done very rarely. In most cases it would be inconvenient for the mission to end normally because you'd be taken to the game's interface screens from where you cannot get back in to editor mode, and you might lose some unsaved changes to the mission.
Lord Taffer on 3/1/2020 at 11:18
Thanks for the answer!
Do you use command line to create objectives for the mission?
nightshifter on 5/1/2020 at 21:03
I'm about sure Rsoul won't use the commandline to create objectives.;)
he made a marvelous proggie namend (
https://www.ttlg.com/forums/showthread.php?t=145938) goalmaster to help making objectives.
one of my favourite tools.
you should def. check this out
Ger
ZylonBane on 6/1/2020 at 21:45
There should be a very explicit message spit out in the monolog when a mission end request is overridden by no_endgame.
Lord Taffer on 8/1/2020 at 16:55
Quote Posted by nightshifter
I'm about sure Rsoul won't use the commandline to create objectives.;)
he made a marvelous proggie namend (
https://www.ttlg.com/forums/showthread.php?t=145938) goalmaster to help making objectives.
one of my favourite tools.
you should def. check this out
Ger
Thanks! I´ll check it out.