Create and Fuck your AI Slut -70% OFF
x

Mod Unity [Secret Flasher Manaka] Custom Missions 1.1.9

BGmkr

Newbie
Nov 22, 2020
19
45
23
It seems like one or two of the doors don't work for this mission, perhaps try another one. The mission should pop up when near the door, showing that the door works.
Thanks for the heads up, I've updated it to account for the doors near the crosswalk
 
  • Like
Reactions: Sean69

Hilnar

Newbie
Nov 22, 2021
18
30
32
How do you get the coordinates for locations?
F9 gives the current status of Manaka
ALT + F9 reloads the missions
CTRL + F9 gives all the mission and cosplay item information
All the info should pop up in the BepInEx console window
 

Himiko054

Newbie
Sep 17, 2021
29
100
47
Is there a way to fix falling through the map when teleporting? The character always falls down one level.
 

Hilnar

Newbie
Nov 22, 2021
18
30
32
Is there a way to fix falling through the map when teleporting? The character always falls down one level.
I had this issue as well when making my mission.
I always had it when changing stage. My fix was to first load the level and then teleport the player after half a second, like this:
JSON:
{
    "id":"Player1",
    "zone":"everywhere",
    "condition":
    {
        "oncomplete": [
            {"type":"setStage", "stage":"Residence"}
        ]
    },
    "nextcheckpoint": {"selectortype":"SpecificId", "id":"Player1_"}
},
{
    "id":"Player1_",
    "zone":"everywhere",
    "condition":
    {
        "duration":0.5,
        "oncomplete": [
            {"type":"setPlayerPosition", "x":-4.6, "y":0.09, "z":-121.02, "rx":0, "ry":0.96456, "rz":0, "rw":-0.26385}
        ]
    }
},
I also have the player y position up by about 0.2 or something. It could be that there is a simpler method, but this worked for me.
 

Tghyt

New Member
Aug 28, 2025
7
14
3
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!
 
Last edited:

Little X

New Member
Aug 28, 2025
1
0
1
Since i Love all the shared custom Missions, i wanted to share mine, too.

Start for Part 1 is in the beginning Area for the Apartment.
Part 2 is on the Top floor. I added a warp to it for faster retry.

Thanks for all the shares and pls keep sharing : )
bro I love your missions so much,It's challenging and exciting. I want to create my own missions but how can I get locations in the game?
P.S I have found the readme.txt . By the way, I love your missions and narrative style, can you generate more missions please?(or work with ai?)
 
Last edited:

iamnuff

Well-Known Member
Sep 2, 2017
1,900
1,517
384
Sideway Gambit

This one is focused on Manaka again before she became the streaker she is now. After going to the nightclub manaka spills water down her front and of course her plan to quickly dry herself off backfires. This mission is more narative focused than the other ones i have done.

The starting point is downtown head towards the food area and you will see it quickly. You need to be wearing your coat to start it the rest will happen automatically.

Theres also a easter egg ending you dont have to do anything specific it triggers randomly (1/6 if I did it right).

Im doing some weird things in the code and testing some other things so this mission might break in future updates thats not the game dev or crisp2002s fault if it does.

Ai is also way better at writing than i am but its not perfect so if someone with writing skills wants to change the words and share that go ahead.

You don't have permission to view the spoiler content. Log in or register now.
Your missions need more direction.

The second point in this mission pack needs you to go to a specific vending machine, but it doesn't say so or point you towards it. In fact, the mision bar fills up as you go up the street in the wrong direction.

When you get there, there's a mission about 'really needing this water'(?) but nothing happens when you buy a drink. The mission circle is still present at the vending machine, but there's nothing to do?
What exactly does the mission expect me to do here?

Edit: I'm wondering if there's a drinking-juice animation/mechanic that I've forgotten about since I last played the game, but I'm not seeing anything in poses or in my inventory.
This wouldn't happen to be something that is hidden to me because I have pissing content disabled, would it?

Either way, you want your mission text to include keywords
"I should get a drink from the [VENDING MACHINE]" "I should go to [DISCRIPTION OF LOCATION]"
"Do [POSE ANIMATION CALLED OUT BY NAME]"
ect ect.
 

Himiko054

Newbie
Sep 17, 2021
29
100
47
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



cover3.png
 

EvGem

New Member
Dec 20, 2021
5
15
71
Hi, Crisp2002. Is it technically possible to replace the previous checkpoint using the setCheckpoint script? Currently the previous checkpoint, that is used by the travelcondition, is always implicitly set by the mod.

Example of a case where it would be useful:
Let's say we have 2 checkpoints A and B and we have a travelcondition in B. So we implicitly say that the travelcondition applies "between" A and B as the previous checkpoint is going to be A. We also have a sequence of punishment checkpoints that is invoked in onviolatecondition of the travelcondition. The problem is you cannot return to the same state as it was before the punishment since the previous checkpoint is going to be the last punishment checkpoint intead of A checkpoint. It would be perfect if I could somehow replace or explicitly define the previous checkpoint with the proper value when I setCheckpoint to B in the last punishment checkpoint.
 
Last edited:

artemis31

New Member
Jul 24, 2018
10
16
147
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!
thanks for the mission, please post the next part soon
 

cutemiracle

Newbie
Jul 5, 2025
16
30
22
I created a modification that randomly assigns tasks.
For ignoring the tasks, penalties or more difficult tasks are imposed.
Currently, there are only a few random tasks, but over time, there will be more and they will be more difficult.

The modification activates near the bed in the house.

Important note: The custom missions mod has an issue where changing locations automatically triggers "onviolatecondition" for the current mission, even if the mission conditions were not previously violated. Therefore, when using this modification, do not switch between locations while you have an active task.
 

zzz4200

Member
Nov 30, 2023
142
408
196
I created a modification that randomly assigns tasks.
For ignoring the tasks, penalties or more difficult tasks are imposed.
Currently, there are only a few random tasks, but over time, there will be more and they will be more difficult.

The modification activates near the bed in the house.

Important note: The custom missions mod has an issue where changing locations automatically triggers "onviolatecondition" for the current mission, even if the mission conditions were not previously violated. Therefore, when using this modification, do not switch between locations while you have an active task.
I liked this idea, but somehow i'm forced to wait for like 20 seconds for random new task?
and the mission progress bar keep disappearing that i don't even know if the task is on going or broken
 

BGmkr

Newbie
Nov 22, 2020
19
45
23
I created a modification that randomly assigns tasks.
For ignoring the tasks, penalties or more difficult tasks are imposed.
Currently, there are only a few random tasks, but over time, there will be more and they will be more difficult.

The modification activates near the bed in the house.

Important note: The custom missions mod has an issue where changing locations automatically triggers "onviolatecondition" for the current mission, even if the mission conditions were not previously violated. Therefore, when using this modification, do not switch between locations while you have an active task.
I tried to replicate this bug but It doesnt seem to occur? at least not when leaving from the conbini to the residential area. I actually wanted to use this to my advantage...
 

BGmkr

Newbie
Nov 22, 2020
19
45
23
I now see what you mean. Add something like this to your all areas zone and I think it will be fixed


JSON:
      "areas": [
        {
          "type": "sphere",
          "stage": "None",
          "x": 0,
          "y": 0,
          "z": 0,
          "r": 200,
          "outlinehidden": true,
          "compasshidden": true
        },
 

cutemiracle

Newbie
Jul 5, 2025
16
30
22
I liked this idea, but somehow i'm forced to wait for like 20 seconds for random new task?
and the mission progress bar keep disappearing that i don't even know if the task is on going or broken
This modification isn't a standalone mission in itself. It's designed to make completing other missions and a regular playthrough more challenging. Missions are given at random intervals, ranging from a few seconds to a few minutes (but rarely).

Regarding hiding the interface: the mod essentially has two states:

1) Waiting for the next random mission (interface hidden in the panel).
2) Completing a specific mission (interface on the panel displays instructions). It's recommended not to change location while doing this.

I now see what you mean. Add something like this to your all areas zone and I think it will be fixed


JSON:
      "areas": [
        {
          "type": "sphere",
          "stage": "None",
          "x": 0,
          "y": 0,
          "z": 0,
          "r": 200,
          "outlinehidden": true,
          "compasshidden": true
        },
I didn't even know such a location existed! l try it out in the evening.
 

Kjatryn

New Member
Apr 6, 2024
7
2
40
I created a modification that randomly assigns tasks.
For ignoring the tasks, penalties or more difficult tasks are imposed.
Currently, there are only a few random tasks, but over time, there will be more and they will be more difficult.

The modification activates near the bed in the house.

Important note: The custom missions mod has an issue where changing locations automatically triggers "onviolatecondition" for the current mission, even if the mission conditions were not previously violated. Therefore, when using this modification, do not switch between locations while you have an active task.
I like this, and I love the idea. But I feel like it needs to have a different activation spot rather than the home. When I activate the missions and I get, tie yourself to something and I'm still in the house, it's a little awkward. Maybe somwhere to activate it in each location?
 

Tghyt

New Member
Aug 28, 2025
7
14
3
I created a modification that randomly assigns tasks.
For ignoring the tasks, penalties or more difficult tasks are imposed.
Currently, there are only a few random tasks, but over time, there will be more and they will be more difficult.

The modification activates near the bed in the house.

Important note: The custom missions mod has an issue where changing locations automatically triggers "onviolatecondition" for the current mission, even if the mission conditions were not previously violated. Therefore, when using this modification, do not switch between locations while you have an active task.
The first circle near the bed doesnt appear for me, removing all other missions from the folder didnt fix it either so it shouldnt be an overlap issue. using the blindfold on the exact coords didnt make it start either so its just that the circle is just invisible

im still pretty new with json coding so i wasnt able to find the issue myself