Should Dee to go back to school to finish up one class she failed to get a diploma?

  • Dee Goes Back to High School

    Votes: 6,842 80.9%
  • Dee Won't Go Back to High School

    Votes: 1,615 19.1%

  • Total voters
    8,457

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,425
38,179
891
Ugh I just did renders of Dee driving in her Fiat 500, but the background doesn't change.
That kind of detail bothers me, if I have time I'll fix it.
after_gym_car_dee_umm.jpg
 

oaiki

Well-Known Member
Mar 19, 2020
1,473
2,935
424
v4.3 ..

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

While running game code:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

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

Full traceback:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\ast.py", line 1385, in execute
    paired = renpy.python.py_eval(self.paired)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
MND_4 1.0
Tue Oct 14 01:26:56 2025
```
 

Goodthrust

Member
Oct 26, 2017
295
449
267
At the end of the update?
Then yeah. The next part of the program is the "return" command at the end.
Did you see the "Let's go to the lobby"?
Last text is how bad is tony hurt
then it says save your game here
then i loops back to beginning where shes on the counter in pink waitress outfit
 

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,425
38,179
891
v4.3 ..

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

While running game code:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

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

Full traceback:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\ast.py", line 1385, in execute
    paired = renpy.python.py_eval(self.paired)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
MND_4 1.0
Tue Oct 14 01:26:56 2025
```
FUCK!!!!!!!!!!!!!!!!!!!
 
  • Haha
Reactions: Big Rooster

Goodthrust

Member
Oct 26, 2017
295
449
267
At the end of the update?
Then yeah. The next part of the program is the "return" command at the end.
Did you see the "Let's go to the lobby"?
sorry tried again and yes it said lets go to the lobby then the game restarts
guess something glitched?
 

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,425
38,179
891
Last text is how bad is tony hurt
then it says save your game here
then i loops back to beginning where shes on the counter in pink waitress outfit
I know what the error is.
It will be gone in the next update.
I play tested that it should of worked.
Did it loop back if you saved or does it just loop back?
 

Goodthrust

Member
Oct 26, 2017
295
449
267
I know what the error is.
It will be gone in the next update.
I play tested that it should of worked.
Did it loop back if you saved or does it just loop back?
always starts at begining of update on counter in pink outfit
P.S LOve the humor in the game. makes it so much fun to play !
 

RustyV

Conversation Conqueror
Game Developer
Dec 30, 2017
7,425
38,179
891
Okay you're not really missing anything at that point.
I'm merging Chapter 5 with Chapter 4 when Dee is asking if Tony is all right.
Save when Dee is on the phone with Jimmy.
Glad you like the humor.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,424
279,980
957
No shit! Still doesn't explain the why...
Why? Then ask the dev since that is what the dev named the file names, MND 4 v1.0, MND 3 v1.0, MND 2 v1.0, MND 1 v1.0......not my game, not my naming scheme.

You can even see from the user's error log above from the full version which it says the same...

v4.3 ..

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

While running game code:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

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

Full traceback:
  File "game/script.rpy", line 6459, in script
    scene topless_beach_estella_car with pause (0.5)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\ast.py", line 1385, in execute
    paired = renpy.python.py_eval(self.paired)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\MND\MND_4-1.0-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 6459, in <module>
    scene topless_beach_estella_car with pause (0.5)
NameError: name 'pause' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
MND_4 1.0
Tue Oct 14 01:26:56 2025
```
Windows-8-6.2.9200
Ren'Py 7.3.5.606
MND_4 1.0
Tue Oct 14 01:26:56 2025
 
Last edited:
  • Like
  • Haha
Reactions: rnzn and m823543

Saint Blackmoor

It's Symbolic Of Course
Donor
Oct 26, 2017
7,075
21,073
960
I'll keep your suggestion in mind when I work on the dialogue for Chapter 5.
:unsure: Thanks... what was the suggestion? It was just meant to be humorous. But, yeah, use it if you like.
Dee could have a nightmare, where she gets a glimpse of a possible future. She could get Scrooged. :love:
 

doccop63

Engaged Member
Oct 16, 2022
2,939
4,058
387
This isn't a 70's porn, sex is a part of the game. Mostly this game is the story of Dee becoming an independent young woman.
OhWee pointed out that I do have too much dialogue to sex ratio for some players. But I like plot and character development.
I do this for fun, and I do this alone, no team.
The animation could be cleaner, it's something I'm working to improve.
Quit explaining yourself to these critical "critics." You're doing well. If you Weren't, this game would be done & the thread shut down.
 

Envoye

Member
Jul 12, 2021
364
370
186
Do you have to download each Chapter separately or are the first chapters implemented in 4?
 
2.80 star(s) 23 Votes