Nah photo hunt is pretty easy for any girl when it comes to story the code is basically "Eve_story_Event = 1" to "eve_story_event = 2" and so on and so forth the game makes you do it in order and you can't jump out of the "order" not matter what you do all the side stuff is 100% seprate from the game story to the point it barely even counts as "canon" Lol mostly everything you do in side events the main story won't mention it or even reference it Lol you can complete the whole game without touching a single "side event" there just there to grind "love point" with a few exception of course.
but ya eve is kinda easy in the sense once i have all 3 files open for her and learn the madness of jumping back and forth between each were the sometimes long list of jumps/calls bring me its pretty straight forward from there
but like i said above the mom/sister could be the same i only did a quick look at it and didn't catch the "chain" so to speak but once i dive in and have all relevant files in front of me i should be able to track it down easily enough. then the fun part of deciding whats "story" and what can be shoved off into the "side story" guides like i did with Eva and the "massages" for example
EDITL for clarification i can easily make separate guides for all of the events for the mom for example but im finding the starting/order for the "main guide" i do for the girls like on the mod home page tricky at the moment i like the "main guide" to follow a pretty striaght path so its easier on the player so its not something like "step#1 do first step of moms peeking event" "step #2 do step one of moms tv event" etc etc and can rference "side stuff" as need like in eva for example
PHP:
elif eve_main_progress == 2 and eve_bolt < 2:
text "Eve's Walkthrough - Step #6" pos (27, 70) font "mod/OSB.ttf"
text "{font=mod/OSB.ttf}Time: {/font}Early/Morning" pos (27, 105)
text "{font=mod/OSB.ttf}Location: {/font}Eve's House" pos (533, 105) xanchor 1.0
text "- \"Let's Chat\" {} time(s)".format(2 - eve_bolt) pos (34, 142)
elif eve_main_progress == 2 and eve_twist == 1:
text "Eve's Walkthrough - Step #7" pos (27, 70) font "mod/OSB.ttf"
text "{font=mod/OSB.ttf}Time: {/font}Early/Morning" pos (27, 105)
text "{font=mod/OSB.ttf}Location: {/font}Eve's House" pos (533, 105) xanchor 1.0
text "- \"Twister\"" pos (34, 142)
elif eve_main_progress == 2 and eve_bolt == 2:
text "Eve's Walkthrough - Step #8" pos (27, 70) font "mod/OSB.ttf"
text "{font=mod/OSB.ttf}Time: {/font}Early/Morning" pos (27, 105)
text "{font=mod/OSB.ttf}Location: {/font}Eve's House" pos (533, 105) xanchor 1.0
text "- \"Let's Chat\" " pos (34, 142)
elif eve_main_progress == 2 and eve_twist_dush_br < 3:
text "Eve's Walkthrough - Step #9" pos (27, 70) font "mod/OSB.ttf"
text "{font=mod/OSB.ttf}Time: {/font}Early/Morning" pos (27, 105)
text "{font=mod/OSB.ttf}Location: {/font}Eve's House" pos (533, 105) xanchor 1.0
text "- \"Twister\" {} time(s)".format(6 - eve_twist - eve_twist_dush_br) pos (34, 142)
if eve_dush_magaz < 7:
text "- {color=00FF00}Recommend{/color} completing scenes 1-8 of Shower " pos (34, 172)
text "- Masturbation before completing" pos (34, 202)
so there kinda a nice "flow" to the steps
if that makes any sense (im crap when it comes to explaining things)