Bingoogus
Forum Fanatic
- Sep 5, 2021
- 4,311
- 13,052
- 628
Ok...I have now surpassed Bingoogus in likes.
You don't have permission to view the spoiler content.
Log in or register now.
Ok...I have now surpassed Bingoogus in likes.
The Scene Commentary for "Il Cervo" has been released! Can't wait to see what the loremasters have to say about this one.If anyone is curious/interested in the Fanfest content, here's a Mega link to its contents:
You must be registered to see the links
I'll update the link as the Fanfest progresses, so be on the lookout for that.
You don't have permission to view the spoiler content. Log in or register now.
His?Who shit in this guy's Fruit Loops? Me getting 10k likes pissed him off so much that he had to pm me and tell me "how much it means to him." Even after I helped him out with the fan fest stuff. And based of his recent account activity he's been taking his pent up frustration across the Lil threads for a couple of weeks now. Considering he only has 13 posts on this website, majority of his time has been spent being mad for whatever reason.
Tbh it's not worth even acknowledging people like that. If he's got nothing productive to say then just let him scream at the wind until he gets bored and moves onWho shit in this guy's Fruit Loops? Me getting 10k likes pissed him off so much that he had to pm me and tell me "how much it means to him." Even after I helped him out with the fan fest stuff. And based of his recent account activity he's been taking his pent up frustration across the Lil threads for a couple of weeks now. Considering he only has 13 posts on this website, majority of his time has been spent being mad for whatever reason.
They're still mad they had to play the game themselves instead of using the guide mod cause the guide mod waits for public releases to update.Who shit in this guy's Fruit Loops? Me having 10k likes pissed him off so much that he had to pm me and tell me "how much it means to him." Even after I helped him out with the fan fest stuff. And based of his recent account activity he's been taking his pent up frustration across the Lil threads for a couple of weeks now. Considering he only has 13 posts on this website, majority of his time has been spent being mad for whatever reason.
If you played through the most recent reset.... we found that (in that timeline, at least) the boxes contain Maya Prime's notes. She's been through so many resets that she can't keep her memories straight, so she writes them down. Then does the moving-around thing on reset day so they persist, apparently.What is inside the boxes maya (the good one) [the normal one] {the one we all came to love} makes us carry?
Unfortunately (or fortunately?), Sel tried to not reveal much, but one thing in particular was mentioned that I hadn't truly acknowledged in the event.Fanfest link updated for March 26th!
The Scene Commentary for "Il Cervo" has been released! Can't wait to see what the loremasters have to say about this one.
Im sorry man but all I can think of reading this is this meme:Who shit in this guy's Fruit Loops? Me having 10k likes pissed him off so much that he had to pm me and tell me "how much it means to him." Even after I helped him out with the fan fest stuff. And based of his recent account activity he's been taking his pent up frustration across the Lil threads for a couple of weeks now. Considering he only has 13 posts on this website, majority of his time has been spent being mad for whatever reason.
Who would've known Loli in fighting existsIm sorry man but all I can think of reading this is this meme:
You don't have permission to view the spoiler content. Log in or register now.
According to URM it's 100 affection you need, not 100 lust.Does anyone know if there is a second trigger for unlocking Kirin's Date Night outfit for the invite over animations that was part of ver 0.46. I am currently catching up on ver 0.48 and have passed the Lust value threshold of 100 that is listed in the unlockables menu but it hasn't unlocked so was won
It'll be a bug too so grind both if you want to keep accessAccording to URM it's 100 affection you need, not 100 lust.
View attachment 4684058
Please don't do thatAnyone can help me out with this, I'm getting "an exception has occured" whenever I try to save or load in the 0.48 update.
I've tried a fresh install and running as admin but the problem still occurs
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 1136, in execute
screen load():
File "game/screens.rpy", line 1136, in execute
screen load():
File "game/screens.rpy", line 1140, in execute
use file_slots(_("Load"))
File "game/screens.rpy", line 1174, in execute
screen file_slots(title):
File "game/screens.rpy", line 1174, in execute
screen file_slots(title):
File "game/screens.rpy", line 1178, in execute
use game_menu(title):
File "game/screens.rpy", line 573, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 573, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 582, in execute
frame:
File "game/screens.rpy", line 585, in execute
hbox:
File "game/screens.rpy", line 591, in execute
frame:
File "game/screens.rpy", line 594, in execute
if scroll == "viewport":
File "game/screens.rpy", line 625, in execute
transclude
File "game/screens.rpy", line 1178, in execute
use game_menu(title):
File "game/screens.rpy", line 1180, in execute
fixed:
File "game/screens.rpy", line 1199, in execute
grid gui.file_slot_cols gui.file_slot_rows:
File "game/screens.rpy", line 1207, in execute
for i in range(gui.file_slot_cols * gui.file_slot_rows):
File "game/screens.rpy", line 1211, in execute
button:
File "game/screens.rpy", line 1219, in execute
has vbox
File "game/screens.rpy", line 1226, in execute
text FileSaveName(slot):
NameError: Name 'redacted' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1136, in execute
screen load():
File "game/screens.rpy", line 1136, in execute
screen load():
File "game/screens.rpy", line 1140, in execute
use file_slots(_("Load"))
File "game/screens.rpy", line 1174, in execute
screen file_slots(title):
File "game/screens.rpy", line 1174, in execute
screen file_slots(title):
File "game/screens.rpy", line 1178, in execute
use game_menu(title):
File "game/screens.rpy", line 573, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 573, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 582, in execute
frame:
File "game/screens.rpy", line 585, in execute
hbox:
File "game/screens.rpy", line 591, in execute
frame:
File "game/screens.rpy", line 594, in execute
if scroll == "viewport":
File "game/screens.rpy", line 625, in execute
transclude
File "game/screens.rpy", line 1178, in execute
use game_menu(title):
File "game/screens.rpy", line 1180, in execute
fixed:
File "game/screens.rpy", line 1199, in execute
grid gui.file_slot_cols gui.file_slot_rows:
File "game/screens.rpy", line 1207, in execute
for i in range(gui.file_slot_cols * gui.file_slot_rows):
File "game/screens.rpy", line 1211, in execute
button:
File "game/screens.rpy", line 1219, in execute
has vbox
File "game/screens.rpy", line 1226, in execute
text FileSaveName(slot):
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\text\text.py", line 1832, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\text\text.py", line 1868, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\substitutions.py", line 371, in substitute
s = interpolate(s, kwargs) # type: ignore
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\substitutions.py", line 86, in interpolate
raise e
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
File "D:\LessonsInLove0.48.0-0.48.0-pc-subscribestar\renpy\substitutions.py", line 313, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'redacted' is not defined.
I think that was the fastest i've ever set someone to ignore, "hey guys, have a giant wall of code text, also, fuck you".Please don't do that
Unfortunately (or fortunately?), Sel tried to not reveal much, but one thing in particular was mentioned that I hadn't truly acknowledged in the event.
You don't have permission to view the spoiler content. Log in or register now.