Excalidrawer

New Member
Mar 11, 2020
1
0
I tried running this on Linux but I get the following error as soon as I choose "New game". I tried with `nwjs-v0.82.0-linux-x64` and `nwjs-v0.59.1-linux-x64`

1704476320148.png

Text for indexing
> TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Escuro

Member
Dec 11, 2019
120
160
Considering the choice for normal mode was to see a more gradual change, I didn't expect the very second enemy in the game to be potentially able to bend over and rail Elise. She just doesn't wear a thing under that skirt, huh?

Anyway, is "resist" chance based at all, or is it literally the Yes / No option it is presented as? Because as neat as the art is, it's kinda boring when the corruption is fully and utterly in my control. I had hoped for stages. Like, gets grabbed, resists, fails, her underwear is taken off. Second time, resists, fails, gets fucked. Third time, resists, fails, get creampied.

Not just a static "You wanna see her get railed, boss?"

Still great art, though.
 

NanoRein

New Member
Nov 29, 2018
14
19
I tried running this on Linux but I get the following error as soon as I choose "New game". I tried with `nwjs-v0.82.0-linux-x64` and `nwjs-v0.59.1-linux-x64`

View attachment 3235220

Text for indexing
> TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.

You don't have permission to view the spoiler content. Log in or register now.
I got the same error as well, in www/js/rpg_window.js change the lines between 173-177 with this:

JavaScript:
Window_Base.prototype.textColor = function(n) {
    if (n == null) {
        return this.windowskin.getPixel(0, 0);
    }   
    var px = 96 + (n % 8) * 12 + 6;
    var py = 144 + Math.floor(n / 8) * 12 + 6;
    return this.windowskin.getPixel(px, py);
};
I haven't delved enough to figure out the exact issue but it seems to work.
 
Aug 14, 2023
27
10
I have question for people who played hundreds of rpgm games, is the first town theme with balalaika stock rpgm soundtrack or its added by dev?
 

Koorwa

Newbie
Jul 18, 2021
46
14
View attachment 1391284 View attachment 1391285 View attachment 1391286 View attachment 1391287

I`m not Japan, but this morning I tried to uncensor this game as good as I (well, DeepCreamPy actually) could. The result is not perfect (somewhere better, somewhere worse), but in my opinion it is still better than the original squares. I built the image (mega) with the uncensored scenes, but I only checked actual gameplay up to the first scene with the bandits.

Edited: no need to load whole game, here is the . Just copy files to /www/img/pictures/.

am i doing something wrong? its not working when i copy pasted it tho

edit: Nvm figured out that you have to convert the files into png
 
Last edited:
  • Like
Reactions: tdree

tdree

Member
Nov 16, 2017
217
3,121
am i doing something wrong? its not working when i copy pasted it tho

edit: Nvm figured out that you have to convert the files into png
Hey. I dont even remember how exactly it worked, but as far as I can recall I had to just copy files in corresponding folder... Anyway glad you figured it out!
 
2.90 star(s) 11 Votes