Unna Oertdottir on 14/3/2016 at 12:38
This happened to me when I forgot the
set_gamesys xxxx
command.
So check your gamesys again
FrenchDecay on 14/3/2016 at 15:11
It's still using the good gamesys, by the way I forgot to mention it but all the objectives were working when I tested them through DromEd gamemode, and they display correctly on the screen. Also, I don't know if this will help but I haven't changed my version of Dromed and NewDark at all during the creation of the FM.
Unna Oertdottir on 14/3/2016 at 15:28
You could test it Thief 2 without objectives first.
john9818a on 15/3/2016 at 18:18
Quote Posted by FrenchDecay
Done
I clicked on the Google Drive link you sent me but it's requesting permission from you first.
FrenchDecay on 15/3/2016 at 19:18
Oh my bad I've never used it before, it should be fixed now. Sorry about that ! Btw I couldn't PM you, it said you don't have anymore space
john9818a on 15/3/2016 at 23:12
Ok sorry. I cleared out some of my messages. I'll look at it today and see if I can find what the problem is.
Edit: Ok I found the problem. Actually there are two problems.
Your missflag.str file should look like this:
// Valid mission flags
//
// skip This mission doesn't exist; it should be skipped.
// no_briefing Skip the briefing movie
// no_loadout Skip the loadout
// cutscene Play a cutscene immediately afterward
// end End the game when this mission is completed
//
miss_1: "skip"
miss_2: "skip"
miss_3: "skip"
miss_4: "skip"
miss_5: "skip"
miss_6: "skip"
miss_7: "skip"
miss_8: "skip"
miss_9: "skip"
miss_10: "skip"
miss_11: "skip"
miss_12: "skip"
miss_13: "skip"
miss_14: "skip"
miss_15: "skip"
miss_16: "skip"
miss_17: "skip"
miss_18: "skip"
miss_19: "skip"
miss_20: "skip"
miss_21: "skip"
miss_22: "no_briefing,no_loadout,end"
//Bank->Blackmail
miss_7_next: "9"
//Blackmail->Courier
miss_9_next: "8"
//Courier->Viki's Realm
miss_8_next: "10"
//Unwelcome Guest -> Precious Cargo
miss_11_next: "14"
//Kidnap->Casing
miss_15_next: "12"
//Masks->Endgame
miss_13_next: "16"
//we will want something like this
//(see drkmislp.c)
//please remove this comment when you actually put it in.
miss_10_endmovie: "cs10"
Every single mission between 16 and 22 has to be listed and skipped regardless of whether there are mis files with those names or not.
The other problem is that your mis file has the name IronHeart.mis but it should be miss22.mis.
Either of those two problems will crash Thief.
Also I noticed you had two gamesys files in your zip. The dark.gam can be deleted from the zip because it isn't being used.
btw to keep from being spoiled I did not play your mission. I only verified that it loads correctly. :)
FrenchDecay on 16/3/2016 at 17:37
Oh perfect, this is so satisfying to see it working properly! You sir just made my day :cheeky: Thanks a lot
john9818a on 17/3/2016 at 02:01
You're welcome! :D