3.30 star(s) 3 Votes
  • To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

forbidden101v

The Hentai Witcher
Modder
Jun 2, 2018
800
7,165
IIRC there's a prequel, or something along those lines. Similar art style, also with dog(s), but I just can't seem to find it. Can somebody help me out? ^^
Im guessing something from this list. I'd be careful with these downloads though. No guarantee if they r safe. Here's the link to the list of his earlier works as I couldnt find some of em on dlsite.
 

dsconstructor

Member
Modder
Sep 26, 2017
416
724
Honestly I wish I did this but I can't code in actionscript worth a damn sadly.
This was a pretty easy one;
first in "en.html" find the swf entrypoint "<param name="movie" value="deaiken.swf" />" also worthy of note it sets the language here "FlashVars="kotoba=en""
then using FFDecompile open deaiken.swf and go to scripts->frame 1->DoAction
Code:
_level0.kotoba = "en"; <- added this line to hardcode english and stop it from failing due to missing language variable
if(_level0.kotoba != undefined)
 

Deleted member 237267

Active Member
Oct 8, 2017
666
210
I fixed the issue of unable to get past the first part by running my own webserver, also this way the text in the game is now being displayed. Any flash fixes listed here did not work for me.


Looks like some people have gotten it to run fine under IE, you can try that first.

If you have python installed run 'python -m http.server 9020' inside the files folder than go to (You might have to replace en.html with the one in zip if characters are messed up)

If not download my fixes at and extract them into the files folder and run main.exe (main.go is source code if you want to compile it yourself) then go to


If the game window is too small you can edit en.html where it says 'width="1000" height="600"' or using the Inspect tool in your browser.
I tried your fix and extracted it to the files folder, but the game still can't run past the elevator scene
 

forbidden101v

The Hentai Witcher
Modder
Jun 2, 2018
800
7,165
This was a pretty easy one;
first in "en.html" find the swf entrypoint "<param name="movie" value="deaiken.swf" />" also worthy of note it sets the language here "FlashVars="kotoba=en""
then using FFDecompile open deaiken.swf and go to scripts->frame 1->DoAction
Code:
_level0.kotoba = "en"; <- added this line to hardcode english and stop it from failing due to missing language variable
if(_level0.kotoba != undefined)
So I was looking in the right area but I had no clue what I was doing. Welp at least I learned something today.
 

Splatter_1

Member
Mar 30, 2018
172
124
I am sorry, but until this "just works" I will not bother with "making it work" I spent 20 min fucking with settings and shit just don't work right. Tried ALL of the "fixes" running Edge Explorer Firefox, added to advanced setting in flash ect... same outcome. Going to wash my hands of this and not look back. Sorry.
 

UNDS9

Newbie
Dec 12, 2017
15
25
I am sorry, but until this "just works" I will not bother with "making it work" I spent 20 min fucking with settings and shit just don't work right. Tried ALL of the "fixes" running Edge Explorer Firefox, added to advanced setting in flash ect... same outcome. Going to wash my hands of this and not look back. Sorry.
Try
or (make sure to run the webserver via python or main.exe if IE does not work)

I'm sure if you follow the steps you should get it working in a minute, the only issue you should face would be if chrome was blocking flash and it did not ask you if you would like to run.
 

Jeepster

Active Member
Apr 17, 2018
669
410
Stuck at her walking away... after i guess it was the office scene. She gets up and walks forever.. :( at very beginning.

After a bit of reading -- it works thanks all :)
 

Aurorasix

New Member
Jun 19, 2018
1
0
I fixed the issue of unable to get past the first part by running my own webserver, also this way the text in the game is now being displayed. Any flash fixes listed here did not work for me.


Looks like some people have gotten it to run fine under IE, you can try that first.

If you have python installed run 'python -m http.server 9020' inside the files folder than go to (You might have to replace en.html with the one in zip if characters are messed up)

If not download my fixes at and extract them into the files folder and run main.exe (main.go is source code if you want to compile it yourself) then go to


If the game window is too small you can edit en.html where it says 'width="1000" height="600"' or using the Inspect tool in your browser.
Managed to make it work in Chrome. I'm not actually sure how. downloaded the file from this comment, but after that failed I went to the general security page in flash settings again per the instructions in the red text. I allowed the folder via the path copied and pasted from the index.html properties, then left the page open after hitting confirm. Somehow that made it work.
 

Robert Soos

New Member
Mar 14, 2018
10
14
Im guessing something from this list. I'd be careful with these downloads though. No guarantee if they r safe. Here's the link to the list of his earlier works as I couldnt find some of em on dlsite.
You rock, it's there (though chrome won't download it, because it doesn't like it) :'D
 

Mattia.Heron

Member
Mar 19, 2018
126
163
Ill have a look at the swf files in a decompiler, if i can fix it ill send it back to op and it can be updated. been looking for these dog games from this dev for ages, if you can get a hold of any others please do!




Edit: So after looking at it, sometimes the creators kinda hope people will uncensor it so they leave certain sprites removable but not this time :( sorry guys its baked into each frame.
fucking stupid laws.
 

2foldtr8or

Newbie
Aug 15, 2018
23
19
I fixed the issue of unable to get past the first part by running my own webserver, also this way the text in the game is now being displayed. Any flash fixes listed here did not work for me.


Looks like some people have gotten it to run fine under IE, you can try that first.

If you have python installed run 'python -m http.server 9020' inside the files folder than go to (You might have to replace en.html with the one in zip if characters are messed up)

If not download my fixes at and extract them into the files folder and run main.exe (main.go is source code if you want to compile it yourself) then go to


If the game window is too small you can edit en.html where it says 'width="1000" height="600"' or using the Inspect tool in your browser.
So I downloaded your fix and tried running main.exe, and the Command Prompt-like screen came up telling me to go to . How exactly do I "go" to this location?
 

Mattia.Heron

Member
Mar 19, 2018
126
163
So I downloaded your fix and tried running main.exe, and the Command Prompt-like screen came up telling me to go to . How exactly do I "go" to this location?
Well you can open any browser up and type that in, its even clickable as a link, but id recommend just typing that into your internet browser
 

zulu354

Newbie
Oct 3, 2018
39
6
I like it. Took a while to make it running on IE, but once you got behind it (click and add the folder to trusted locations) it runned well on IE, not Firefox though.

What a pity it was so short...
 

BloodyRelight

Member
Aug 3, 2017
247
409
Here is how to get this working on ie. Launch the index html. enable flash if the prompt is up. Then when in game right click on the screen where the animation is occurring. click on global settings then advanced then trusted location settings. then click add folder and add the folder the game is in mine was called deaiken then confirm. Then you have to exit the game and start it up again. that is what fixed it for me.