Mod Unity [Secret Flasher Manaka] Custom Missions 1.1.6

BGmkr

New Member
Nov 22, 2020
11
7
ah, yes. I think I have the previous version. Like, the one right before the most recent one. Any ideas if I have to delete this one and install the new one? Or do I just have to upload it somewhere? If I install the newer version, do I lose everything? Kinda lost here...
The mod is seperate to the base game so you wont lose any save data, if thats what you are asking. You dont need to delete the custom mission folder either. You should just be able to drop the new mod into the folder and press replace whenever windows asks you to.
 

Sean69

New Member
Jun 30, 2025
7
6
Manaka Greatest Adventure V5.1
Custom Mission 1.1.5
79 missions with added Random Teleport feature

Teleport usage conditions
- Do not set FPS higher than 60, otherwise the character may fall through the map.
- If you don’t like the teleport feature, simply delete the file: 000_Manaka_random_Teleport.json
This really is just a must-have mod, integrates quite nicely with the main game.
 

Lolazojajas

Newbie
Oct 1, 2022
16
6
The mod is seperate to the base game so you wont lose any save data, if thats what you are asking. You dont need to delete the custom mission folder either. You should just be able to drop the new mod into the folder and press replace whenever windows asks you to.
I meant the game versions. If I download the newer one, will I save lose the data of the previous one? I know the mods/missions are separate
 

cutemiracle

New Member
Jul 5, 2025
14
27
I meant the game versions. If I download the newer one, will I save lose the data of the previous one? I know the mods/missions are separate
The save files are locally located on your computer.
You can download a new version of the game and it will automatically pull the saves from your computer.
If you need to save the game itself, they are located at: AppData\LocalLow\SheableSoft\SecretFlasherManaka\SaveData
 

Lolazojajas

Newbie
Oct 1, 2022
16
6
The save files are locally located on your computer.
You can download a new version of the game and it will automatically pull the saves from your computer.
If you need to save the game itself, they are located at: AppData\LocalLow\SheableSoft\SecretFlasherManaka\SaveData
thx for the info, I was totally lost!
 

Lolazojajas

Newbie
Oct 1, 2022
16
6
I know I said this before, but I Remember seeing a couple of months ago on Sheable Soft twitter a video of this game where you could take off the coat, bra and panties, each one independent from one another. Like, you could take off your panties in location A, your bra in location B and maybe then going to another place and try to recover them. Is that an option or was that just a demo video? It would be cool if its in the actual game. A little bit of a let down having to go to the inventory menu and taking them off through a button and not an action ;/
 

cfgvuh

New Member
Oct 8, 2018
2
4
I know I said this before, but I Remember seeing a couple of months ago on Sheable Soft twitter a video of this game where you could take off the coat, bra and panties, each one independent from one another. Like, you could take off your panties in location A, your bra in location B and maybe then going to another place and try to recover them. Is that an option or was that just a demo video? It would be cool if its in the actual game. A little bit of a let down having to go to the inventory menu and taking them off through a button and not an action ;/
the animations are there - i used them in my test just dropping them to the floor seems to not exists at the moment / anymore
 

Rat-attack

Active Member
Aug 18, 2020
960
1,121
You could have them be on the floor if you use something to represent them being on the floor like the vibrator switch as it's been shown already that you can have the picking it up trigger something else to occur. Although the clothing put on has to be specified so if you don't own it...it doesn't get put on.
 

iamnuff

Well-Known Member
Sep 2, 2017
1,881
1,491
Thanks for writing out that feedback rather than just deleting the mission and moving on. ill remember it when remaking my old levels probably in a few weeks.

I dont know why the bar fills up when going the wrong direction but i have noticed that happen in the downtown for other missions as well. ill make the text clearer and also make sure the compass is turned on for that bit.

To drink you need to open your inventory and select the water or you can press the 'g' key. this works even if pee is turned off and the mission doesnt actually need you to pee to continue. in a previous mission i made someone mentioned it not working if pee was disabled but not telling them that so i made it optional in this one.
I checked my inventory several times and there was no 'water' item.
It might be that with pee content disabled, the items are also disabled?

I never tried pressing G though, because I didn't know that key did anything.
 

Rat-attack

Active Member
Aug 18, 2020
960
1,121
iamnuff You get water from interacting with the vending machines. (Which is also an base game mission if you do it while flashing/exposed)
So go ham on one with trying to get all of it's water.
 

Lolazojajas

Newbie
Oct 1, 2022
16
6
You could have them be on the floor if you use something to represent them being on the floor like the vibrator switch as it's been shown already that you can have the picking it up trigger something else to occur. Although the clothing put on has to be specified so if you don't own it...it doesn't get put on.
wait what? yoou lost me there... could u explain it?
 

Rat-attack

Active Member
Aug 18, 2020
960
1,121
Lolazojajas I'm saying you could still make use of the features/animation just you have to visualize the clothing on the floor via something else that does have an floor texture/sprite/thing. (Handcuff key/Vibrator Switch/Coat show on the floor I believe)
 
  • Like
Reactions: Lolazojajas

Crisp2002

Newbie
Jun 30, 2025
48
161
Lolazojajas I'm saying you could still make use of the features/animation just you have to visualize the clothing on the floor via something else that does have an floor texture/sprite/thing. (Handcuff key/Vibrator Switch/Coat show on the floor I believe)
I've looked into the code and also tried it, and there is a DropItemType for Bra, Pants, Hoodie and Basket(?). But they don't have a model and the Basket is only a pink cube. It does play the animation when you interact, but doesn't remove the item from the floor and there is no variable that saves which type of bra/panties was dropped. Maybe the functionality got cut.
If the developer doesn't add it back, it should be possible to imitate it. Though you would probably have to remove the bra from your possession so you can't cheat and just put it back on from your inventory. But you have to logically reconcile that with the ability to remove any other cosplay but not dropping those.
I don't think I'll add the function to the current mod version, because it would be clunky and you could definitely break something. But maybe the next. Though there is still hoping that the games developer will do something themself.
 

Crisp2002

Newbie
Jun 30, 2025
48
161
Update 1.1.6
I've fixed the problem where you fall through the ground when teleporting to a different stage. The problem is likely caused by teleporting to a stage that has more than one entrance and is not next to the old one. So the game does not know at which entrance the player should spawn.
What I did is just tell the game that the player was coming from an adjacent stage (even though it is not true). So when you teleport to downtown and come from the park you get set to the residence entrance. And when you come from the clothes shop you get set to the shopping mall entrance, for instance.
Should more stages get added in the future this needs to be updated. Otherwise it could fail or put you at the wrong entrance.
 

BGmkr

New Member
Nov 22, 2020
11
7
For example, I completely completed the entire game (all missions and drone missions) with a blindfold, a movement speed of 0.65 (a speed lower than that of a foot-walker, even with the vibrator at maximum), and a compass turned off (I may be a bit unusual, but in my manaka ratio profile, the earned points to lost ones is a 1:15 ratio).
How can you clear the 100m mall mission like this? did you just put on a body kit
 

iamnuff

Well-Known Member
Sep 2, 2017
1,881
1,491
iamnuff You get water from interacting with the vending machines. (Which is also an base game mission if you do it while flashing/exposed)
So go ham on one with trying to get all of it's water.
It's a mission to use vending machines while exposed, but you don't get any items from it.
I've used vending machines dozens of times and there's absolutely no 'water' item in my inventory.
I suspect it's blocked by the content filter that hides piss related content.
 

cutemiracle

New Member
Jul 5, 2025
14
27
How can you clear the 100m mall mission like this? did you just put on a body kit
Actually, the situation with this mission is quite funny. At first, I just farmed for 7th rank in the starting location (I made custommission that cyclically equipped all the necessary items at each point of entry to the location).
Then, I decided that with my eyes tied up, it would be too difficult to complete all the missions in one go, so I walked through all the locations and opened them for quick travel. And somehow, I managed to reach the clothing store on the first try, and there was just a bit left to reach 100 meters, and then I returned back.
Of course, both hands on the table, headphones with maximum spatial sound, and sound on maximum (the detection risk at that moment was 30%).
To accomplish this with a normal detection chance and during the day, I think it's absolutely impossible.

custommission left my coat and vibrator at home, set the vibrators to maximum, and put on a blindfold.

By the way, how are things progressing with the new version of the mod? I already have a desire to try my own implementation with custom missions. The only thing stopping me is laziness and a reluctance to study the decompiled game code (I took a quick look at the number of implemented methods and temporarily changed my mind).
 

BGmkr

New Member
Nov 22, 2020
11
7
To accomplish this with a normal detection chance and during the day, I think it's absolutely impossible.
Funnily enough you can clip out of bounds in the mall so if you bring your coat with you to start at least you can clear the mission with any other conditions you like
 

legolaz0101

New Member
Oct 18, 2024
8
4
SlaveToFate1

I wanted to create a bit of a story centered about someone finding out your secret and using to to satisfy his sadistic side.

Make sure you have enough Dildos and own all the items before you start with this, if you're too lazy to grind out RP then you can use the F5 menu to just give some to yourself to unlock the last few items.

(Starting point is outside your house)

Hope you enjoy!
Good one! What about second part?