- Aug 8, 2017
- 24,196
- 16,648
To many players are trying to copy over save games from chapter 1 to chapter 2 on wrong info.That's what I did and had no problems with it, not sure why so many people are having problems.
To many players are trying to copy over save games from chapter 1 to chapter 2 on wrong info.That's what I did and had no problems with it, not sure why so many people are having problems.
Well i downloaded both chapters and the saves you posted for chapter 1, played the ending of chapter 1 and then went and played chapter 2 start a new game and that's all you need to do , no copy and paste save into chapter 2 folder.To many players are trying to copy over save games from chapter 1 to chapter 2 on wrong info.
Yep that is it, thats all you got to do.Well i downloaded both chapters and the saves you posted for chapter 1, played the ending of chapter 1 and then went and played chapter 2, that's all you need to do really.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day13_00.rpy", line 7158, in script
File "game/day13_00.rpy", line 7158, in <module>
NameError: name 'v_images_unlocked' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day13_00.rpy", line 7158, in script
File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\ast.py", line 1656, in execute
if renpy.python.py_eval(condition):
File "E:\Program Files (x86)\Flag\dmd\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/day13_00.rpy", line 7158, in <module>
NameError: name 'v_images_unlocked' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.15
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day13_00.rpy", line 7177, in script
ScriptError: could not find label 'lb_day14_endch1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day13_00.rpy", line 7177, in script
File "E:\Program Files (x86)\ Flag\dmd\renpy\ast.py", line 1527, in execute
rv = renpy.game.script.lookup(target)
File "E:\Program Files (x86)\Flag\dmd\renpy\script.py", line 858, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'lb_day14_endch1'.
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
DMD Chapter 2 0.15
No chapter 2 is a totally new game and is stand alone.Probably a stupid question, but am I supposed to be extracting chapter 2 into same folder with chapter 1? If I do I get a script error when I try to load my save game using the old or new .exe file. Save is right before I hit the airport. Get the following errors after talking to lady at airport:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13_00.rpy", line 7158, in script File "game/day13_00.rpy", line 7158, in <module> NameError: name 'v_images_unlocked' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13_00.rpy", line 7158, in script File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\ast.py", line 1656, in execute if renpy.python.py_eval(condition): File "E:\Program Files (x86)\Flag\dmd\renpy\python.py", line 1749, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\python.py", line 1743, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/day13_00.rpy", line 7158, in <module> NameError: name 'v_images_unlocked' is not defined Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 DMD Chapter 2 0.15
I can ignore that one, but then when it gets to the end of chapter one:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13_00.rpy", line 7177, in script ScriptError: could not find label 'lb_day14_endch1'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13_00.rpy", line 7177, in script File "E:\Program Files (x86)\ Flag\dmd\renpy\ast.py", line 1527, in execute rv = renpy.game.script.lookup(target) File "E:\Program Files (x86)\Flag\dmd\renpy\script.py", line 858, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'lb_day14_endch1'. Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 DMD Chapter 2 0.15
Sounds like a computer problem or anti virus problem and not game problem.Hmm, something is wrong with savegame copying for me. I played through v14 until the end, the game created the the 3 chapter02X.dmdgame files in AppData like its supposed to, and chapter 2 is reading "something" because the tochap2x variables are initialized. Its just that they are not initialized correctly. Something on my PC seems to screw with it.
Winner of the 2017 award for Most Appropriate User Name.Probably a stupid question, but am I supposed to be extracting chapter 2 into same folder with chapter 1? If I do I get a script error when I try to load my save game using the old or new .exe file. Save is right before I hit the airport. Get the following errors after talking to lady at airport:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13_00.rpy", line 7158, in script File "game/day13_00.rpy", line 7158, in <module> NameError: name 'v_images_unlocked' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13_00.rpy", line 7158, in script File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\ast.py", line 1656, in execute if renpy.python.py_eval(condition): File "E:\Program Files (x86)\Flag\dmd\renpy\python.py", line 1749, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Program Files (x86)\Flag\lbk\dmd\renpy\python.py", line 1743, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/day13_00.rpy", line 7158, in <module> NameError: name 'v_images_unlocked' is not defined Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 DMD Chapter 2 0.15
I can ignore that one, but then when it gets to the end of chapter one:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13_00.rpy", line 7177, in script ScriptError: could not find label 'lb_day14_endch1'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13_00.rpy", line 7177, in script File "E:\Program Files (x86)\ Flag\dmd\renpy\ast.py", line 1527, in execute rv = renpy.game.script.lookup(target) File "E:\Program Files (x86)\Flag\dmd\renpy\script.py", line 858, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'lb_day14_endch1'. Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 DMD Chapter 2 0.15
Okay, played through to the pink screen and all that, even hit main menu, but now when I got to the chapter 2 folder I get the "p corruptnone_idle" message. I assume this means it can't find my saves. I swear, despite evidence to the contrary, that I'm not retarded.No chapter 2 is a totally new game and is stand alone.
You just need to finish chapter 1 v14 and go all the way to the end then just start up chapter 2 and start a new game and it will update chapter 2 with the info from chapter 1.
Can you open chapter 2 and look in the save game area and see if you have save games there.Okay, played through to the pink screen and all that, even hit main menu, but now when I got to the chapter 2 folder I get the "p corruptnone_idle" message. I assume this means it can't find my saves. I swear, despite evidence to the contrary, that I'm not retarded.
That is a bug and there is a fix for it, you should take her to the hotel room instead for the sex scenes you get anyway.Anyone else not able to get past the "Plans for tomorrow" part if you drive her home and do the virtual call?
I just have the three options and all of them say "We've already talked about this" and it won't go any further.
Ah ok, Yeah I just wanted to try both routes. There is a fix you say? What's that?That is a bug and there is a fix for it, you should take her to the hotel room instead for the sex scenes you get anyway.
I am not going to go look for it so here it is.
DMDV.015-PATCH.zip in my post above.Ah ok, Yeah I just wanted to try both routes. There is a fix you say? What's that?
Well for all people.Guys, I played ch2. And this game really has ped0 look and feel. Flat chested girl, no pubic hair, visible from angle showing us that we are way taller. Just no, playing this game I felt like I screwed underage girl. Not for me... (uwatch)
EDIT: And non-womanly body proportions.
Thanks for that praise :happyblushThanks, you did a great job. Did a quick check and seems to do as promised. I wasn't able to go above 99 > points though on LP/FP - was it intended?
Flawless and very nicely integrated.