NaveenKrishnanC
Member
- Jul 28, 2025
- 161
- 57
- 28
update:10-09-2025
updated files:llmtransconfig.rpy realtimetrans.rpy transconfig.rpy
1-Tested the usage of the mod on the Android version, pasted the files to Android/data/{app name}/files/game, and created a the "game" folder if it does not exist.
2-You can use multi api_keys to reduce time_interval and avoid rate limit now.
In llmtransconfig.rpy
API_KEYS =["Your-API-Key1","Your-API-Key2"]#requests will use the key by turns to avoid rate limit
For example,if all your api rate limit is 20 repquests per min,you should set time_interval to more than 3 ;
now if you are using 3 same api_keys,you can set time_interval to more than 1 .
3-Add support for RTL.
In transconfig.rpy ENABLE_RTL=True
It will be helpful for languages writen from right to left ,such as arabic and hebrew.
updated files:llmtransconfig.rpy realtimetrans.rpy transconfig.rpy
1-Tested the usage of the mod on the Android version, pasted the files to Android/data/{app name}/files/game, and created a the "game" folder if it does not exist.
2-You can use multi api_keys to reduce time_interval and avoid rate limit now.
In llmtransconfig.rpy
API_KEYS =["Your-API-Key1","Your-API-Key2"]#requests will use the key by turns to avoid rate limit
For example,if all your api rate limit is 20 repquests per min,you should set time_interval to more than 3 ;
now if you are using 3 same api_keys,you can set time_interval to more than 1 .
3-Add support for RTL.
In transconfig.rpy ENABLE_RTL=True
It will be helpful for languages writen from right to left ,such as arabic and hebrew.