Can anyone run this programme in college kings 2? It gives an error when I press play. Does anyone know the solution to the problem?
You must be registered to see the links
Can anyone run this programme in college kings 2? It gives an error when I press play. Does anyone know the solution to the problem?
there's no channel on the linkYou must be registered to see the links
Here is the translation of this post.there's no channel on the link
it is working. Thanks a lotHere is the translation of this post.
Hello.
The error occurs due to the fact that the game lacks a part of the interface from which Translator 3000 can "assemble".
I did a fix a long time ago, you can try it, maybe it will help on the current version of the game:
> 1. Download the attached archive.
> 2.Unpack and move the "gui" directory to the "game" folder, which is located in the game directory.
> 3. Start the game.
try changing the setting "workMethod" on "allText" , it helps me in some gamesI would like to play Leap Of Faith but it defies any translation ... advice or help someone please ....
Translate by google
Thanks for the advice but it doesn't work .... I really don't know anymore .... I'm sad ...try changing the setting "workMethod" on "allText" , it helps me in some games
Start new game or load and put to console:Thanks for the advice but it doesn't work .... I really don't know anymore .... I'm sad ...
config.say_menu_text_filter ==_translator3000.Translator3000.single_instance
init 999 python:
def ct1():
try:
if _translator3000.Translator3000.single_instance != config.say_menu_text_filter:
smtff = config.say_menu_text_filter
def smtf1(text):
return _translator3000.Translator3000.single_instance(smtff(text))
config.say_menu_text_filter = smtf1
except Exception as e:
pass
ct1()
ct1()
, every time you start the new game or load save again.Start new game or load and put to console:
If this command say True - problem in translator, update or reconfigure it.Code:config.say_menu_text_filter ==_translator3000.Translator3000.single_instance
If this command say False, put next code as zzz.rpy file to game folder:
If it not work in game - put to consoleCode:init 999 python: def ct1(): try: if _translator3000.Translator3000.single_instance != config.say_menu_text_filter: smtff = config.say_menu_text_filter def smtf1(text): return _translator3000.Translator3000.single_instance(smtff(text)) config.say_menu_text_filter = smtf1 except Exception as e: pass ct1()
ct1()
, every time you start the new game or load save again.
If any next folder exist - backup and remove it:Thanks for your help, but after loading the game...
game/python-packages/certifi
game/python-packages/certifi-*.dist-info
Come to discord and let's solve it. kemal722The translation doesn't work for the game Summer's Gone. How do I fix the problem?
Use the free version on github for games under 8.0, the new versions are too buggy for meHi all.
Milfy City [v1.0d] [ICSTOR]
How to configure translator3000. version 3.8.19 for the latest version?
After adding the game does not start
Thanks a lot for your help.. It's working now....If any next folder exist - backup and remove it:
Code:game/python-packages/certifi game/python-packages/certifi-*.dist-info
On the developer's site, the user who encountered your problem said that you need to enable Translate all text in the game (beta) in the translator settings.The translation doesn't work for the game Summer's Gone. How do I fix the problem?
Only need to activate that option, and as soon as it recovers from the freeze you activate the default option again.On the developer's site, the user who encountered your problem said that you need to enable Translate all text in the game (beta) in the translator settings.