WildCookie

Member
Sep 2, 2017
116
145
Readding encryption key has fixed this without having to augment the game code though..

View attachment 740069
I see you guys fixed it, cool! But since I was curious to understand the problem, I went to see the code. Maybe you guys have seen, tested and understood everything I'm about to say but, I think its a cool system so I'll share it. : P

There is a variable '0001 ON等于和谐OFF等于H' and when translating it to english, it becomes "ON equals harmony OFF equals H" (yandex) that defines if the game will be censored or uncensored.
It happens when we are selecting the language of the game at the beginning on the map named 开始, translating to "Here we go", the id is 019, so it's Map019. By the logic of the if statement used, it will verify if the images are encrypted (H version) or unencrypted (SFW version) and set the variable to ON if the images are unencrypted and OFF if the images are encrypted.
So as a proof of concept I decrypted all the images and ran the game and got it censored, put back the encrypted images and it got uncensored.

I got the first release and I think it had the images unencrypted so I played the SFW version for some time without knowing it but dropped because I thought the game was broken just like some other chinese translation releases. For example there is Dark Elf and The Heiress from ONEONE1 and Material Girl from Dieselmine published by SakuraGame, a dead name(?) or the inverse, and they became Paradise Project, warning to all, NEVER buy games from them, they fucked up two great games and never fixed them.
I still don't get the cracking part, I have many RPGMV games on my steam and I can play them without it being started and on other machines, would you mind telling me in a PM what got cracked in this case?

Yeah, this post is all over the place sorry hehe
 
Last edited:

Silentce

Quiet Eldritch Horror
Modder
Uploader
Jan 2, 2018
4,219
25,280
I see you guys fixed it, cool! But since I was curious to understand the problem, I went to see the code. Maybe you guys have seen, tested and understood everything I'm about to say but, I think its a cool system so I'll share it. : P

There is a variable '0001 ON等于和谐OFF等于H' and when translating it to english, it becomes "ON equals harmony OFF equals H" (yandex) that defines if the game will be censored or uncensored.
It happens when we are selecting the language of the game at the beginning on the map named 开始, translating to "Here we go", the id is 019, so it's Map019. By the logic of the if statement used, it will verify if the images are encrypted (H version) or unencrypted (SFW version) and set the variable to ON if the images are unencrypted and OFF if the images are encrypted.
So as a proof of concept I decrypted all the images and ran the game and got it censored, put back the encrypted images and it got uncensored.

I got the first release and I think it had the images unencrypted so I played the SFW version for some time without knowing it but dropped because I thought the game was broken just like some other chinese translation releases. For example there is Dark Elf and The Heiress from ONEONE1 and Material Girl from Dieselmine published by SakuraGame (not the same as the hentai translation group), a dead name(?) or the inverse, and they became Paradise Project, warning to all, NEVER buy games from them, they fucked up two great games and never fixed them.
I still don't get the cracking part, I have many RPGMV games on my steam and I can play them without it being started and on other machines, would you mind telling me in a PM what got cracked in this case?

Yeah, this post is all over the place sorry hehe
Interesting read. I knew about the variable and how it played a part in this but I didn't even see that the encryption was tied to censoring the images. Excellent find. I need to remember that in the future. As for the crack the How is unknown to me as I had another member work on it, but what was cracked was the DRM on the game it's called OrangeGreenworks. it is an RPGM MV plugin that integrates with Steams API.
 

Crazy_Chameleon

Active Member
Game Developer
Jun 1, 2019
517
988
This game is brilliant for one simple reason. It was not fan translated by someone in fluent in English. It was probably translated by cheap bad Japanese translators by the studio itself. Therefore the entire game is in "All your base are belong to us." I don't even care about the porn this game is just funny. As soon as the bandit leader said "Let me show you how horrible I am!" I knew I was in for a good time.
 

WildCookie

Member
Sep 2, 2017
116
145
Interesting read. I knew about the variable and how it played a part in this but I didn't even see that the encryption was tied to censoring the images. Excellent find. I need to remember that in the future. As for the crack the How is unknown to me as I had another member work on it, but what was cracked was the DRM on the game it's called OrangeGreenworks. it is an RPGM MV plugin that integrates with Steams API.
Interesting to know, I did a fast read about this plugin and it is mainly used to integrate steam for achievements (as far as I could tell from the git and the page listed on the plugin itself).
Do you know if and how I cant a copy of the files before it got cracked (can't buy it for now xD), I'd like to see how they integrate.
 

Silentce

Quiet Eldritch Horror
Modder
Uploader
Jan 2, 2018
4,219
25,280
Interesting to know, I did a fast read about this plugin and it is mainly used to integrate steam for achievements (as far as I could tell from the git and the page listed on the plugin itself).
Do you know if and how I cant a copy of the files before it got cracked (can't buy it for now xD), I'd like to see how they integrate.
I can try and see if the original files are still available. If not I can see if BaasB still has them.
 
  • Like
Reactions: WildCookie

betatest001

Member
Jun 15, 2017
246
111
might be stupid but would it be possible for a compressed version? my toaster is literally so shit I keep getting blue screen of death every time i try to run these well made RPGM games compared to the rushed shitty games. ive had this issue before multiple times and found that works better or lets me play a while longer before getting BSOD with compressed versions of games.
 

WildCookie

Member
Sep 2, 2017
116
145
I can try and see if the original files are still available. If not I can see if BaasB still has them.
Thanks!
Edit: Just tried it and messed with the files and now I see how it works. It's quite simple actually, just remove a condition from a js and the plugin is bypassed. This version you sent me works perfectly apparently, the H scenes show up and all (just played the intro). What is very curious is why the game.exe is bigger than the official exe shipped with RMGMV software, I replaced it and launches as usual.
 
Last edited:

YoloWarden

New Member
Jul 21, 2017
3
15
might be stupid but would it be possible for a compressed version? my toaster is literally so shit I keep getting blue screen of death every time i try to run these well made RPGM games compared to the rushed shitty games. ive had this issue before multiple times and found that works better or lets me play a while longer before getting BSOD with compressed versions of games.
Really? Just open your case and clean the memory sticks, might fix the bsod problems
 

Silentce

Quiet Eldritch Horror
Modder
Uploader
Jan 2, 2018
4,219
25,280
Thanks!
Edit: Just tried it and messed with the files and now I see how it works. It's quite simple actually, just remove a condition from a js and the plugin is bypassed. This version you sent me works perfectly apparently, the H scenes show up and all (just played the intro). What is very curious is why the game.exe is bigger than the official exe shipped with RMGMV software, I replaced it and launches as usual.
I think it is using nwjs instead of a game.exe executable. Also if you don't mind could you PM me the argument you adjusted? I am very curious as to what needed to be changed.
 

WildCookie

Member
Sep 2, 2017
116
145
I think it is using nwjs instead of a game.exe executable. Also if you don't mind could you PM me the argument you adjusted? I am very curious as to what needed to be changed.
I see, that's what I was thinking.
I would love to, but I can't send PMs since my captcha never shows up, I tried thanking you for the file but got a nono..

If that's not a problem, I can share it here. I also saw what BaasB changed in the maps events and I understand what he did but in my case I left everything just like original, only editing the single js file as BaasB also did.
 

Silentce

Quiet Eldritch Horror
Modder
Uploader
Jan 2, 2018
4,219
25,280
I see, that's what I was thinking.
I would love to, but I can't send PMs since my captcha never shows up, I tried thanking you for the file but got a nono..

If that's not a problem, I can share it here. I also saw what BaasB changed in the maps events and I understand what he did but in my case I left everything just like original, only editing the single js file as BaasB also did.
Nah don't need to really. It is probably better to keep it out of public forums in the event it gets back to the plugin developer and they patch it.
 

crzBlx

Newbie
Apr 4, 2018
22
8
Ok, so someone posted a save that fixes the issue EXCEPT that you don't get to see the 1st scene with the bandit. So instead, here's a different kind of fix:

Open the file located in game folder: www/js/rpg_objects.js

Find this line:

Game_Switches.prototype.value = function(switchId) {

and immediately after this line, ADD this code segment:

JavaScript:
    if (switchId == 1) {
        return false
    }
So that the final function looks like this:

JavaScript:
Game_Switches.prototype.value = function(switchId) {
    if (switchId == 1) {
        return false
    }
    return !!this._data[switchId];
};
This will now let you start a new game and see the 1st scene with the bandit leader in its uncensored full version.
The first scene is actually pretty long and also ties in to the story a bit.

Alternatively, here's my rpg_objects.js file I edited exactly as decribed above.

thanks for the help. almost erase this game if the scene still not show up
 

WildCookie

Member
Sep 2, 2017
116
145
Can't be sure this won't screw up your game, but the attached files speeds up combat while holding the okay (enter) key down.
Let me know if it breaks anything or even work for you.

EDIT: Or maybe I just can't attach a file anymore. Well seems like the internet breaking was what was keeping me from uploading. Give it a try (back up your files, really do I need to tell you this?)
Great idea to use this plugin! This is a must for this game since the battles are managed by a plugin now and not the native system. I don't think this will break the game because it works as a complement to the new battle system, and at the point I am now, I did not see any dialog during battles.
 

Ion.TemUS

Active Member
Jun 8, 2017
742
804
So do I get this right? There basically is no ending? Like Im unsure. I beat the boss but she says something, turns the MC into herself and then Im back in town.

Have 2 save files here btw. One right before the boss [Save 6] (you can teleport from items > key item > teleport's book into the first town and go into the stone building with the stone door in the left middle to access an almost complete CG room (I couldn't bring myself to do the incest stuff -.-)) and one right after the boss in town [Save 7].

If someone wants to figure out this shit and why there is seemingly no real ending, I personally can't be bothered, the way up the tower to the boss is so long I don't want to walk that just to figure out if I can fight her again....

EDIT: If anyone wants my opinion on the game: It's decent in the beginning, but very linear and cliche, the (F)MC is horny from the get go, so not much of a ease-in, the art is pretty good and the text reads a tiny bit better than your usual machine translation. But later on it becomes pretty "go from point A to B", the different storylines and side-paths all feel good till mid-way then they become boring and unsatisfying. All you're left to do is go through and see if you already fulfill the conditions for scene X or Y. There is a lot of wasted potential really. You get scenes with decent outfits, but none of the outfits are equipable, you can't view your characters look outside of scenes, etc. You know, the thing that differentiates a good from a medicore or below average h-game. Plus, It feels like this was a game that someone started with a lot of enthusiasm then just lost motivation half-way through. No satisfying endings or conclusions. (Really no ending at all for me, but see above for that).
 
Last edited:
Jun 11, 2018
266
321
So Long story short, there was a problem with the crack earlier but it was fixed. The patches are only needed if you for instance couldn't see the bandit scene at the beginning. If you can see Hentai it is working as expected and you should need nothing. If you didn't see the bandit scene and it instead said something about "After a fierce battle" and a black screen then you are on an older version and should either use the patch or use a newer download link.
Just so I got this straight, the bandit scene is where she agrees to disarm herself, strips down, and then he molests her, right? Because if that's what I was supposed to see then I'm good.
 

xellos49698

Member
Nov 4, 2017
337
332
"Go for a lot of guilt, equip emerald (basically makes you immortal), spam divine power.
No real reason to beat her though."

Is there any way to beat the goddess at the end beside going to H path? I was trying to do a light side ending first, before getting into the H scene and nothing I do can hurt the goddess.

I mean why make two paths, if at the end you have to be corrupted just to win? As for losing to the goddess I can't be hurt at level 20. Any suggestions?
 
3.40 star(s) 19 Votes