• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

How to add storyline?

Axehel

Landlubber
Storm Modder
Hey guys, just messing with the game a bit and curious as to how you add a storyline option to the menu selection.
 
Create a new folder outside the game.
in game goto PROGRAMS/Storyline and open it.
Copy the JackAubrey.c file to the new folder.
Copt the JackAubrey folder to the new folder.
Rename the two copies giving them the titles you want - e.g. ZoloQuest
make sure both names are identical.
Copy the folder and file back into the PROGRAM/Storyline folder
Start a new game and select the ZoloQuest
It will play the JackAubrey game, but you now have a quest file(s) you can modify to suit your taste.
[and THAT'S where your troubles will begin] :ninja xD: :angry: :angry: :angry:
 
Ooops got ahead of myself.
You will also need to change in the new ZoloQuest.c file the first few lines to this:
ref storyline; makeref(storyline, Storylines);
aref sl; makearef(sl, storyline.list);
string sn = "sl" + (n + 1);
sl.(sn).id = "ZoloQuest";
sl.(sn).index = n;
sl.(sn).dir = "ZoloQuest\";
sl.(sn).start.screen = "Quest_JackAubrey.tga";
 
Back
Top