3.70 star(s) 3 Votes

Odyssius749

New Member
Mar 26, 2023
2
0
It's actually pretty simple to cheat just using notepad or any other text editor.

If you go to where the Unity Save files are, "...\AppData\LocalLow\Woop\Cafe Maid\Save\offline", then all the save files for this game are just .json files. #GeneralProfileData.json contains the currencies, which you can change to {"Digits":1,"Exponent":400} and have more than you'll need for anything.

To skip dates, go to #FlirtProfileData and change the :false to :true.

I haven't figured out how to spawn mystery boxes or clothes yet though.
what line do you use for skip?
 

FifouWeb

Member
Apr 26, 2018
139
79
what line do you use for skip?
Rather than change the value to "true". I think it's better to change the StartTS value. Thus, all subsequent validations of events are proceded.

How to proceed ? very simple.

1- Start the date
2- Close the game
3- Open #FlirtProfileData.json in a text editor (notepad or what you like)
4- Search for the string "currentFlirtDate"
5- Nearby, find the string StartTS and change the value (only decrease the second digit for example).
6- Save the file
7- Restart the game

ie :
"currentFlirtDate":{"ID":"date_06","EmployeeID":"cm_03_mouse_v1","FlirtID":"mouse_6","StartTS":1699007610,"Completed":false},

replaced by
"currentFlirtDate":{"ID":"date_06","EmployeeID":"cm_03_mouse_v1","FlirtID":"mouse_6","StartTS":1599007610,"Completed":false},
 

DarDev

Newbie
Jun 14, 2018
18
11
If you want to play with nude maids, in the club and in the animations, edit the maid save files (#cm_0x_xxxxx_v1.json in C:\Users\XXXX\AppData\LocalLow\Woop\Cafe Maid\Save\offline). Change the UNDERWEAR, UPPER_CLOTHES, LOWER_CLOTHES, GLOVES and STOCKINGS values to "".
Dont change the HAIR value if you dont wont your maid to be bald ;)

Exemple: for Jochu, edit the #cm_02_maid_v1.json and change those lines
JSON:
"equipedAppearanceItems":{
    "UNDERWEAR":"",
    "HAIR":"cm_02_maid_v1_set_110_hair",
    "UPPER_CLOTHES":"",
    "LOWER_CLOTHES":"",
    "GLOVES":"",
    "STOCKINGS":""
}
 

FifouWeb

Member
Apr 26, 2018
139
79
If you want to play with nude maids, in the club and in the animations, edit the maid save files (#cm_0x_xxxxx_v1.json in C:\Users\XXXX\AppData\LocalLow\Woop\Cafe Maid\Save\offline). Change the UNDERWEAR, UPPER_CLOTHES, LOWER_CLOTHES, GLOVES and STOCKINGS values to "".
Dont change the HAIR value if you dont wont your maid to be bald ;)

Exemple: for Jochu, edit the #cm_02_maid_v1.json and change those lines
JSON:
"equipedAppearanceItems":{
    "UNDERWEAR":"",
    "HAIR":"cm_02_maid_v1_set_110_hair",
    "UPPER_CLOTHES":"",
    "LOWER_CLOTHES":"",
    "GLOVES":"",
    "STOCKINGS":""
}
Fun :giggle:
 

battali0n

Active Member
Oct 30, 2021
867
1,589
Manage the Cafe
Hire the cutest maids, selecting from a large variety, starting with your tsundere stepsister: a punk singer, an aspiring pie cook, a classic twintailed maid, a seductive fox girl and more. Click the girls to collect money and upgrade their services so that they can entertain the guests even more and earn more money. After a while, you will be able to automate this process, freeing up your hands to do something else... for example, hire new maids to do new functions in the cafe or help them provide special services to the customers in one of the back rooms.
Do you have to share your girls or can you keep them only for yourself?
 
3.70 star(s) 3 Votes