A script to use any voice language like Japanese with English text

Posted by Steve

Monday, March 15, 2021 7:43 PM

A script to use any voice language like Japanese with English text

I really wanted to try other voices but can't play without English text, so I made this script and wanted to share it. It will move game's text files into some backup folder in the right moment, which will cause the game to fallback to English text no matter what your language is set to. It will revert the files back to their original places after the game has started and shutdown itself.

How To:

  1. Download & install Git Bash (or you can manually install MinGW, try Cygwin or WSL but installing and using Git Bash is easier for most).
  2. Save the script as a ".sh" file like "val.sh"
  3. Open it up with some text editor and change "DIR" variables according to your system.
  4. Open up the launcher and change your language to the desired voice language then close it.
  5. Double-click on the script and wait for the game to start automatically. (Or if you can't do that, manually open it inside Git Bash by typing ./val.sh inside the same directory)

https://gist.github.com/personinblack/30e6d8d642811127a0252419e9e61e07

References

  • https://www.reddit.com/r/VALORANT/comments/m5aefr/a_script_to_use_any_voice_language_like_japanese/
  • https://reddit.com/m5aefr

More Like This