Trying to remember a mission... - by xenomorf
xenomorf on 21/4/2017 at 08:19
can't recall much about it except for a large underground cavern, filled with lava and patrolled by fire elementals, that required some judicious use of rope arrows into beams across the roof of the cavern to get to the other side....
Can anyone remember/help?
Cheers,
AJ
xenomorf on 21/4/2017 at 08:34
Thanks, Unna,
looking to download it now... :-)
rustmite on 21/4/2017 at 13:38
When I run this mission through FM select, I get the OM running interference. Looked at the older threads, but doesn't seem to be a resolution. Anybody know how to fix it?
Unna Oertdottir on 21/4/2017 at 14:04
This is an old FM. The author forgot to include the missflag.str. Darkloader created this file if it is missing. That's why it didn't matter ~2004
Create a txt file. Copy this and paste it.
Save it in the FM/Strings-folder as missflag.txt and then rename txt-->str
That should do it.
Code:
/ 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: "no_briefing, no_loadout, end"