galgat

Newbie
Jan 6, 2019
69
39
only problem I had with the "jobClass": "LEWD_SCHOOLGIRL",

was the doppelganger event would crash the game with that jobclass, all the rest I have tried gave me no problems that I have found.
 

TrunksSsj06

Newbie
Aug 31, 2018
27
23
Again, what does Orc-run mean? I dint see anything new other than the art
It's in story mode, go up the map its at the valley stage, when you start the encounter you're given two options, stand your ground or run, if you run you'll get the new stuff.



I think chance has something to do with it. I tried a few times to seduce Urka and after a few tries in the doggy stance, I got the art encounter. The picture happens, then it goes to the pronebone scene.
You just have to grappled by her, the way I do it is I lose my balance and stay on the ground until she does it.
 

UndeadEve

Active Member
Aug 22, 2017
963
985
Neat. How the balls do you do that?
In your game folder (after creating a save) you will have a new folder "toa-data", once there you just open your save with notepad or something similar (be warned that the numbers are weird, if you saved in "save 1" in the game, it will become "save 0" in that folder, save 3 ingame is save 2 in the folder and so forth).
Once the save file is open, search for what you want to change.
To give you an idea, here's my save file where i changed a few things :
"
"player": {
"name": "Jess",
"worldTransform": {},
"computedTransform": {},
"oldTransform": {},
"label": "You",
"pronouns": "SECOND_PERSON",
"secondPerson": true,
"jobClass": "PROSTITUTE",
"level": 1,
"experience": 11,
"baseStrength": 52,
"baseEndurance": 52,
"baseAgility": 52,
"basePerception": 52,
"baseMagic": 53,
"baseCharisma": 53,
"
Here i changed my base stats to 50 (that became 52/53 after a while) and changed my class.
You can change the amount of food you have : " "food": 1283, "
Change the amount of points you have
" "skillPoints": 11,
"magicPoints": 100, " (you need to have at least 1 point for it to appear.)
and finally your money : " "money": 3610, "
Hope it helps.
 

galgat

Newbie
Jan 6, 2019
69
39
abconax gave good stuff.

Sorry if this has been answered before, but is there a way to cheat in stats/money?
I recommend Notpad ++ it is probably one of the best editors you will find.

First thing is good to give your player a name as there will sort of be two possible edit's in the game
one would be with your name top half of save file, other Hiro is default settings.
Most of what I know is in spoiler below here

your saves "save0.json through save9.json will be found in "\Tales Of Androgyny Win64\.toa-data" may have different Tales Of Androgyny as in Win32 or something. I believe "quicksave.json" is the quick save and save.json is I think progression save

Make a back up save before Editing
You don't have permission to view the spoiler content. Log in or register now.
Most of the names of things are pretty enlightening or descriptive, so editing is pretty easy.
Make a back up save before Editing
 

AngeryLizard

Newbie
Feb 18, 2018
45
8
abconax gave good stuff.



I reccomend Notpad ++ it is probably one of the best editors you will find.

Firstt thing is good to give you player a name as there will sort of be two possible edit's in the game
one would be
Code:
    "name": "your name",
and the other will be the default settings.
Code:
    "name": "Hiro",
Be sure you are editing the part with your name.

Search for "perks" at start Perks may look like this
Code:
    "perks": {},
a very powerful starting Perks would look like this
Code:
    "perks": {
        "CUM_DRINKER": 3,
        "STRONGER": 3,
        "FASTER": 3,
        "ITEM_MASTER": 1,
        "SKILLED": 5,
        "SPECIALIST": 1,
        "WITCHER": 3,
        "STEALTHY": 3,
        "CATAMITE": 1,
        "QUICKFOOTED": 3,
        "COMBAT_FINESSE": 3,
        "SUNDERER": 3,
        "SMARTER": 3,
        "WELLROUNDED": 1,
        "EROTIC": 3,
        "PERFECT_BOTTOM": 10,
        "EASY_TO_PLEASE": 3,
        "HOTTER": 3,
        "HARDER": 3,
        "FORAGER": 3,
        "SURVEYOR": 3,
        "VERSATILE": 3
    },
If you search for player, and make sure it is the player with your name
these would be a powerful start
Code:
"player": {
    "name": "Kim",
    "worldTransform": {},
    "computedTransform": {},
    "oldTransform": {},
    "label": "You",
    "pronouns": "SECOND_PERSON",
    "secondPerson": true,
    "jobClass": "THIEF",
    "level": 64,          //<<<< leveling high is not needed, but does not really hurt
    "experience": 61,
    "baseStrength": 16,
    "baseEndurance": 13,
    "baseAgility": 13,
    "basePerception": 13,
    "baseMagic": 13,
    "baseCharisma": 13,
    "healthTiers": {
        "items": [ 20, 20, 20, 20 ],  //<<< by raising these you will increase your health these setting give 80 hp
        "size": 4
    },
These will be needed also to increase stamina, and Mana they are
normally located just under the last code I posted. the manaTiersmay
not appear at the start of a new profile.
Code:
    "staminaTiers": {
        "items": [ 5, 5, 5, 5 ],
        "size": 4
    },
    "manaTiers": {
        "items": [ 43 ],
        "size": 1
    },
Make sure you are in the inventory area, and giving your self a town teleport is possible.

Code:
    "inventory": [

]
Like this
"inventory": [
{
"class": "com.majalis.character.Item$Potion",
"magnitude": 1,
"effect": "TOWN_PORTAL"
},
]

[/code]
Always make sure you are editing for "your name the top area seems to be you, and the bottom stats and things are for the default character "Hiro".

Anal virginity is controlled with this stat
Code:
    "receivedanal": 2,
but there are many other stats and perks that will also tell if you have lost or have your Anal virginity.
as in

Code:
    "gaveAnal": 2,  //<< indicating you gave anal 2 times.

    "perks": {
        "ANAL_ADDICT": 3,
    },

//default Ass settings
    "ass": {
        "sphincter": {},
        "rectum": {},
        "colon": {}
    },

//well used ass settings

    "ass": {
        "sphincter": {
            "friction": "IRRITATED",
            "wetness": "CUM_SOAKED",
            "receivedSexRecently": 38,
            "receivedSexTotal": 42,
            "wetnessAmount": 54,
            "time": 124
        },
        "rectum": {},  //<<< where eggs and thing's may be shown
        "colon": {}
    },
Changing your characters class look for jobClass

Code:
    "jobClass": "THIEF",
the character becomes more or less female over time here are some of the setting you may look for or change of the top of my head
"femininity": "FEMALE",
"femininity": "UNMASCULINE",
"femininity": "Male",
"femininity": "BITCH",

Non default job classes I know of are

"jobClass": "QUEEN",
"jobClass": "MARE",
"jobClass": "PROSTITUTE",
"jobClass": "LEWD_SCHOOLGIRL",
Possible these might work
"jobClass": "SCHOOLGIRL",

That should get you going, many other things can be helpful to remove or add as needed in the perks

"COCK_LOVER": 10,
"ANAL_ADDICT": 3,
"CRANK_MASTER": 3,
"BLOWJOB_EXPERT": 1,

removing these are adding them as needed, can encourage events, bad, and depending on preferences good.
Most of the names of things are pretty enlightening or descriptive, so editing is pretty easy.
bless your soul
 

galgat

Newbie
Jan 6, 2019
69
39
bless your soul
You are more than welcome, I figured it might help other people too.

I hope it is not to confusing, I messed up when making it, and hit tab with out thinking it would post it, but went back and tried to clear up some things i meant to be fore accidentally posting it to soon.
 

broly965

Member
Jul 6, 2017
354
214
Notepad is super easy, just ctrl+f and type in what you want. Very simple. Just be sure how you type the values and don't change anything major.
 
  • Like
Reactions: Engelstein

UndeadEve

Active Member
Aug 22, 2017
963
985
abconax gave good stuff.



I recommend Notpad ++ it is probably one of the best editors you will find.

First thing is good to give your player a name as there will sort of be two possible edit's in the game
one would be with your name top half of save file, other Hiro is default settings.
Most of what I know is in spoiler below here

your saves "save0.json through save9.json will be found in "\Tales Of Androgyny Win64\.toa-data" may have different Tales Of Androgyny as in Win32 or something. I believe "quicksave.json" is the quick save and save.json is I think progression save

Make a back up save before Editing
You don't have permission to view the spoiler content. Log in or register now.
Most of the names of things are pretty enlightening or descriptive, so editing is pretty easy.
Make a back up save before Editing
WOW, you went in real deep, some of them i didn't even know, it's WAY better than what i did :D
 
  • Like
Reactions: Comrade57

seli24

New Member
Aug 17, 2017
6
1
mmmh i can't find the new urka scene, there no run choice for me, someone can help me? and yeah i tryied it in story mode^^
 
4.50 star(s) 144 Votes