Lord-Akkrand / Skyrim-NX-Toolkit

A set of scripts to convert mods from Skyrim SE to Skyrim NX
MIT License
71 stars 1 forks source link

Japanese version #15

Closed studioai closed 4 years ago

studioai commented 5 years ago

I really appreciate for your works.

I'm playing japanese version. so, I had to change title ID folder name. and it works fine but all texts are in English. I tried to replace options in ini file, but didn't work. I attach what I tried below in Skyrim.ini file.

sLanguage=JAPANESE sSupportedLanguages=JAPANESE,ENGLISH,FRENCH,SPANISH,GERMAN,ITALIAN,RUSSIAN

How can I bring back japanese language?

fennectech commented 5 years ago

You’ll have to edit that in the second ini.

fennectech commented 5 years ago

You’ll also have to download the Japanese voices from the eshop :)

studioai commented 5 years ago

@fennectech Thanks for quick reply. but I don't understand what second ini is

fennectech commented 5 years ago

When you change the language in game it will select the language ini here.
40259042-3c01-4df4-ac20-477f1be9c833 I have created single ini files that will also work. You can find them here... (Ive merged them into one ini).
https://cdn.discordapp.com/attachments/490231071359893505/513357215667585044/SingleINIs.zip. This means you will replace your skyrim.ini with the skyrim.ini in here. You need an empty skyrim_ja.ini You will then put the stuff you would normally put in skyrim_ja.ini into skyrim.ini

studioai commented 5 years ago

I just followed your instruction. No texts are displayed except "Press Any Button" which seems to be an image. Is this related to font setting?

studioai commented 5 years ago

I solved it!

[Fonts] sFontConfigFile=Interface\FontConfig_ja.txt

adding abobe line to ini did the magic!

fennectech commented 5 years ago

Whoot. Glad to hear it. Sorry I couldn’t be of more help :/

On Fri, Jan 11, 2019 at 9:56 PM studioai notifications@github.com wrote:

I solved it!

[Fonts] sFontConfigFile=Interface\FontConfig_ja.txt

adding abobe line to ini did the magic!

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/Lord-Akkrand/Skyrim-NX-Toolkit/issues/15#issuecomment-453717178, or mute the thread https://github.com/notifications/unsubscribe-auth/ALZmAVLfAHtkwQ5g1FJ1T3m1jPNnqJvLks5vCV0KgaJpZM4Z73w- .

-- FennecTECH