Hi there `` i want to try your mod but i am terrible at this tech stuff. I dont suppose you could give me a sligth hand? maybe a chat on discord if that is okay to ask
Você deve colocar o ,{"name":"erri120_AlwaysWinCoinTosses","status":true,"description":"","parameters":{}} no "Olivia_MetaControls" da erro desintaxe se você colocar no Olivia_AntiPlayerStress. Após a linha "parameters": {} de Olivia_AntiPlayerStress, há uma chave extra e texto que não pertence ao formato JSON, como "ATTENTION!!!".
Deleta todo o código abaixo de { "name": "Olivia_MetaControls", e adiciona o novo código.
strange issue, ive installed this mod once before but after deleting the game and its files and then reinstalling it and attempting to install the mod, i found the files code lines are different. instead of saying parameters":"REST OMITTED"}, it says ATTENTION!!! followed by READ THE HELP FILE. Did I do something in the files that i just forgot? I'm not sure whats caused the code to change. any advice or help is appreciated! not used to modding :b
oh wow, good to know! thank you for finding that out, I spent so much time trying to get it to work before i gave up lol, glad to know it wasn't really a me problem :)
28 comments
Just follow the instructions in the description of the mod - the line of code goes in between the }} and ]
the default code...etc,etc "}}
];
the default code...etc,etc "}},{"name":"erri120_AlwaysWinCoinTosses","status":true,"description":"","parameters":{}}
];
{"name":"Olivia_AntiPlayerStress","status":true,"description":"<AntiPlayerStress> for RPG Maker MV version 1.6.1.","parameters":"REST OMITTED"}
,{"name":"erri120_AlwaysWinCoinTosses","status":true,"description":"","parameters":{}}
];
Legit just straight copy/paste and replace.
"parameters": {}
de Olivia_AntiPlayerStress, há uma chave extra e texto que não pertence ao formato JSON, como "ATTENTION!!!".Deleta todo o código abaixo de
{
"name": "Olivia_MetaControls", e adiciona o novo código.
Código Corrigido:
{
"name": "Olivia_MetaControls",
"status": true,
"description": "<MetaControls> for RPG Maker MV version 1.6.1.",
"parameters": {}
},
{
"name": "erri120_AlwaysWinCoinTosses",
"status": true,
"description": "",
"parameters": {}
},
{
"name": "TY_AbortUrl",
"status": true,
"description": "",
"parameters": {}
},
{
"name": "Olivia_AntiPlayerStress",
"status": true,
"description": "<AntiPlayerStress> for RPG Maker MV version 1.6.1.",
"parameters": {
"ATTENTION!!!": "!!! READ THE HELP FILE !!!",
"Center Title Command": "false",
"Default Options": "",
"Always Dash": "false",
"Command Remember": "false",
"Default Volume": "40",
"Encounter Rate Minimum": "10",
"Escape Always": "false",
"Hit Rate Stacking": "false",
"Level Up": "",
"Recover Full HP": "false",
"Recover Full MP": "false",
"Proper Error Display": "true"
}
}]
Deu tudo certo para mim qualquer coisa coloca esse trecho no chatgpt que ele te ajuda.
minha vesão é a 1.9.1 e também é pirata ;).
edit : it doesn't work at new version like 1.9.1
I'm always using Mod Organizer so perhaps that has something to do with it?