bagmenot

Newbie
Jul 7, 2018
40
23
May someone share his persistent files (after completed everything) :
C:\Users\<username>\AppData\Roaming\RenPy\LustAcademy-43413566\persistent
C:\Users\<username>\AppData\Roaming\RenPy\persistent\LustAcademy

And a savegame of sandbox+novel mode at end of each chapter.

Pretty please.

That would save to redo the beginning stuff again and again...
 

jowishg

Yare yare dawa (ง •̀_•́)ง
Donor
May 6, 2018
2,500
4,264
How can someone else post something in your post (the first one in this thread)?
And i also see no warning/mentioning that it is a broken build there.
Sorry i do not get it.
A couple of people included me reported it to the mods too, but our report was rejected. So yeah the dev is right all we can do is wait.
 

Homealone

Member
Jun 3, 2017
226
182
So I started ping watching the Harry Potter movies, I have never seen them, and I realized fast this game is a copy paste project. I dont mind this but come on! is anything original in this game?
 

HogRocket

Engaged Member
Jun 8, 2020
2,352
11,292
So I started ping watching the Harry Potter movies, I have never seen them, and I realized fast this game is a copy paste project. I dont mind this but come on! is anything original in this game?
Thats actually the whole point of the game - "Harry Potter" with fucking :rolleyes:
 

Dogusgc

Newbie
Mar 26, 2021
22
5
Someone can help me please? i just installed last version (compressed) and copy past my saves from the 0.6.1.d. Now when i play the game and click the schedule button on the top of the screen i receive this error? Anyone receive same error? Anything for revolving this problem? ignore not function in this error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/logic/main_interface/quest_log_screen.rpy", line 202, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 202, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 205, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 219, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 249, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 951, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 994, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1006, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1008, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1019, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1023, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1024, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1025, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1025, in <module>
NameError: name 'Q_Mino' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "logic/events/adele.rpyc", line 31, in script call
  File "logic/main_interface/label.rpyc", line 469, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/logic/main_interface/quest_log_screen.rpy", line 202, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 202, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 205, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 219, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 249, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 951, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 994, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1006, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1008, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1019, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1023, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1024, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1025, in execute
  File "game/logic/main_interface/quest_log_screen.rpy", line 1025, in <module>
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'Q_Mino' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
LustAcademy 0.7.1d
Tue Apr 26 20:32:06 2022
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,187
7,375


Unlocked


Hey there, our amazing wizards and witches! We’re happy to welcome you to our weekly DevBlog.
I bet you’re dying of curiosity, aren't you?
But first, let's set the right mood with a joke:
You should never take what sea monsters say seriously.

They're always Kraken jokes.


Whoa, great! Keep your beautiful smile just like that - it is the best reward for us. Now, if you're ready to read, let’s take a look at what's been done this week by our team:
  • Created 55 top-notch renders with Samantha, Ashley, Jacob, and Arthur.
  • Retouched those 55 renders to maximize their quality.
  • Finally finished all the juicy animations for scenes with Olivia.
  • Finished story planning for Lust Academy 1.2.1 release.
  • Finished Lustagram ideas for Lust Academy 1.2.1 release.
  • Started working on new Collection Cards.
  • Finished sound design for Lust Academy season 2 prologue.

That's it for today! I hope you didn't get tired of reading all of this, he-he. As always, thank you for your interest and support. We love you, guys !
Sincerely yours,
Bear in the Night.






24 Likes
 

Tavi13

Active Member
Feb 1, 2021
631
1,032
never knew harry potter visited strip joints to get pussy
They gave the wizarding worlds most famous teenage boy an invisibility cloak & a map that showed were everyone in the school was, he didn't need a strip joint :)
 

DominatePar

Member
Mar 9, 2018
242
133
there is a bug if you click on the sorting book to progress the story it freeze. On sandbox mode.
I can show screenshot if needed. Just reporting
 
  • Like
Reactions: dpornb

Otyi

Well-Known Member
Jun 9, 2017
1,213
558
Hi guys!
I'm in the game here. Maybe this is the last mission with Leona. What should I do?
Is this part wrong with this version, or am I ruining something?
pic 01.jpg
 

Baralover001

Active Member
Nov 21, 2017
872
335
You can also flirt with the male teachers in the game right when the LGBTQ function is enabled and I loved your game bear in the night hope for more new LGBTQ contents in the upcoming updates in the game and you can also seduce men in this game right besides the women
 
  • Red Heart
Reactions: Bear in the Night

Ahchi

Forum Fanatic
Jul 17, 2020
4,187
7,375
Hi guys!
I'm in the game here. Maybe this is the last mission with Leona. What should I do?
Is this part wrong with this version, or am I ruining something?
View attachment 1779326
This is what I did.
---Evening---
<Inner Garden/R-Wing>{+ 1 book},
<Inner Garden>, <Main Hall>
(Scene: Leona)
{New Notice; Leona}
---Night---
When you enter the Main Hall you See this:- screenshot0002.png
Also you will need "Jacob" at 100% first.
(PS . Don't try it on the same that you complete "Jacob's)
 
Last edited:

Dogusgc

Newbie
Mar 26, 2021
22
5
This is what I did.
---Evening---
<Inner Garden/R-Wing>{+ 1 book},
<Inner Garden>, <Main Hall>
(Scene: Leona)
{New Notice; Leona}
---Night---
When you enter the Main Hall you See this:- View attachment 1780016
Also you will need "Jacob" at 100% first.
(PS . Don't try it on the same that you complete "Jacob's)
Not working for me still nothing about Leona task
 

Otyi

Well-Known Member
Jun 9, 2017
1,213
558
Thanks for the reply!
Maybe it’s not good because I can’t get any further with the story of Lily and Amelie either.
Jacob 100%.
 

dpornb

New Member
Sep 29, 2017
6
2
I have everyone 100%d in het mode except for Leona (and Arthur, who needs Leona's line) and its freezing every time I try and summon her from the book. Tried doing 'look at book' first, or 'try to summon first, same deal. Freezes on next frame. Otherwise really great game tho. Excited for new updates.
 

svar0g1

New Member
Jun 26, 2020
2
0
Not working for me still nothing about Leona task

Had the same problem. One time I just kept clicking, and the dialogue started to progress. The dialogue moves really slowly till the next choice. And then it's back to normal
 

Chiryuu

Newbie
Mar 8, 2021
24
10
My antivirus is flagging this game after the last update, 0.7.1

Infected with IDE.Generic

I know there are false positives sometimes, but why did other versions of the game or any other games from F95 trigger this??
 
3.80 star(s) 164 Votes