Jan 12, 2022
57
79
Apologies if this is a dumb question (or one that has been answered repeatedly already), but is there anyway to update from 6.1f to 7.1? Where I live we have bandwidth caps still, so if I can avoid re-downloading everything, that would be great!
 

Naturestune

Member
Oct 3, 2017
108
85
Okay, I tried the search but all I found was discourse so instead I'm just going to ask before I download.
[Gay] tag, what are we talking here?
Is it purely man on man action or is it mislabeled [Futa/Trans] and/or [Lesbian] content?
I know at least one of those tags are already there, but you can never be too careful.
 

Badjourasmix

Conversation Conqueror
Sep 22, 2017
6,622
14,743
Okay, I tried the search but all I found was discourse so instead I'm just going to ask before I download.
[Gay] tag, what are we talking here?
Is it purely man on man action or is it mislabeled [Futa/Trans] and/or [Lesbian] content?
I know at least one of those tags are already there, but you can never be too careful.
I don't know if there is actual sex because I am not following that route, but there is one gay character but you can choose to be just friends. There is also trans content but in that case you decide if those characters are cis woman or trans.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,082
I don't know if there is actual sex because I am not following that route, but there is one gay character but you can choose to be just friends. There is also trans content but in that case you decide if those characters are cis woman or trans.
You beat me to it. :ROFLMAO: I haven't played since 4.2, so I didn't know if there was anything with that dude. Glad we have a choice.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,082
I wouldn't trust anything that comes from IGG games, they have a bad reputation for adding their own ads/malware to releases. Even if this game is safe their reputation alone is already tainted and I wouldn't trust putting anything that comes from them on my rig lol
I downloaded from the OP here and that shit was in it.
 

ODDDDDDDDDDy

Newbie
May 21, 2018
21
107
I downloaded from the OP here and that shit was in it.
The links the mods allow here are usually safe but I guess this might be an oversight? Idk. A lot of people download shit from them and have no problem but I wouldn't trust them only because of their reputation. But that's just me, it's up to you whether you want to trust it or not.
 
Aug 24, 2018
20
27
Got an error when trying to open the calender


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 call
  File "logic/events/haley.rpyc", line 841, in script call
  File "logic/main_interface/label.rpyc", line 469, 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/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-10-10.0.22000
Ren'Py 7.4.11.2266
LustAcademy 0.7.1d
Sun Apr 17 10:20:01 2022
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,082
The links the mods allow here are usually safe but I guess this might be an oversight? Idk. A lot of people download shit from them and have no problem but I wouldn't trust them only because of their reputation. But that's just me, it's up to you whether you want to trust it or not.
I messaged Noneya666 and he told me to report it, so, I did.
 

Naturestune

Member
Oct 3, 2017
108
85
I don't know if there is actual sex because I am not following that route, but there is one gay character but you can choose to be just friends. There is also trans content but in that case you decide if those characters are cis woman or trans.
Really? Dang, I was hoping for more than that.
Ah well, I'll give it a shot.
Thanks for answering my question btw.
 

Crowangel

Well-Known Member
Dec 12, 2021
1,087
1,633
Only issue i have and had with this game was the fact the character models seemed to look waaaaaay to old at times.. the frown lines often made the characters look like they had a rapid ageing disease and it was quite off putting which is a shame given the fun aspects and mini games etc that make it very playable even after the main story updates are all caught up.. but while thats all great, being able to enjoy the visuals too without cringing everytime a girl smiles and reveals her granny wrinkles is something that needs fixing especially given the ages your supposed to be playing
 

giqui

Conversation Conqueror
Game Compressor
Nov 9, 2019
6,208
43,197
Lust Academy [v0.7.1d] [Bear in the Night]
comprimido_.gif

Size ≅ 615 MB

Download PC/MAC: - - -

-------x-----------x-----------x-----------x-- ---------x-----------
ANDROID: - - -

Note. Compatibility test successfully performed on Android 11.

The Android port/version is not official.
-------x-----------x-----------x-----------x-- ---------x-----------
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
3.80 star(s) 156 Votes