nunu101botfest
Newbie
- Sep 19, 2017
- 35
- 43
- 156
so new player, should i download 1-10 and then s2e3? or what order???? asking for a friend ^^
Yeah, S1 1-10 is its own unit, then the latest S2 piece.so new player, should i download 1-10 and then s2e3? or what order???? asking for a friend ^^
It looks to be an error with the hint screen again. There's no images or animations for a Zoe event in the game files for the update. Just take as a hint for Ep 4 I guess.
hoehoehoewhat is the bonus content code for s2 e3 ?
https://f95zone.to/threads/echoes-of-lust-s2-e3-inceton.21005/post-4786310I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 55, in execute
NameError: name 'intro_nude_button' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "3_School_label.rpyc", line 1976, in script
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\ast.py", line 671, in execute
statement_name("say")
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "E:\Setups\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 55, in execute
File "<screen language>", line 55, in <module>
NameError: name 'intro_nude_button' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
EchoesOfLust2 S2E3
Thu Dec 24 13:39:28 2020
well how fo I activate the console can you tell me please. thanks in forward. and merry christmass .Thanks, really worked
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 55, in execute
NameError: name 'intro_nude_button' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "3_School_label.rpyc", line 2222, in script
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\obliv\Documents\MEGAsync Downloads\EchoesOfLust2-S2E3-pc-Compressed\EchoesOfLust2-S2E3-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 52, in execute
File "game/G_Cheat_Menu.rpy", line 55, in execute
File "<screen language>", line 55, in <module>
NameError: name 'intro_nude_button' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
EchoesOfLust2 S2E3
Thu Dec 24 16:16:59 2020
How to open console?
same here i want to try out the game to see if its any goodDoes anyone have any MEGA links for season 1? I wanted to try the game, but none of the downloads for season 1 work except one that is 10 hours of downloading which will probably not happen since Chrome will fuck me over somehow. Ty
You need UnRen.bat, run it in the game directory and activate the console, then in game press Shift+OHow to open console?
I done that but I have the same error just like before doing it. Never is changed. What I must to do to make it work?