• Stars
    star
    241
  • Rank 166,895 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FGO Translation Project

Rayshift.io Translate Fate/Grand Order

GitHub Release Github All Releases license: CC BY-NC-SA 4.0 Discord Chat

This application translates cutscenes in Fate/Grand Order JP & NA into a variety of different languages. It features real time machine translation of the most recent event using DeepL. Older content uses the official translation from the North American region. Teams of translators are working on human translations in various different languages.

Android 12 & 13 are now fully supported. Click to download.

Video tutorial on how to use this app: https://www.youtube.com/watch?v=OCL6e62u5AI

If you're able, become a Patreon to help support the hosting and maintenance costs of the app. Patreons have access to beta features.

Example

If the text is too fast or slow, you can change text speed in the game settings. (Top = text speed, bottom = scroll speed)

Currently, English translations are available for:

  • Official: Fuyuki to LB5.5 & Ooku (including events older than 2 years).
  • Machine & Edited: Everything else
  • Human: LB6, Tunguska Sanctuary, Traum, LB7.

Languages

  • A Spanish translation for F/GO is also available through this app. Please see https://proyectograndorder.es/ for more information.
  • A Portuguese Brazilian translation is also available.
  • New! A French translation is now available.
  • New! An Indonesian translation is now available.

Installation

Requirements: Android 5, 6, 7, 8, 9, 10, 11, 12, 13 are supported. Root is not required.

  1. Ensure you have the latest Fate/Grand Order installed.
  2. Log into Fate/Grand Order JP to ensure your game data is up to date - click "Download" if promoted for a data update. Afterwards, close the application.
  3. Download and install the latest APK from the releases page.
  4. Click "install" below the bundle you want to install. You only need to install 1 bundle at a time.
  5. Reopen Fate/Grand Order.

Updates

The scripts will update on a regular basis. Please keep the app installed and check it regularly - the "installed" status will change to "update available" when an update is ready.

To update after new content is added, you must do the following:

  1. Open Fate/Grand Order and accept the data download.
  2. Close Fate/Grand Order and click "Update" in the translation app.
  3. Reopen Fate/Grand Order.

The application will also auto-update an installed set of scripts when they have minor changes, provided your device is compatible. This can be disabled in the About tab.

Uninstallation

  1. Close Fate/Grand Order.
  2. Open the application and click "Uninstall".
  3. Reopen Fate/Grand Order.
  4. You can also clear the cache in-game if you cannot use the application.

Troubleshooting

Please check our troubleshooting wiki for help with issues. Alternatively, visit the discord server for help.

"An internal error has occurred"

Try these troubleshooting steps:

  1. Restart your phone. If the error persists,
  2. Go to About -> Configure Android 11 Setup. If the error persists,
  3. Reinstall the translatefgo app. If the error still persists,
  4. Report as a bug on github.

Is this safe, will I get banned?

No action has been taken against players for using this app.

The chance of being banned is unlikely for the following reasons:

  • The app modifies cached story scripts on your SD card (or internal storage), it does not modify or alter the base game.
  • The game does not and can not detect the modification of cached story scripts.
  • The app has 100,000+ downloads with 15,000+ active users, and has been operating for nearly 3 years without any bans or warnings being issued because of the app.
  • It is unlikely to be in the interest of the game's developers or publishers to ban or otherwise punish people for translating story text.
  • The app is open source, so you can vet what it does, and build it yourself if you are worried.

However, there are some things you should do before using this app to ensure the safety of your account.

  • Always ensure you download the app from rayshift.io or this GitHub page. Do not trust third party sources.
  • Create and write down a bind code for your account before using the app.

Does this work on NA?

NA is supported for English to Spanish and PtBr translations starting with Translate/FGO version 2.0.0.

Contact Information

This tool operates in good faith to increase player accessibility to Fate/Grand Order. Please use the GitHub issues section for bug reports and suggestions. Should you wish to privately contact the current maintainer of this application, please email webmaster at rayshift.io.

DMCA

Rayshift takes no responsibility for translations uploaded by others. Should you wish to request the takedown of user-generated content, please send an email to dmca at rayshift dot io.

Please provide a detailed description of where to find the content in question, and a written declaration that you are the copyright owner, or have permission to act on the copyright owner's behalf. We aim to respond to all DMCA requests within two working days.

By submitting a DMCA report, you consent to us using your personal data (such as your email address) for the sole purposes of processing the report.

Build Instructions

Should you wish to build the android app yourself, please follow these instructions.

Prerequisites

Windows:

Visual Studio 2019 with the Xamarin application framework installed.

Linux:

Install the mono development framework and build the Xamarin framework.

Building

Add your google services json file to RayshiftTranslateFGO.Android/google-services.json.

Run commands similar to these, changing the paths as required:

msbuild /t:clean RayshiftTranslateFGO.Android/RayshiftTranslateFGO.Android.csproj
msbuild /t:restore RayshiftTranslateFGO.Android/RayshiftTranslateFGO.Android.csproj
msbuild /p:Configuration=Release /t:PackageForAndroid RayshiftTranslateFGO.Android/RayshiftTranslateFGO.Android.csproj /p:AndroidSdkDirectory=/path/to/android-toolchain/sdk /p:AndroidNdkDirectory=/path/to/android-toolchain/ndk

You then need to sign and zipalign your APK (both applications are part of the Android SDK Tools):

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -storepass passwordhere -keystore /path/to/the.keystore RayshiftTranslateFGO.Android/bin/Release/io.rayshift.translatefgo.apk alias_name
zipalign -f -v -p 4 RayshiftTranslateFGO.Android/bin/Release/io.rayshift.translatefgo.apk RayshiftTranslateFGO.Android/bin/Release/io.rayshift.translatefgo-release.apk

Contributing

Please ensure your contribution is approved by first submitting a github issue with the topic of feature request and waiting for approval. Approval is not needed for fixing open bugs, but please notify others you are working on an issue first.

Please note all code relating to bundle creation, translation and the API is private and will not be made available. This app only functions as an installer for those pre-created bundles.

If the change you are suggesting requires an API change, as the API is not open source, please clearly state what changes need to be made in your pull request.

Pull requests

  1. Ensure code written is compatible with .NET Standard 2.0.
  2. Test your changes in an android emulator or on a real device.
  3. Do not increase version numbers in your pull request. We will merge into a development branch and increase the version numbers before release.
  4. Submit a new pull request.

Licence

The code in this repository, the bundles from our API, and any android applications released are licenced under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 licence. This means it is forbidden to use or distribute any version of the application or any translated bundle for commercial purposes. This is for the protection and longevity of the app.

Google Play and the Google Play logo are trademarks of Google LLC.

Fate/Grand Order is Copyright Aniplex Inc., DELiGHTWORKS, Aniplex of America and Sony Music Entertainment (Japan) Inc. All images and names owned and trademarked by Aniplex Inc., DELiGHTWORKS, Aniplex of America and Sony Music Entertainment (Japan) Inc. are property of their respective owners.