4.60 star(s) 10 Votes

Byorislav

Newbie
Jun 23, 2018
34
18
100
Not a bad game. Only negative things are the ridiculous looking penis of the player character and that the game is named "futanari coffee shop", but the only futa seems to be the player (unless i just havent seen any futa maids for hire yet). But then again, im not sure if more of these long and thin dicks would make the game better
The owner of the coffee shop is a futanari, hence the name futanari coffee shop
 

Mitsuko95

New Member
May 24, 2024
6
3
38
I think you could write a script to input default values and delete things in the save file. But I just compared the MC rows manually. If you have some time and do nothing wrong, you could do it without a skript.
So since the save file (cs_save_datas#*) a compressed .sd format you can't really read it from raw file. What i did try was to change the name to an actual compressed suffix on Linux like .gz then using unzip commmand on it. In attach files i mostly found everything of the game but since it was my old save some things were outdated or might be missing for the .5 save. idk if it's autoupdating from another file and rewriting with it. I have doubt that the added animations will be affected. I didn't read anything from the file actually referring them but the objects, clothes and menu items are written at the end of the file. Also you can cheat the game with modified speed value after decompressing the archive. You can change it pretty easily for all maids informations like hp cost and action speed. i would add that i wouldn't recommand doing it without a save cause it can be messed a lot. I think that if u do a blank save and put everything inside it'll work but not sure yet, in addition you need to compressed the file back if not the game won't find any save. Either someone else do a file or something to list all the skills present in game with a description and share it so every updates until maid skill reroll exist (I guess it goes from Lv1 to Lv5). Also interesting i think the "work" value means it's the program acting for you, "IsMaleCharater" might be interesting to interact with too. I don't know if i miss anything that i looked for (maybe you can lower the salary of maids). Since the game file is pretty huge i don't mind adding full save update when the game do. Sorry for the long post i look for quite a lot of things and i hope it helps people to keep their saves.
edit: as i'm thinking about it i might make a script for random hair colours or clothing (should not be long or too hard i would just need the list of them and that'll do everything). i would need either a full save on shop lvl 20. just to be sure i'm not missing anything but since the list might be complete in the file i might not need it.
 
Last edited:
  • Like
Reactions: Byorislav

Mitsuko95

New Member
May 24, 2024
6
3
38
So since the save file (cs_save_datas#*) a compressed .sd format you can't really read it from raw file. What i did try was to change the name to an actual compressed suffix on Linux like .gz then using unzip commmand on it. In attach files i mostly found everything of the game but since it was my old save some things were outdated or might be missing for the .5 save. idk if it's autoupdating from another file and rewriting with it. I have doubt that the added animations will be affected. I didn't read anything from the file actually referring them but the objects, clothes and menu items are written at the end of the file. Also you can cheat the game with modified speed value after decompressing the archive. You can change it pretty easily for all maids informations like hp cost and action speed. i would add that i wouldn't recommand doing it without a save cause it can be messed a lot. I think that if u do a blank save and put everything inside it'll work but not sure yet, in addition you need to compressed the file back if not the game won't find any save. Either someone else do a file or something to list all the skills present in game with a description and share it so every updates until maid skill reroll exist (I guess it goes from Lv1 to Lv5). Also interesting i think the "work" value means it's the program acting for you, "IsMaleCharater" might be interesting to interact with too. I don't know if i miss anything that i looked for (maybe you can lower the salary of maids). Since the game file is pretty huge i don't mind adding full save update when the game do. Sorry for the long post i look for quite a lot of things and i hope it helps people to keep their saves.
edit: as i'm thinking about it i might make a script for random hair colours or clothing (should not be long or too hard i would just need the list of them and that'll do everything). i would need either a full save on shop lvl 20. just to be sure i'm not missing anything but since the list might be complete in the file i might not need it.
So i achieve to make a sheet for saves it might not be perfect and will only work on .5 version. I don't know if later version will have the same layout (character file) because of customisation amount. Also i listed every items because i wanted to know what name they give them (clothes will help). I'm looking forward to someone making a shared space where we can update everything and create our own save with current version. From files there is commentary (after every // ) it is to help everyone succeed what they want to do for there save start and are to be deleted.
 

Jinpaku

Newbie
Mar 4, 2019
22
12
42
No. Placing any item is a huge pain.
Is there a way to get rid of the HORRIBLE inverted mouse controls?, this ain't a damn airplane game
Yea the actual gameplay of this game is horrendous and clearly designed for touch screens, super aggravating. from the camera control to performing an action to building the cafe, it's all terrible. shocked it even has keyboard shortcuts for anything

0.5 version makes old save data incompatible just for a customization change so it doesnt bode well for future updates.

Curse of trying to find gameplay H games i guess?
 
Sep 16, 2018
129
71
183
Yea the actual gameplay of this game is horrendous and clearly designed for touch screens, super aggravating. from the camera control to performing an action to building the cafe, it's all terrible. shocked it even has keyboard shortcuts for anything
Yes its all clunky as shit. i sure hope the game gets better in the future because my god its infuriating, its like an alien was in charge of programming the fucking camera
who uses inverted for a porn game???, urgh, cant even change the mouse sensitivity either, its super fast for me

0.5 version makes old save data incompatible just for a customization change so it doesnt bode well for future updates.
Oh well that's just fucking WONDERFUL, here I was waiting on 0.5 with my save that already has plenty of progress in
guess i'll wait until the game is complete or something!, i ain't going to start from scratch ever damn time
god damn
 
Sep 16, 2018
129
71
183
So since the save file (cs_save_datas#*) a compressed .sd format you can't really read it from raw file. What i did try was to change the name to an actual compressed suffix on Linux like .gz then using unzip commmand on it. In attach files i mostly found everything of the game but since it was my old save some things were outdated or might be missing for the .5 save. idk if it's autoupdating from another file and rewriting with it. I have doubt that the added animations will be affected. I didn't read anything from the file actually referring them but the objects, clothes and menu items are written at the end of the file. Also you can cheat the game with modified speed value after decompressing the archive. You can change it pretty easily for all maids informations like hp cost and action speed. i would add that i wouldn't recommand doing it without a save cause it can be messed a lot. I think that if u do a blank save and put everything inside it'll work but not sure yet, in addition you need to compressed the file back if not the game won't find any save. Either someone else do a file or something to list all the skills present in game with a description and share it so every updates until maid skill reroll exist (I guess it goes from Lv1 to Lv5). Also interesting i think the "work" value means it's the program acting for you, "IsMaleCharater" might be interesting to interact with too. I don't know if i miss anything that i looked for (maybe you can lower the salary of maids). Since the game file is pretty huge i don't mind adding full save update when the game do. Sorry for the long post i look for quite a lot of things and i hope it helps people to keep their saves.
edit: as i'm thinking about it i might make a script for random hair colours or clothing (should not be long or too hard i would just need the list of them and that'll do everything). i would need either a full save on shop lvl 20. just to be sure i'm not missing anything but since the list might be complete in the file i might not need it.
so i'm assuming there isn't a way to make the game actually read the save again after editing it?, because even editing the safe itself inside the .cs (opening it wit 7zip and then opening the file inside with notepad ++) breaks the save
 

ich0

Member
Dec 14, 2018
212
141
207
so i'm assuming there isn't a way to make the game actually read the save again after editing it?, because even editing the safe itself inside the .cs (opening it wit 7zip and then opening the file inside with notepad ++) breaks the save
Are you sure? I was changing the file in 0.4 after saving I could load it ingame. But I could not make my breasts bigger, so maybe there is a problem?
 
Sep 16, 2018
129
71
183
Are you sure? I was changing the file in 0.4 after saving I could load it ingame. But I could not make my breasts bigger, so maybe there is a problem?
Can you tell me exactly how you did everything?
just to be sure i didn't fuck anything up (i'm on windows just in case)
because when i try it and click on continua it says "no save found" i click on load and its all empty
 

Donguri892

Newbie
Apr 16, 2020
79
65
203
There a way to change the main function to be a left click instead of right click? Because it seems this was developed for the left hand mouse user. As a right-hander, the current Left Click controls the camera, should also have option to invert the camera feature. The right click controls your options and on what to do. So yes mouse features are really bad, unless give us options to swap or control what they do.
 

ich0

Member
Dec 14, 2018
212
141
207
Can you tell me exactly how you did everything?
just to be sure i didn't fuck anything up (i'm on windows just in case)
because when i try it and click on continua it says "no save found" i click on load and its all empty
Open the save file with 7zip. I will name this the "7zip-folder".
There you open the file in an editor.
After making the changes, you make a temporary save somewhere and drag this temp file into the 7zip-folder that is open and contains the old file and overwrite this old file. Now it should be recompressed. If not, you have to save the 7zip-folder manually.

I think this should work every time.
 
Sep 16, 2018
129
71
183
Open the save file with 7zip. I will name this the "7zip-folder".
There you open the file in an editor.
After making the changes, you make a temporary save somewhere and drag this temp file into the 7zip-folder that is open and contains the old file and overwrite this old file. Now it should be recompressed. If not, you have to save the 7zip-folder manually.

I think this should work every time.
...I mean I tried that way too and at first it didnt work but now after a few tries it works now
I don't get it, only thing I did different this time is move my backup folder (it was also named cs_save_datas#0)
but surely having another folder there wasn't the issue
whatever, i wont question it, it works now.
thanks
Ok it seems like what breaks the save is if you launch the game with the file opened (on 7zip) for some reason
 
Last edited:
  • Like
Reactions: ich0
4.60 star(s) 10 Votes