A language learning RPG providing the immersive environment best suited for learning new languages.
-
Ensure you have downloaded Anki and have it opened. The
Anki Essentialsfolder provides all you need to set up Anki. You can also download Anki directly from Anki's download page. -
Import the provided Anki deck package into Anki by clicking the
Import Filebutton in Anki. -
Install the Anki-Connect addon by doing the following:
- Open the
Install Add-ondialog by selectingToolsthen click onAdd-onsand finallyGet Add-ons...in Anki - Input
2055492159into the text box labeled "Code" and pressOKto proceed - Restart Anki when prompted to complete the installation of Anki-Connect
- Open the
-
Configure Anki-Connect
- Go back to the add-ons, make sure
Anki-Connectis selected, then clickConfig - Replace the code section with the code below:
{ "apiKey": "MySecureApiKey", "apiLogPath": null, "ignoreOriginList": [], "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOriginList": ["http://localhost/"] }
- Go back to the add-ons, make sure
-
THAT'S IT!! Go to the
ELT Gamefolder and launch theEchoes of the Lost Tongue.exeexecutable, your game is ready!
Tip
Q: Why isn't the lesson loading?
A: Make sure you have Anki running in the background BEFORE you launch the game.
Q: My lesson is having other issues, why?
A: Check if you successfully imported the Anki Deck. You'll know it was successful if you can see the deck named Japanese Phonetic Writing System - Free Refold Deck populated as one of your decks in Anki.
Q: There's some connection error I keep seeing, what do I do?
A: After updating the Anki-Connect add-on Config, don't forget to click Apply to save the changes. If issues persist, try uninstalling Anki-Connect (ONLY THE ADD-ON) and reinstall it. When you open the Config, only edit the apiKey field. Change the value to "MySecureApiKey",. The line should look like this:
"apiKey": "MySecureApiKey",