hi. i'm writing to you because of a problem i'm having. recently when i was translating a game i noticed that the game was translating faster than normal and so i checked the _translator3000_setting.json file and noticed that the file had reverted itself.
When I replace the contents of the file with the lines of code you sent me and enter the game, the codes of the file are restored.
below is how it happened. (also i was using selenium_deepl but now deepl is not showing up even in in-game settings)
the inside of the _translator3000_setting.json file before entering the game is as follows
{
"gameLanguage": "en-US",
"directionOfTranslation": "tr-TR",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "selenium_deepl",
"reserveServices": [],
"workMethod": "dialogueOnly",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"splitTextAsSentences": true,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"keys": {
"guiShow": {
"extraKeys": [
"alt"
],
"mainKey": "p"
},
"databaseTranslateSwitcher": {
"mainKey": "l",
"extraKeys": [
"alt"
]
}
},
"extraTextOptions": {
"font": "OpenSans-Regular.ttf",
"size": "30",
"color": "#ffffff",
"italic": false,
"bold": false
}
}
after entering the game, the inside of the _translator3000_setting.json file is as follows
{
"gameLanguage": "en-US",
"directionOfTranslation": "tr-TR",
"modeOnStartup": "off",
"_debug_mode": false,
"translationService": "google_gtx",
"reserveServices": [],
"workMethod": "dialogueOnly",
"originalInHistory": false,
"displayOriginal": false,
"requestsFrequency": null,
"splitTextAsSentences": true,
"googleHost": "translate.google.com",
"seleniumStartMode": "hide",
"seleniumInputSplitMethod": "strings",
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"addVariablesFromDB": false,
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"useNoFreezeLogic": true,
"pathToChromeExe": null,
"keys": {
"guiShow": {
"extraKeys": [
"alt"
],
"mainKey": "p"
},
"databaseTranslateSwitcher": {
"mainKey": "l",
"extraKeys": [
"alt"
]
}
},
"extraTextOptions": {
"font": "OpenSans-Regular.ttf",
"size": "30",
"color": "#ffffff",
"italic": false,
"bold": false
}
}
or
{
"seleniumInputSplitMethod": "strings",
"_debug_mode": false,
"autoSwitchOnAvailableDB": false,
"deeplLoginData": null,
"originalInHistory": false,
"pathToChromeExe": null,
"displayOriginal": false,
"splitTextAsSentences": true,
"translationService": "google_gtx",
"requestsFrequency": null,
"useNoFreezeLogic": true,
"reserveServices": [],
"extraTextOptions": {
"color": "#ffffff",
"font": "OpenSans-Regular.ttf",
"bold": false,
"italic": false,
"size": "30"
},
"keys": {
"guiShow": {
"mainKey": "p",
"extraKeys": [
"alt"
]
},
"databaseTranslateSwitcher": {
"mainKey": "l",
"extraKeys": [
"alt"
]
}
},
"showEditWindow": false,
"startTranslateAfterPrescan": true,
"directionOfTranslation": "tr-TR",
"modeOnStartup": "off",
"seleniumStartMode": "hide",
"workMethod": "dialogueOnly",
"addVariablesFromDB": false,
"googleHost": "translate.google.com",
"gameLanguage": "en-US"
}
the translationService option changes by itself when you enter the game.
how can I translate with deepl like before?
View attachment 4278346
View attachment 4278348