StripesOO7 / oot-tracker

MIT License
1 stars 1 forks source link

Wrong Logic Kokiri Forest (GS) #7

Open TheLynk opened 1 month ago

TheLynk commented 1 month ago

image GS House of Twins is exclusive in child age And image GS Know It All House i have all requierement item to get location

StripesOO7 commented 1 month ago

GS House of twins is exclusive to adult . but was falsely marked for child......fixed

GS know it all house is child, nighttime only. requiering either ocarina+sunsong or being able to leave the forest, which in you inventory case is most likely blocked by not being able to go and finish deku tree......but that is guess works right now, would need more info

TheLynk commented 1 month ago

image gs outside House of Twins is exclusif in child age and no requir hookshoot

TheLynk commented 1 month ago

image GS Know It All House is exclusif in adult age and requir hookshoot

StripesOO7 commented 1 month ago

i can only say whats written in the logic. and that says:

"KF GS Know It All House": "
    is_child and can_child_attack and at_night and 
    (had_night_start or can_leave_forest or can_play(Suns_Song))",
"KF GS Bean Patch": "
    can_plant_bugs and can_child_attack",
"KF GS House of Twins": "
    is_adult and at_night and (Hookshot or (logic_adult_kokiri_gs and Hover_Boots))",

which is the exact opposite of what you are saying

TheLynk commented 1 month ago

i can only say whats written in the logic. and that says:

"KF GS Know It All House": "
    is_child and can_child_attack and at_night and 
    (had_night_start or can_leave_forest or can_play(Suns_Song))",
"KF GS Bean Patch": "
    can_plant_bugs and can_child_attack",
"KF GS House of Twins": "
    is_adult and at_night and (Hookshot or (logic_adult_kokiri_gs and Hover_Boots))",

which is the exact opposite of what you are saying

if I understood everything normally with what you indicate in the code I agree with the logic

StripesOO7 commented 3 weeks ago

Did you notice any issues with 0.0.3?