Homebrew RELEASE TinWoo Installer

Status
Not open for further replies.

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,481
Trophies
3
Age
46
Location
At my chair.
XP
19,238
Country
Colombia
Everything in the Tinwoo app. The selected language option says "En", but pretty much everything else, meaning almost every other word in the app, is displaying Chinese characters instead of English letters or words.
ok, you are right, but the latest release is from 2020, you can raise a ticket on github.

I do recommend you to use DBI or AtmoXL-Titel-Installer they has been updated recently.

https://github.com/rashevskyv/dbi
https://github.com/dezem/AtmoXL-Titel-Installer/releases
 

ShadowbannedAllstar

Well-Known Member
Newcomer
Joined
Dec 5, 2020
Messages
55
Trophies
0
Age
44
XP
270
Country
United States

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
Sooo.... I love this app/plugin/whatever you want to call it; it's my default installer.

However, right after I installed the latest update, all the text is in Chinese. And I have English as the selected language.

WTF happened?
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,481
Trophies
3
Age
46
Location
At my chair.
XP
19,238
Country
Colombia
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
1694917836748.png


my console is setting like:
1694916304535.png


then run tinwoo for the first time on title override mode:

1694917974559.png


1694917988362.png


As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

1694918058816.png

selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

1694918901687.png

But if I select "System" language or English:

1694918574103.png


1694918753335.png

as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
1694919164260.png


so far now I was unable to put English language ;(
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
nothing buddy, That what I did:

via FTP transfer the latest TinWoo-Installer.zip just downloaded from GitHub (ea925ea10a5e76b933b32a32f9e8b893a4b55fb079da4dbca0e88fc9fa20c9bf *TinWoo-Installer_1_0_18.zip) to my console:
View attachment 394328

my console is setting like:
View attachment 394326

then run tinwoo for the first time on title override mode:

View attachment 394329

View attachment 394330

As you can see the Japanese language is the default one, after exiting this is the content of the SD:/switch/tinwoo/config.json file

View attachment 394331
selecting any of other languages, (JP, FR, DE, IT, RU, ES or TW) the language changes correclty:

View attachment 394335
But if I select "System" language or English:

View attachment 394333

View attachment 394334
as you can see the language is "En" and the flag is England one, but the interface is on Japanese.
the config.json file
View attachment 394336

so far now I was unable to put English language ;(
Ok I'll have another look at it tomorrow, it's weird how it works fine for me though. Paste your config file.
 
  • Haha
Reactions: impeeza

Wombo Combo

That Ain't Falco
Member
Joined
Mar 17, 2010
Messages
822
Trophies
1
XP
1,316
Country
United States
Delete the config.json file from your switch/tinwoo folder. I changed some of the code for languages. Your config file is pointing to 99, it should be 0 now. Just delete that file and restart tinwoo and it will go to English.
Hi I did everything you said and it still stays on Japanese I reverted to version 1.0.12 and it went back to English but if I update via update in app to new version it forces Japanese language. So I am guessing it is something in the new update?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
sometimes happen, don't worry.
I've just formatted an sd card, done a fresh install of atmospherenx and hekate, downloaded tinwoo from github and that's the only app in the switch/tinwoo folder I installed. Ran Tinwoo and instantly it goes to English.
 
  • Haha
Reactions: impeeza

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
things what happen.
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.

Also your config file is wrong, it should have list override in it:

Code:
{
    "autoUpdate": true,
    "deletePrompt": true,
    "fixticket": true,
    "gAuthKey": "AIzaSyBMqv4dXnTJOGQtZZS3CBjvf748QvxSzF0",
    "gayMode": false,
    "httpIndexUrl": "http://",
    "httpkeyboard": false,
    "httplastUrl": "http://",
    "ignoreReqVers": true,
    "languageSetting": 0,
    "listoveride": false,
    "overClock": true,
    "sigPatchesUrl": "https://github.com/mrdude2478/patches/releases/download/1/patches.zip",
    "usbAck": false,
    "useSound": true,
    "validateNCAs": true
}

You aren't generating a proper config file and that's why you are having issues. Mine got generated by the program as I deleted it.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,481
Trophies
3
Age
46
Location
At my chair.
XP
19,238
Country
Colombia
Well I can't fix it if I don't get an error, everything is working fine for me. I am using a version 1 patchable switch, System language is set to English although this shouldn't matter as it gets that language file from romfs, in the code the default value of 0 is set to English.
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
I also have a V1 unpatched, using EmuNAND file based, there is any way to test the code which get the language and "sense" the system language?
Try this, it works perfect for me. The language is set by reading that config file - 0 means English, then it reads a json file from romfs.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Sicklyboy @ Sicklyboy:
    @BigOnYa, I'll rip a bag off my Volcano to that, brother
    +2
  • a_username_that_is_cool @ a_username_that_is_cool:
    DDDS . Dual Developer Dedede System :)
    +1
  • BakerMan @ BakerMan:
    also happy birthday @Xdqwerty
    +1
  • BigOnYa @ BigOnYa:
    Is it me you're looking for?
  • MysticStarlight @ MysticStarlight:
    'Cause I wonder where you are
  • MysticStarlight @ MysticStarlight:
    wait I got the lyrics mixed up
    +1
  • BigOnYa @ BigOnYa:
    And I wonder what you do...Lol
  • BigOnYa @ BigOnYa:
    Its all good, I'm here to talk to you.
  • BigOnYa @ BigOnYa:
    Hello
  • BigOnYa @ BigOnYa:
    I've been playing fallout4 all day, I went into a elevator and it kept going, never stopped, waited 5 minutes, must of been a bug. How bout you, whatcha do today?
    +1
  • MysticStarlight @ MysticStarlight:
    I'm wondering why a stray tuxedo cat has a cloudy eye
  • MysticStarlight @ MysticStarlight:
    I've been playing TOTK all day also
    +1
  • MysticStarlight @ MysticStarlight:
    Oh you reminded me of those elevator nightmares
  • BigOnYa @ BigOnYa:
    Awesome game, fun how they force you to build, but you can build as you want
  • MysticStarlight @ MysticStarlight:
    It is super fun, I actually prefer it over BoTW
    +1
  • BigOnYa @ BigOnYa:
    The guy holding the sign always cracked me up, esp when you fail, and it falls
  • MysticStarlight @ MysticStarlight:
    Ah yes, that guy lol. I still need to find all his signs. The game has a lot to do though so I don't know what to finish first
  • MysticStarlight @ MysticStarlight:
    I'm 120 hours in and am still like 44.4% done
    +1
  • BigOnYa @ BigOnYa:
    Good times. Building is starting to get good around now for you. You making me want to make run thru again.
  • BigOnYa @ BigOnYa:
    Ok good chatting, enjoy your gaming, and avoid the lightning, or put your sword away. Good night.
  • K3Nv2 @ K3Nv2:
    All I gotta do is not spend $10 in the next 5 days and I'll break even this month lol
  • K3Nv2 @ K3Nv2:
    @BigOnYa, tell your wife not to forget her wallet
    K3Nv2 @ K3Nv2: @BigOnYa, tell your wife not to forget her wallet