DerpZerp wrote: Sun Aug 05, 2018 10:16 am
To easily fix this adjust the pictures in the folder Images/Story/Michaela/Forest as follows:
picture 011 rename it to 013
picture 012 rename it to 011
picture 013 rename it to 012
I could include them in a patch, but you'd have to redownload the images which would make the file to big to be an attachment :P so this is probably easier!
Thanks! though its probably easier to just swap the names
of the pictures in the script file itself
I also found two broken links - but I forgot to make a note
of exactly where, probably because i was a little distracted at the time
- Spoiler: show
- One was definitely in the desert, and one was in the mountains - somewhere near the bottom right, so at christiana or candice maybe - and i seem to think it was at the end of the tease.
Fortunately both times Guideme gave me a list of places to start, so i just went back to the start of the desert or mountains.
Since i did find some broken links, i wrote a really stupid python script to try find them.
(basically it looks for anything i think is a label [i.e. a single line ending in ':'], then tries to find all the goto's everywhere, and then tries to match everything up)
It didnt find the broken links i ran into, but it did find some others
- Spoiler: show
-
found dead link
file: ./Scripts\Models\Ariel.scr
line nr: 8
link name: SecondEncounter:
script: "ifSet visit_ariel goto SecondEncounter:" <-- i think this is because of the ':' at the end?
found dead link
file: ./Scripts\Models\FinishGuerlain.scr
line nr: 222
link name: On the Edge
script: "goto On the Edge"
found dead link
file: ./Scripts\Models\LindaRecovery.scr
line nr: 16
link name: <choose Linda, Witch, Witch, Witch, Witch, Witch, Witch, Witch, Witch, Witch>
script: "goto <choose Linda, Witch, Witch, Witch, Witch, Witch, Witch, Witch, Witch, Witch>" <-- this might be correct, i'm not sure if 'choose' works the same as choosefrom?
found dead link
file: ./Scripts\Models\LindaRecovery.scr
line nr: 296
link name: Halfway
script: "goto Halfway" <-- the label is missing a ':' at the end (see line 298)
found dead link
file: ./Scripts\Models\LindaRecovery.scr
line nr: 317
link name: SecondEdge
script: "goto SecondEdge" <-- the label is missing a ':' at the end (see line 319)
Thanks again for the fantastic job, the
maze is great!