6 comments
Avatar
TrustedVIPHelperDazed.N.Confused
There is English support via the English interface and English subtitles.
Uploaded Image
1
Hide Replies 4
Avatar Placeholder
Defalt_
How to change language ?
1
Hide Replies 3
Avatar
TrustedVIPHelperDazed.N.Confused
For a cracked game, the language settings are usually changed within a text file. Not all cracked games have their language settings in the same, exact named file, folder or subfolder. You would need to go to the installed game's folder and try to find a text file that is called either "steam_api.ini", "steam_emu.ini", "settings.txt", "settings.ini", "language.txt", "force_language.txt" or any file with a file extension of ".ini" or "txt". Sometimes, the name of the Scene or P2P group that cracked the game is used to prefix the name of the text file that has the language settings like "RUNE.txt", "TENOKE.txt", "FLT.txt", "RUNE.ini", "TENOKE.ini", "FLT.ini" ... etc.

Search in any subfolders, if necessary (The text file might not be in the installed folder's root directory) and then open it with Notepad. In the text file, do a search for the key "language". If it is found, set the key's value to a language that is supported by the game (eg. - language = english, language = tchinese, language = schinese, ... etc. Check the game's retail page for supported languages to make sure that the language that you set is actually supported by the game), save the change and then try running the game again.
Uploaded Image
2
Hide Replies 2
Avatar Placeholder
Hent
This game doesn't have all the files you mentioned.
Hide Replies 1
Avatar
TrustedVIPHelperDazed.N.Confused
I didn't write that ALL of those files are possibly within the WinRAR archive for the game. The files that I mentioned were only example names of a possibly existing text file which would possibly contain the language settings for this cracked game. Carefully re-read my previous reply to "Defalt_".

IGG, the administrator of this site, is responsible for acquiring the games listed on this site but the Scene or P2P group or cracker who cracked this game is responsible for whatever files get packaged into the WinRAR archive. Just try to look for any text file (Its file extension could be .txt, .ini or yet anything else - As long as you can open it with Notepad then try to search for the "language=" key). I was only offering a general guide for changing the language. I did not package the files within the WinRAR archive for this game or any other game.

There is always the possibility that the file in question doesn't exist which would mean that whomever did the cracking did not include support for a given language other than English (The other language(s) may have possibly been left out to lessen the download size of the cracked game). The supported language(s) notification that I posted is from this game's official Steam page since no such information is available from the Scene or P2P. In many cases, the language support information remains unchanged from the official, retail version to the cracked version but anything can happen.
Uploaded Image
Avatar Placeholder
RyuHoshixio
Hi, i am getting below error message when going into second or third page of the gallery.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gui_scripts/screenReplay.rpy", line 62, in execute
File "game/gui_scripts/screenReplay.rpy", line 62, in execute
File "game/gui_scripts/screenReplay.rpy", line 128, in execute
File "game/gui_scripts/screenReplay.rpy", line 134, in execute
File "game/gui_scripts/screenReplay.rpy", line 135, in execute
File "game/gui_scripts/screenReplay.rpy", line 144, in execute
Exception: DynamicImage ['/gui/replay/replay12_b.png']: could not find image. ('/gui/replay/replay12_b.png')

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
  python hide:
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\ast.py", line 1138, in execute
  renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\python.py", line 1122, in py_exec_bytecode
  exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  ui.interact()
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\ui.py", line 299, in interact
  rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 3582, in interact
  repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 4055, in interact_core
  root_widget.visit_all(lambda d : d.per_interact())
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 684, in visit_all
  d.visit_all(callback, seen)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 684, in visit_all
  d.visit_all(callback, seen)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 684, in visit_all
  d.visit_all(callback, seen)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\screen.py", line 476, in visit_all
  callback(self)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\core.py", line 4055, in <lambda>
  root_widget.visit_all(lambda d : d.per_interact())
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\screen.py", line 487, in per_interact
  self.update()
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\screen.py", line 680, in update
  self.screen.function(**self.scope)
File "game/gui_scripts/screenReplay.rpy", line 62, in execute
File "game/gui_scripts/screenReplay.rpy", line 62, in execute
File "game/gui_scripts/screenReplay.rpy", line 128, in execute
File "game/gui_scripts/screenReplay.rpy", line 134, in execute
File "game/gui_scripts/screenReplay.rpy", line 135, in execute
File "game/gui_scripts/screenReplay.rpy", line 144, in execute
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\sl2\sldisplayables.py", line 451, in sl2add
  d = renpy.easy.displayable(d, scope=scope)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\easy.py", line 136, in displayable
  return renpy.display.image.DynamicImage(d, scope=scope)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\image.py", line 598, in __init__
  self.find_target(scope)
File "D:\Game\WEC\With.Eyes.Closed.Season.1\game\renpy\display\image.py", line 683, in find_target
  raise Exception(error)
Exception: DynamicImage ['/gui/replay/replay12_b.png']: could not find image. ('/gui/replay/replay12_b.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
With Eyes Closed Season1
Wed Aug 28 06:56:18 2024
```