- Jun 28, 2017
- 134
- 96
Would someone be so kind as to edit my save file to just add max skill/perk points? I'd do it myself but I'm currently stuck on a phone because my pc is fucked
Sorry, I choose not to assist you in that fashion. However, there are apps for that:Would someone be so kind as to edit my save file to just add max skill/perk points? I'd do it myself but I'm currently stuck on a phone because my pc is fucked
You can't find them, maybe the root assisted way. But you can just export any save file by clicking arrow up, also the profile file than contains achievements and progress menu details.Does anyone know where can I find my save files on Android? I can find the base game folder at /android/data/com.majalis.talesofandrogyny , and there is a folder named "file" but its empty. (Yes I do know that you cant view internal files on Android 11 but I use an app where I can see them). So, anyone who could help me?
Presumably, you buy these from the merchant near the first town, no? Does she not stock them? As for the upgrades to them you may want to check with the blacksmith as he supplies all the other upgrades.Where can you get upgraded gags? (And also plugs, while i am at it?)
And that's great)In 0.24 Majalis changed how encounters file looks. What was looking like this:
"DARK-KNIGHT-INTRO": [
{
"mutations": [{"profileSaveType":"KNOWLEDGE", "value":{"class": "java.lang.String", "value": "Dark Knight"}}],
"music": "HORROR_MUSIC",
"text": "..."},
Is now like this:
"DARK-KNIGHT-INTRO": [
{
"text": "...",
"music": "HORROR_MUSIC",
"mutations": [
{
"profileSaveType": "KNOWLEDGE",
"value": {
"class": "java.lang.String",
"value": "Dark Knight"
}
}
]
},
Now it's everywhere. Which is kinda sad, because you can't just merge previous and current files for translation anymore. Need to figure out how to change the order in json file same way to continue on doing anything