3.60 star(s) 36 Votes

Anon4321

Conversation Conqueror
Jun 24, 2017
6,751
5,315
Here is the fixed file.
Put it "ExchangeStudent-0.6.0._(build_2)-pc/game" folder

edit: Ops, I didn't see the fix was already posted, my bad.
Thanks fix worked perfectly
And this completes this new update
Now to wait for the next one.
 

Yuri27

Newbie
Jul 10, 2018
66
20
If you are on Molly path after the new suntan scene go in the living room at night (not on weekends)

Not sure if there are others requirements I'm still playing the update...
Nope, didn't work.
I don't the error, that's true, but then again nothing happens, just "(...)" and that's all, the MC is waking up in the morning with no scenes, even through it states "something will happen during the night in your room" or somewhat between these lines.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,751
5,315
Nope, didn't work.
I don't the error, that's true, but then again nothing happens, just "(...)" and that's all, the MC is waking up in the morning with no scenes, even through it states "something will happen during the night in your room" or somewhat between these lines.
Once I applied the fix, I just kept clicking wait and watch tv until it triggered.
 

elzorro212

Newbie
Apr 11, 2018
43
43
For those struggling with Molly "wait for something to happen at night", I had to reload a save from her date reward and then it triggered 5 nights later (with the fix applied). Any save after that scene did not work even after applying the fix.
 

GaboCAP

Well-Known Member
Jun 7, 2018
1,910
1,633
For those struggling with Molly "wait for something to happen at night", I had to reload a save from her date reward and then it triggered 5 nights later (with the fix applied). Any save after that scene did not work even after applying the fix.
And that was the solution, thank you very much.
 

Steppenwolf

Newbie
Jul 30, 2017
44
79
I give a good look at code of the game...

The condition for the night event "wait for something to happen at night" is
if Mprog == 26 and M_story == 2 and M_lust == 3:
jump M29s2

Alas you have to be on Molly path (M_story == 2) and Molly lust is 3.
Now, Molly build lust every day:
if Mprog >= 26 and M_lust <= 3:
$ M_lust += 1

So, after the date reward scene, you have to skip 3 days.


After this I found an interesting, 100% avoidable, bug.
Make Lilly wear the buttplug in the morning, make it impossible to trigger the fist date event with Molly when you came back home from uni. Be aware
 
  • Like
Reactions: LongNickSmallDick

eball360

Member
Oct 5, 2018
193
82
"Just wait until you get back from classes. Wait another weekday"

The hell am I supposed to do to continue Lily's story? I swear, I tried only clicking "wait" for 6 whole weeks, and tried triggering the damn event in every room at every hour with every dialogue option.

there a bug.................................

and all story are done but lily.
 
  • Like
Reactions: Elemento

jimmy1353

Newbie
Apr 19, 2020
24
13
Hi again,
first thanks for your work. old save does not work, I get message " more will come in the 0.5.1 build".
if I should start new game could you give a Walkthrough.
 

_Utakata_

Active Member
Jun 18, 2019
710
1,208
Getting this error
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

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

Full traceback:
  File "room1.rpyc", line 453, in script
  File "C:\Users\steven\Desktop\Images\ExchangeStudent-0.6.0._(build_2)-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\steven\Desktop\Images\ExchangeStudent-0.6.0._(build_2)-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\steven\Desktop\Images\ExchangeStudent-0.6.0._(build_2)-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.6.0._(build_2)
Fri Jul 02 19:33:36 2021
 

cxx

Message Maestro
Nov 14, 2017
59,513
29,679
Hi again,
first thanks for your work. old save does not work, I get message " more will come in the 0.5.1 build".
if I should start new game could you give a Walkthrough.
if has wt then behind paywall.

based on comments i'll wait next release to see if it is non-beta.
 

reyquin

Newbie
May 19, 2021
15
4
It is presenting a problem in the game and this is the message of the game



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

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

Full traceback:
  File "room1.rpyc", line 453, in script
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.6.0._(build_2)
Fri Jul 02 21:32:37 2021
 

_Utakata_

Active Member
Jun 18, 2019
710
1,208
It is presenting a problem in the game and this is the message of the game



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

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

Full traceback:
  File "room1.rpyc", line 453, in script
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.6.0._(build_2)
Fri Jul 02 21:32:37 2021
Same here
 

Elemento

Newbie
Jul 5, 2020
45
24
It is presenting a problem in the game and this is the message of the game



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

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

Full traceback:
  File "room1.rpyc", line 453, in script
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\_DocumentosPC\Nueva carpeta\Mega\ExchangeStudent-0.6.0._build_2_-pc\ExchangeStudent-0.6.0._(build_2)-pc - copia\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.6.0._(build_2)
Fri Jul 02 21:32:37 2021
Your asked: https://f95zone.to/threads/exchange-student-v0-6-0-build-2-lokiart.42524/page-36#post-6094827
 

vipefuzion

Newbie
Sep 20, 2017
25
2
I keep getting this error stopping me from getting futher in the molly story, i tried the fix that was already posted here but didnt work


While running game code:
File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined

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

Full traceback:
File "room1.rpyc", line 453, in script
File "C:\Users\Scott\AppData\Local\Temp\Rar$EXa0.210\ExchangeStudent-0.6.0._(build_2)-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Scott\AppData\Local\Temp\Rar$EXa0.210\ExchangeStudent-0.6.0._(build_2)-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Scott\AppData\Local\Temp\Rar$EXa0.210\ExchangeStudent-0.6.0._(build_2)-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/room1.rpy", line 453, in <module>
NameError: name 'M_sotry' is not defined
 
3.60 star(s) 36 Votes