Ahchi

Forum Fanatic
Jul 17, 2020
4,178
7,348




Unlocked

Dear Witches & Wizards! Welcome to our weekly DevUpdate!
Admit it, you read it solely because of our stupid jokes, haha! Let’s start.
Do you know why we can't prove to you that we're wizards?

Because there's no magic outside of Hogwarts!


And now we can brag about what we've done this week:
  • Edited dialogues for intro scenes for Season 3 prologue
  • Finished planning Samantha's storyline for version 1.2.1
  • Finished planning Haley's storyline for version 1.2.1
  • Finished planning Audrey's storyline for version 1.2.1
  • Finished planning Gabriella's storyline for version 1.2.1
  • Selected new female characters with the possibility to develop relationships (wow!)
  • Retouched 26 renders of the prologue to make them even more beautiful
  • Fixed bugs in the main storyline.
That's it for today! Stay tuned for more information about what our third season will be like. Have a great week and keep on smiling!

Sincerely,
Bear in the Night
 

Kurobatique

Member
Oct 11, 2019
287
305




Unlocked

Dear Witches & Wizards! Welcome to our weekly DevUpdate!
Admit it, you read it solely because of our stupid jokes, haha! Let’s start.
Do you know why we can't prove to you that we're wizards?

Because there's no magic outside of Hogwarts!


And now we can brag about what we've done this week:
  • Edited dialogues for intro scenes for Season 3 prologue
  • Finished planning Samantha's storyline for version 1.2.1
  • Finished planning Haley's storyline for version 1.2.1
  • Finished planning Audrey's storyline for version 1.2.1
  • Finished planning Gabriella's storyline for version 1.2.1
  • Selected new female characters with the possibility to develop relationships (wow!)
  • Retouched 26 renders of the prologue to make them even more beautiful
  • Fixed bugs in the main storyline.
That's it for today! Stay tuned for more information about what our third season will be like. Have a great week and keep on smiling!

Sincerely,
Bear in the Night
always the same that have an update
 

krishnaik

New Member
Apr 30, 2022
7
3
A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.

Game version: Updated for "Season2 + CordalePack" (Doesn't do anything for the CordalePack)

GalleryUnlocked items
Gallery41 (or 39 is LGBTQ+ is disabled)

Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.69272/post-10469289

# Start the deal with the devil
init 666 python:
    gallery_unlock_list = [
        '1', '2', '3', '3_2', '4', '5', '5_2', '6', '7', '7_2', '8', '9', '10',
        '11', '12', '13', '13_1', '14', '15', '16', '17', '18', '19_1', '19_2',
        '19_3', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30',
        '31', '32', '33', '34', '35'
    ]

    # Loop through all persistent data
    for gallery_unlock_item in gallery_unlock_list:
        item = "images/ero/" + gallery_unlock_item + ".png"
        if item not in mp.gallery:
            unlock_gallery(item)
Hi where does this go am on Mac
 

colombeen

Member
Modder
Jul 16, 2021
314
1,735
Hi where does this go am on Mac
I'm guessing that the folder structure should be fairly similar to the Windows/Linux version, so inside the folder "Lust academy ......" you should have a "game" folder. If you place it inside this game folder it should work.
 

Nemo56

Forum Fanatic
Jan 7, 2018
4,919
4,022
I'm guessing that the folder structure should be fairly similar to the Windows/Linux version, so inside the folder "Lust academy ......" you should have a "game" folder. If you place it inside this game folder it should work.
Depends a bit on the access rights. In Windws the "real" savegames are stored in %appdata%/RenPy. The ones in the game direcotry are secondary. Why? Because programs should not write into their installation directory, that's very outdated programming style from 20 years ago. If (in Windows) you'd put the game in c:\Program Files, you would need admin rights to write. In %appdata% and %appdatalocal% you don't, that's where Userdata is supposed to go, it's a subdirectory of the user directory.
I guess the Mac has something similar, they follow the same principles.
 

colombeen

Member
Modder
Jul 16, 2021
314
1,735
Depends a bit on the access rights. In Windws the "real" savegames are stored in %appdata%/RenPy. The ones in the game direcotry are secondary. Why? Because programs should not write into their installation directory, that's very outdated programming style from 20 years ago. If (in Windows) you'd put the game in c:\Program Files, you would need admin rights to write. In %appdata% and %appdatalocal% you don't, that's where Userdata is supposed to go, it's a subdirectory of the user directory.
I guess the Mac has something similar, they follow the same principles.
That's not really the issue here... I created a little cheat script that unlocks the gallery and that file needs to be inside the game folder where you installed/extracted the game.
 

Silverthorn

Newbie
Apr 7, 2020
39
160
I can get past the weird dialogue, but I have to ask - does the protagonist get smarter later in the game? The absolute, uncomprehending idiocy is making it hard to keep going.

Example: Some guy tries to kill you as some kind of "test." That person then tells you that you have to get something for him in order to kill somebody that has only been nice to you, and you can't tell anybody. You especially can't tell the girl who saved you from the thing that the guy sent to kill you. Your response is...well, what reason does he have to lie? I guess I'll get this incredibly dangerous and powerful artifact for the guy who tried to kill me. He obviously won't misuse it, right?

Should I keep going, or does it continue like this?
 
  • Like
Reactions: scrooloose123

alex13_zen

Active Member
Sep 30, 2019
570
730
I read in a review about an epilogue for season 2. How do I get that? I finished the main story and also the quest-lines for the characters I'm interested in.
 

Nemo56

Forum Fanatic
Jan 7, 2018
4,919
4,022
Should I keep going
Please don't, it was bad enough experiencing ingame for the first time.
And yes, the writing doesn't get any better. The game is what it is, its strong point is not the writing. I would have a hard time to decide if the dialogs or the general story telling are worse.
And I am still waiting for the big revelation, that Jacob's body was used, but purple tentacle is MCs real father.
 
Last edited:
  • Like
Reactions: Silverthorn

Ahchi

Forum Fanatic
Jul 17, 2020
4,178
7,348



Dear Witches & Wizards! Welcome to our weekly DevUpdate!
You know what time it is - Dad jokes are in the building:
What do you call it when a monster gets mad for no reason?
...
Ogre-reacting!


Yeah, this one will crack any old-timer. But enough wit the jokes, let us brag about what we've done this week:
  • Finished both visuals and text for Season 3 prologue
  • Finished creating the sound design for Season 3 prologue
  • Finished planning June's storyline for version 3.2.1
  • Finished planning Kayla's storyline for version 3.2.1
  • Finished planning Eva's storyline for version 3.2.1
  • Finished planning Mollys storyline for version 3.2.1
  • Retouched 66 renders to maximize their magical atmosphere
  • Finished 59 more renders for version 3.2.1
That's it for today!
Stay tuned for more information about what our third season will be like. Have a great week
 
3.80 star(s) 163 Votes