It is (from my experience):What do 2,3 and 4 wish?
1: your skill in fondling
2: your skill in oral
3: your skill in penetration
4: your stamina
It is (from my experience):What do 2,3 and 4 wish?
You won't really get fan ports of Unity games, and Bousoft doesn't make Android versions.Is there a port for android?
Well that is to be expected tbh, thanks thoYou won't really get fan ports of Unity games, and Bousoft doesn't make Android versions.
Last few times it all wasn't working was due to the file address. One from Russian characters being in there, and one from the address probably being too long.I can't get the translation working...
Could be the same as above. If not try Japanese locale,...the sisters graphics go blank.
YES, it works with Locale Emulator and run the .exe file in japanese as Admin.Could be the same as above. If not try Japanese locale,You must be registered to see the linksand/or actually switching.
YES, it works with Locale Emulator and run the .exe file in japanese as Admin.
But How!? when the game runs just fine and shows everything when i dont use the "all unlocked" save file and Locale Emulator.
I don't get how that should be possible only that the save file uses another version of the game and thus addresses the images wrong.
I even changed the clothes and everything in the "all unlocked" save file back to standard and even those don't show up.
Look into the pictures attached, pressing New Game shows the images, pressing Continue and loading the save the images are gone.
Im a programmer and IT-specialist myself and don't get it, other than the coding of this game is garbage.
btw
another thing that came up now that the "all unlocked" save file is running. i changed her clothes and the next day after saving, the clothes are back again to the save files set standard. do I really have to dress her up again every day or is this just a bug (again) ?
If you are using the save i uploaded, that is from the last version. The only i can tell you, if im not use any locale emulator, because i already have the jap characters support enable in my windows. But i remember in some past version of the game, i had some similar problems to yours. I dont remember how i fixed, but i remember was something about the dlc files. Try to download the free dlc from the ci-en website, and the paid from here, copy and overwrites all you have in the DRESS folder. One one thing, even if you use an locale emulator or have, like me, the location enable in windows, some games have problems if the game folder name is in japanese. I let you an screenshot of my DRESS folder so you can see how many files and size have. Sorry for my bad english.YES, it works with Locale Emulator and run the .exe file in japanese as Admin.
But How!? when the game runs just fine and shows everything when i dont use the "all unlocked" save file and Locale Emulator.
I don't get how that should be possible only that the save file uses another version of the game and thus addresses the images wrong.
I even changed the clothes and everything in the "all unlocked" save file back to standard and even those don't show up.
Look into the pictures attached, pressing New Game shows the images, pressing Continue and loading the save the images are gone.
Im a programmer and IT-specialist myself and don't get it, other than the coding of this game is garbage.
btw
another thing that came up now that the "all unlocked" save file is running. i changed her clothes and the next day after saving, the clothes are back again to the save files set standard. do I really have to dress her up again every day or is this just a bug (again) ?
To uncensored, you need DumbRendererDemosaic.dll in plugins folder in BepInEx. Upload the log here. You can also activate the console in BepInEx.cfg so you can see what are happening while you are running the game.I can't get the translation working. I applied Tapioca Patch, pressed alt+t and the game is still fully in Japanese. I searched the thread for solution to this but it seems like I'm either blind or no one had this problem before. Please help. Thanks in advance.
Edit: bepinex does create a logoutput file, so it works, but none of the xunity.autotranslator hotkeys do. Also the game appears to be censored.
As you can see on this screenshot, most of the text is in Japanese and the dick is pixelated.
Activate the console log output in BepInEx.cfg to see what happens when you see the graphics issue.YES, it works with Locale Emulator and run the .exe file in japanese as Admin.
But How!? when the game runs just fine and shows everything when i dont use the "all unlocked" save file and Locale Emulator.
I don't get how that should be possible only that the save file uses another version of the game and thus addresses the images wrong.
I even changed the clothes and everything in the "all unlocked" save file back to standard and even those don't show up.
Look into the pictures attached, pressing New Game shows the images, pressing Continue and loading the save the images are gone.
Im a programmer and IT-specialist myself and don't get it, other than the coding of this game is garbage.
btw
another thing that came up now that the "all unlocked" save file is running. i changed her clothes and the next day after saving, the clothes are back again to the save files set standard. do I really have to dress her up again every day or is this just a bug (again) ?
Not using any dll, just downloaded the version from page 1 and save file from page 31.If you are using the save i uploaded, that is from the last version. The only i can tell you, if im not use any locale emulator, because i already have the jap characters support enable in my windows. But i remember in some past version of the game, i had some similar problems to yours. I dont remember how i fixed, but i remember was something about the dlc files. Try to download the free dlc from the ci-en website, and the paid from here, copy and overwrites all you have in the DRESS folder. One one thing, even if you use an locale emulator or have, like me, the location enable in windows, some games have problems if the game folder name is in japanese. I let you an screenshot of my DRESS folder so you can see how many files and size have. Sorry for my bad english.
Not at all. File paths are text, after all.I dont know man, like i said the games programming with the regional stuff would be logic if it was about the text and if i had gotten any bugs in this matter, but loading pictures in shouldn't be a problem, thats just poorly coded.
No, it would be better to tell newcomers to change their locale to Japanese if they want to play Japanese games. Locale emulators don't work with all games and programs, encouraging their use only raises the chance someone will ask "why doesn't it work even though I followed all the instructions".For newcomers, it would be better to upload a fully working right from the start version to main page 1 including the Locale Emulator and explaining why this is needed, rather than going through all the pages here and figuring out how to and what and where and all.
You probably never coded? Coding is always in english, there is no japanese only coding. If that weren't the case, that would mean locale could break anything, the game wouldn't load at all if the locale wasn't the right one it was coded in. Doesn't matter if filepath is Kanji/Katakana or god knows what language. As seen in the log at the end, the code isn't clean and Unity is reporting problems with parent arguments not correctly set.Not at all. File paths are text, after all.
No, it would be better to tell newcomers to change their locale to Japanese if they want to play Japanese games. Locale emulators don't work with all games and programs, encouraging their use only raises the chance someone will ask "why doesn't it work even though I followed all the instructions".
No, strings are text. A file path is a string. They can be ANY kind of text (save for reserved keywords/characters), even emojis if you're using unicode. Which is why you can name a folder "" (ironically this forum doesn't seem to support them) in Windows 10. Code is binary either way, not English nor Japanese.You probably never coded? Coding is always in english, there is no japanese only coding. If that weren't the case, that would mean locale could break anything, the game wouldn't load at all if the locale wasn't the right one it was coded in. Doesn't matter if filepath is Kanji/Katakana or god knows what language.
I dont know what can happens, but i see in your log, the saves names are not in japanese. Also im using a newer BepInEx version.Not using any dll, just downloaded the version from page 1 and save file from page 31.
All DLCs installed, have the exact same amount 537 files.
I dont know man, like i said the games programming with the regional stuff would be logic if it was about the text and if i had gotten any bugs in this matter, but loading pictures in shouldn't be a problem, thats just poorly coded.
For newcomers, it would be better to upload a fully working right from the start version to main page 1 including the Locale Emulator and explaining why this is needed, rather than going through all the pages here and figuring out how to and what and where and all.
Logfiles attached, with and without using Locale Emulator, but cant fully screenshot it because too long (it does repeat itself with the errors and resets).
Did the beginning and the end of it.
I uploaded my game folder with all working. Try it. But i think your problem is something about unicode.Not using any dll, just downloaded the version from page 1 and save file from page 31.
All DLCs installed, have the exact same amount 537 files.
I dont know man, like i said the games programming with the regional stuff would be logic if it was about the text and if i had gotten any bugs in this matter, but loading pictures in shouldn't be a problem, thats just poorly coded.
For newcomers, it would be better to upload a fully working right from the start version to main page 1 including the Locale Emulator and explaining why this is needed, rather than going through all the pages here and figuring out how to and what and where and all.
Logfiles attached, with and without using Locale Emulator, but cant fully screenshot it because too long (it does repeat itself with the errors and resets).
Did the beginning and the end of it.