Mod1's language files (english.json, french.json, etc.) are missing some lines that the game needs in order to construct the Options menu. Please follow these steps to restore them. Note that you only *have* to repair the file for the language you are currently playing in. But if you eventually want to distribute and/or use the mod in all languages, then you should repair all of the files.
Steps
I'll use english.json as the example, but the same steps apply to all language files.
- In the Steam application, choose the Library tab
- In the list of games, right-click Road Not Taken and choose Properties.
- Choose the Local Files tab.
- Click Browse Local Files.
- Drill down into your mods folder.
- Drill down into your mod1 folder.
- Open the file english.json in a text editor.
- Search for the string "shrine_home_respawn_message_ok" (no quotes).
- Below it is where the missing lines should go. Add the following lines:
,"restart_career_option": "Restart Game"
,"restart_career_title": "Are you sure? This will permanently kill your character."
,"restart_career_no": "Never mind."
,"restart_career_yes": "Yes, go ahead." - It should now look like the screenshot below. If it does, save the file.
- Launch the game.
- Press X to open the Options menu. It should no longer give the error.
So what are those lines in other languages?
English
,"restart_career_option": "Restart Game"
,"restart_career_title": "Are you sure? This will permanently kill your character."
,"restart_career_no": "Never mind."
,"restart_career_yes": "Yes, go ahead."
French
,"restart_career_option": "Redémarrer jeu"
,"restart_career_title": "Êtes-vous sûr? Cela tuera définitivement votre personnage."
,"restart_career_no":"Non, continuer la partie."
,"restart_career_yes":"Oui, confirmer."
German
,"restart_career_option": "Neustart game"
,"restart_career_title": "Sind Sie sicher? Dies wird dauerhaft Ihr Charakter zu töten."
,"restart_career_no":"Nein, ich möchte weiterspielen."
,"restart_career_yes":"Ja, weiter."
Italian
,"restart_career_option": "Ricominciare gioco"
,"restart_career_title": "Sei sicuro? Ciò definitivamente uccidere il tuo personaggio."
,"restart_career_no":"No, continua a giocare."
,"restart_career_yes":"Sì, continua."
Japanese
,"restart_career_option": "最初からやり直す"
,"restart_career_title": "現在のゲームを終了します。本当に最初からやり直しますか?"
,"restart_career_no": "やっぱりこのまま続ける。"
,"restart_career_yes": "はい。別れのキスを…"
Spanish
,"restart_career_option": "Reiniciar la historia"
,"restart_career_title": "¿Seguro que quieres reiniciar la historia? No se puede deshacer."
,"restart_career_no": "No. ¡Sácame de aquí!"
,"restart_career_yes": "Si. Terminar esta historia."
Comments
0 comments
Article is closed for comments.