Jul 2, 2020
32
10
katariya, have you tried to modify the BOYs in the data_charaGenerate into another sex?

I'm trying it and I need some assistance of identifying each code words.
 

katariya

Member
Apr 19, 2022
319
154
katariya, have you tried to modify the BOYs in the data_charaGenerate into another sex?

I'm trying it and I need some assistance of identifying each code words.
sexual is
Code:
"sex": "FUTA_GIRL"
value has BOY、GIRL、FUTA_GIRL and FUTA(this have bug, beacause dev want to abandoned this one.it's just have female hair and tits male)
change this value can work, but clothes boy and girl read different files, if you want to make it Correctly you need chane their own CU、CD、CG、CI and CH's ID(boy may have not CD&CI)
and you can change one's behavior by this code(except scenario generate NPC)
Code:
"ai": {
        "default": [
          {
            "rnd": 1,
            "value": "STOP"
          },
          {
            "rnd": 1,
            "value": "WALK"
          }
        ],
        "found": [
          {
            "rnd": 10,
            "value": "ATTACK"
          },
          {
            "rnd": 1,
            "value": "RUNAWAY"
          }
        ],
now I known's value have STOP、WALK、ATTACK、RUNAWAY and LOVE(this will make this chara only fuck the other, but it's need a target so need in found situation), I think maybe have value for sleep but not found it's value.
 
Last edited:
Jul 2, 2020
32
10
sexual is
Code:
"sex": "FUTA_GIRL"
value has BOY、GIRL、FUTA_GIRL and FUTA(this have bug, beacause dev want to abandoned this one.it's just have female hair and tits male)
change this value can work, but clothes boy and girl read different files, if you want to make it Correctly you need chane their own CU、CD、CG、CI and CH's ID(boy may have not CD&CI)
and you can change one's behavior by this code(except scenario generate NPC)
Code:
"ai": {
        "default": [
          {
            "rnd": 1,
            "value": "STOP"
          },
          {
            "rnd": 1,
            "value": "WALK"
          }
        ],
        "found": [
          {
            "rnd": 10,
            "value": "ATTACK"
          },
          {
            "rnd": 1,
            "value": "RUNAWAY"
          }
        ],
now I known's value have STOP、WALK、ATTACK、RUNAWAY and LOVE(this will make this chara only fuck the other, but it's need a target so need in found situation), I think maybe have value for sleep but not found it's value.
Hohoho! now we're cooking.
 
Sep 1, 2019
329
457
Please tell me there is a way to change keybinds for keyboard. It's so awful man. Why is jump and cancel on the same button? shouldn't it be jump and enter?
 

xwic17

New Member
Apr 24, 2024
2
0
Is there anyone knows where the key for townhall gate prison, I already get the prison, but I still looking for the key beyond that preson
 

BeholdTheWizzard

Well-Known Member
Oct 25, 2017
1,049
799
Me too.

I edited it so that all the questlines that require you bring a male to someone to proceed now work with the futa girls. The only thing I haven't figured out is how to get the futa girls to do the heart eyes pouncing sex scene transition (that the generic human males do when you approach them with naked female Miyako).

Noice. Have you managed to figure it out?
 
3.20 star(s) 6 Votes