pablo_max

Newbie
Oct 25, 2017
81
87
202
It's the first time MC has sex with them and get's Asha's power. He says now that he has more power, he can go meet that other chick. Then the two girls just start bouncing up and down. There are also no screen actions possible. It requires me to close the game completely. I put the save here, but i changed the name to .save.
I checked your code and found the issue.
In the console, we see:
$gameMessage._texts (3) ['\\N[001]:', '<Damn... Not sure what happened, but maybe I can', 'use this power to beat Arianna!>'] $gameMap._interpreter._index
551
$gameMap._interpreter._index 20 (20 is where we are stuck)


What I think is the problem
  1. Conditional Branch Code 111: The event has a conditional branch (code: 111) with parameters [1,13,0,2,0] that's not properly closed.
  2. Missing Conditional End: There should be a corresponding code: 411 (Conditional Branch End) to close this conditional, but it appears to be missing or misplaced.
  3. Interpreter State: The console shows the interpreter is stuck at index 20, which corresponds to the conditional branch that never properly terminates.
You need to add the missing conditional branch end. Here's what needs to be corrected in the event:

Code:
// Find this line in the event:
{"code":111,"indent":0,"parameters":[1,13,0,2,0]},

// And ensure it has a proper closing:
{"code":411,"indent":0,"parameters":[]},
At least I was able to progress after that.
 
  • Like
Reactions: PerfectPosition

Jnx

Active Member
Jun 6, 2017
809
4,186
489
Every time I TRY to play this game I'm forced to remember how buggy it is.
So many sequence breaks that happen just by following what the game tells you to do.
Hopefully this time I don't get softlocked to oblivion but my god. RPGM needs to die in a fire.
 

Count Morado

Fragrant Asshole
Donor
Respected User
Jan 21, 2022
11,798
23,069
913
Every time I TRY to play this game I'm forced to remember how buggy it is.
So many sequence breaks that happen just by following what the game tells you to do.
Hopefully this time I don't get softlocked to oblivion but my god. RPGM needs to die in a fire.
No one else is reporting these problems. Just you.
 
  • Like
Reactions: brayet

BloodBanger

Member
Aug 20, 2024
151
91
97
Hey everyone, well i tried to load my save file and i'm getting error regarding failed to load img file... Just wanna know if prev save file works fine with this new update?
1753626384093.png
 
  • Like
Reactions: YoungMommyy69

Count Morado

Fragrant Asshole
Donor
Respected User
Jan 21, 2022
11,798
23,069
913
idk prev version i guess its been a year i played this one, probably v0.06?
If you finished v0 06 (Brenda's story) - just select play, choose start at the beginning of other version and select v0.06.5a (family update).
If you need to change Jon's name, use the change name item in inventory or buy at Sal's Market.
 

46n2

Member
Jun 29, 2021
458
1,185
153
Alrighty then… I’m ready for some therapy.

Ozzy and Hulk Hogan meet the true undertaker in the same damn week, I could use a nice extended pillow session on a couch.


Thanks for being there, Demon Deals ; )
 

Zakko

Lead Developer of Demon Deals
Game Developer
Jun 4, 2017
457
6,933
695
Demon Deals version 0.07a has been released!

This is a bugfix patch, and likely the last patch for this version.

The full downloads for PC, MacOS and Linux have been updated. A patch on its own, instead of the full download, can be downloaded and applied to any v0.07 version (v0.07 BETA/Public), upgrading it to v0.07a. That means the patch does not work for v0.06.5 and below, and will break your game if attempted. For mobile, you just download the .apk and install it like normal.

Thank you for all the bug reports!
 
Last edited:

negima

New Member
Apr 28, 2019
3
1
13
Excuse me, could someone tell me if I have reached the end of the version or if I still have a long way to go, because I get this message and I don't know if I should get a message saying that I can't continue until the next update.
 

XenonRedSun

New Member
Mar 10, 2024
11
12
89
Excuse me, could someone tell me if I have reached the end of the version or if I still have a long way to go, because I get this message and I don't know if I should get a message saying that I can't continue until the next update.
If in Main Story it says “if no other Quests, you've completed all current content” and we have no more side quests below, it means that you did all the quests that can be done until the last update.
 

I.S H

Member
Nov 29, 2020
147
288
114
Never thought I'd say this... but, by the time this game is completed, GTA VI will be out.
We usually use this joke the other way around, but damn... I'll be 40 at this rate. :LOL:
 
4.50 star(s) 207 Votes