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,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
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,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
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,319
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,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
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
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, the other game where I found newgrounds is new york shark
    +1
  • SylverReZ @ SylverReZ:
    Spoke to Tom Fulp the other day, if he can find his old Newgrounds site content like the mini Flash animations from the 2000's that played on the portal.
  • SylverReZ @ SylverReZ:
    So far no response, but he did say that he'll find them. Wayback Machine doesn't have em.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast the 1999 versión of pico's school is avaliable (the difference between it, the 2006 versión and the 2016 versión is that the speed of the game depends of the speed of your computer and that it had the og soundtrack)
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Another being Pico VS Bear, the original 1999 version before Jim Henson filed a DMCA takedown.
    +1
  • Xdqwerty @ Xdqwerty:
    The 2006 versión was made when the flash portal was made
  • SylverReZ @ SylverReZ:
    Many people thought it was lost, but was discovered that he hid it on the same page.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, although the "secrets" system where the game was has been removed. Also pico vs uberkids had a netplay versión that was shutdown, although the swf file has been found
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Nope. There are two download buttons on the same page, where you can download the original under a file called "bear.exe". "bear2.exe", however, is the updated game in a Flash projector. P.s. this was on the archived Pico page from 2000.
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's been there for a long time, too. People who search for lost media don't look hard enough lmao.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on internet archive too (https://archive.org/download/picos_school_2)
    +1
  • Xdqwerty @ Xdqwerty:
    Iirc the demos were removed from newgrounds in 2022
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, or well only the demo with mindchamber's style was on newgrounds
    +1
  • Xdqwerty @ Xdqwerty:
    Fun fact @SylverReZ: iirc one of the goals on the fnf Kickstarter stated that pico 2 would be finished but the Kickstarter didnt get enough money for that goal to be fullfiled
  • SylverReZ @ SylverReZ:
    @Xdqwerty, FNF sucks, their community is toxic as hell.
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ its a single player game
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, Yea but it has a shitton of mods with their own songs and stuff
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, and quite a lot of people involved in those mods get cancelled
  • SylverReZ @ SylverReZ:
    Newgrounds wasn't the birth of FNF; rather, it was games where you beat up celebrities and parodies.
    +2
  • a_username_that_is_cool @ a_username_that_is_cool:
    FNF was born from Game Jams
  • a_username_that_is_cool @ a_username_that_is_cool:
    Specifically Ludum Dare 47
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and Sonic fights a la dragón ball z
    Xdqwerty @ Xdqwerty: