Tool Ren'Py Ren'py realtime translator Mod[v0.33.a]

Jul 28, 2025
175
86
28
v0.30.a
update:15-11-2025
updated file:realtimetrans.rpy ,transconfig.rpy
1-Fix a bug of load_translation_cache in v0.29.b
2-Add option for showing comparison ,showing translated texts and original texts at the same time.
There might be layout problem.
show_comparison is set to False by default,you can toggle it within game.
3-Bing translate can be set within game now.
 
Jul 28, 2025
175
86
28
v0.32.a
update:18-11-2025
updated file:realtimetrans.rpy ,transconfig.rpy
Add freellm translate from github project for Ren'py 8.
NO API KEY NEEDED.

Currently only one provider and two models(random choice).

oi-vscode-server-2.onrender.com
'Qwen/Qwen2.5-72B-Instruct-Turbo' and "gpt-4.1-mini"
 

Nobre

Member
Mar 12, 2022
235
191
166
The mod keeps getting better and better. The translation from freellm isn't as fast as Google, but the quality makes it worth it.
 
Jul 28, 2025
175
86
28
v0.33.a
update:19-11-2025
updated file:realtimetrans.rpy
Add freellm translate support for Ren'py 7.
Figured out the real model in the response of oi-vscode-server-2.onrender.com ,
it's gemini 2.0 flash in fact.
Another provider is oi-vscode-server-0501.onrender.com
it's model is always x-ai/grok-code-fast-1.

Now freellm has two providers and two models,
still random choice,
the time interval could be set as low as 0.4 seconds without 502 errors in my test.
Your minimum time interval depends on your own network environment.
Conduct your own tests, but don't set it too low, such as below 0.2,
as this may trigger security mechanisms that
could result in your IP being blocked by the providers.
 
Last edited:
  • Like
Reactions: CAT0X0