Recommending NTR, netorare, cuckold - resources, discussion, development

5.00 star(s) 6 Votes

Animefan_09

Well-Known Member
Sep 13, 2017
1,541
1,019
Does google not work with Mtool anymore? I just used it on the Fate DS game and the only free option avalaible was Bing
 

Animefan_09

Well-Known Member
Sep 13, 2017
1,541
1,019
did it got updated? is there a thread for that game here?
There is link here, or in the SAO game thread, and yes it got updated, aparently pretty good according to some, now i just wish i could somethign better than bing xD (so far good but at least i knew google many weird quirks when translating some words or phrases)

EDIT: mega link above, password is in the previous post
 

VermillioN

Active Member
May 4, 2017
711
970
There is link here, or in the SAO game thread, and yes it got updated, aparently pretty good according to some, now i just wish i could somethign better than bing xD (so far good but at least i knew google many weird quirks when translating some words or phrases)

EDIT: mega link above, password is in the previous post
Wasn't 1.5 released a while ago? I remember playing it
 

VermillioN

Active Member
May 4, 2017
711
970
1691497682048.png
My game is freezing on this screen on the fate game, can still hear the pause menu buttons does anyone know to fix this or have a save after this scene?
 

andybc

Member
Oct 2, 2020
146
377
Idk why people are saying the Fate game is good. Corruption is immediate, scenes are inconsistent. The sound is also very bad, most scenes don't have sound, some have a 0.5 s loop that gets annoying fast. Nowhere close to the SAO game.
 

Animefan_09

Well-Known Member
Sep 13, 2017
1,541
1,019
Idk why people are saying the Fate game is good. Corruption is immediate, scenes are inconsistent. The sound is also very bad, most scenes don't have sound, some have a 0.5 s loop that gets annoying fast. Nowhere close to the SAO game.
Yeah, well i think for a first try is good enough, it has good ideas for some scenes and plot, as for the corruption yeah is fast but aparently the MC (Shirou) was in a coma for weeks, that is when the corruption is supposed to have happened.

And of course is not as good as Fujino's SAO xD, is closer to Fujino's Nero game in quality i think, fujino still makes better maps and animations through.
 
  • Like
Reactions: NickFn092

jowishg

Yare yare dawa (ง •̀_•́)ง
Donor
May 6, 2018
2,505
4,317
Idk why people are saying the Fate game is good. Corruption is immediate, scenes are inconsistent. The sound is also very bad, most scenes don't have sound, some have a 0.5 s loop that gets annoying fast. Nowhere close to the SAO game.
Yeah, Rin is a slut from the start, game is bugged, animations don't have proper sound sometimes, some models look weird. The only good thing is the mystery NTR but there is no build up and there are like three lines of dialogue per scene.
 
  • Like
Reactions: Animefan_09

Prettz

Newbie
Jul 26, 2020
61
100
Does google not work with Mtool anymore? I just used it on the Fate DS game and the only free option avalaible was Bing
first Mtool updated with the google option saying temporarily disabled but the updated after that the option was completely gone. think the Dev said the API was haveing problems but never clearly answers if it will come back. :(
 
  • Sad
Reactions: Animefan_09

Vexing Goldfish

New Member
Jul 28, 2020
1
0
Do any of y'all know how to fix this issue? Sorry i'm new to rpgmaker stuffs

"Failed to load
img/tilesets/SF_Inside_B%E5%8A%A0%E5%B7%A5.png"
 

melantha

Member
Jan 21, 2019
183
389
Do any of y'all know how to fix this issue? Sorry i'm new to rpgmaker stuffs

"Failed to load
img/tilesets/SF_Inside_B%E5%8A%A0%E5%B7%A5.png"
looks like need to extract zip in JP context
see:

you'll need to extract it with JP unzip.
some recommend bandizip.

I dont use it though, I just 7-zip and extract with a bat file like this

extractJP.bat
Code:
"C:\Program Files\7-Zip\7z.exe" x -mcp=932 <filename.zip>
pause
ofc changing <filename.zip> and your possible 7z installation
 

Ka1E1

Newbie
Aug 5, 2020
87
60
looks like need to extract zip in JP context
see:
Well that was problem I run into too, but I think that is not the only issue. RPGMaker is looking for a file with name "SF_Inside_B%E5%8A%A0%E5%B7%A5.png" which don't exists. So even with correct filenames it don't find it - obviously, because this name is handled incorrectly inside RPGMaker.
It probably needs locale emulator, or setting locale to Chinese.

A question - Will JP codepage work for Chinese game filenames? Does anybody know correct codepage number for this file?
 

melantha

Member
Jan 21, 2019
183
389
View attachment 2836277
My game is freezing on this screen on the fate game, can still hear the pause menu buttons does anyone know to fix this or have a save after this scene?
try press spacebar, it actually progresses animation, but you need to wait for it, but you can't see it because it's covered

Well that was problem I run into too, but I think that is not the only issue. RPGMaker is looking for a file with name "SF_Inside_B%E5%8A%A0%E5%B7%A5.png" which don't exists. So even with correct filenames it don't find it - obviously, because this name is handled incorrectly inside RPGMaker.
It probably needs locale emulator, or setting locale to Chinese.

A question - Will JP codepage work for Chinese game filenames? Does anybody know correct codepage number for this file?

if it has chinese character encoding instead of japanese, here's the extract bat
this gets rid of the file not found thing
if it asks for password, "paste" in command line is actually right-click. so copy the password, right click into the command line, and enter

Code:
"C:\Program Files\7-Zip\7z.exe" x -mcp=936 "<filename.zip>"
pause
japanese encoding = -mcp=932
chinese encoding = -mcp=936
 
  • Like
Reactions: Ka1E1 and Earlie

Ka1E1

Newbie
Aug 5, 2020
87
60
Code:
"C:\Program Files\7-Zip\7z.exe" x -mcp=936 "<filename.zip>"
pause
japanese encoding = -mcp=932
chinese encoding = -mcp=936
OK, I can confirm that unpacking with 7-zip with mcp=936 option solved that problem for me.
Thank you very much (y)
 
5.00 star(s) 6 Votes