ROM Hack [Release] compareTitlesCSV - tells you what is safe to delete after region change

cearp

瓜老外
OP
Developer
Joined
May 26, 2008
Messages
8,740
Trophies
2
XP
8,587
Country
Tuvalu
This has happened to me before. You need to delete the folders at the same time you perform the SecureInfo swap, not afterwards.

Note that either way, deleting the folders by itself doesn't seem to fully remove titles, and causes problems with New3DS region swaps. Consider using BigRedMenu instead.

i guess deleting them and then formatting would fix it... right?
 

Wowfunhappy

Well-Known Member
Member
Joined
May 14, 2008
Messages
578
Trophies
0
XP
420
Country
United States
i guess deleting them and then formatting would fix it... right?

IIRC it didn't, but it was a couple weeks ago now so I'm really not sure.
What I do know for sure is that deleting titles from the NAND doesn't fully remove them, even after a system format, so it's really a good idea to use Big Red Menu instead.
 

cearp

瓜老外
OP
Developer
Joined
May 26, 2008
Messages
8,740
Trophies
2
XP
8,587
Country
Tuvalu
IIRC it didn't, but it was a couple weeks ago now so I'm really not sure.
What I do know for sure is that deleting titles from the NAND doesn't fully remove them, even after a system format, so it's really a good idea to use Big Red Menu instead.

well i'm not sure what uninstalling (via bbm) actually does, maybe it does more than simply deleting the files, it might remove entries elsewhere too - but i doubt it. it's open source i think so
 

Wowfunhappy

Well-Known Member
Member
Joined
May 14, 2008
Messages
578
Trophies
0
XP
420
Country
United States
Big Red Menu doesn't uinstall system titles correctly and you'll likely get a brick or something important not working aftewords. I'd recommend waiting till an alternative comes out or when Big Red Menu is fixed.

It has worked fine for a lot of people in the thread about making North American New 3DS's. The trick is to not use BRM until after the SecureInfo files have been swapped.
 

Zhou

Member
Newcomer
Joined
Dec 29, 2015
Messages
17
Trophies
0
Age
33
XP
59
Country
Switzerland
Firstly thanks for publishing this tool.

But can someone provide a easier tutorial for noobs like me?

I'm trying to change my new3ds jp into us, now stuck in the deleting duplicating title step. Every thread concerning region swapping mentions this tool, but when i downloaded it on my compteru, i completely didn't know how to use it.

I've never used Python. Do I just have to double click the tool and follow its hint? I tried this before, a window jumped out and disappeared very fast. So how can i specify the two title csv's i downloaded and the following system versions? In other word, where should i write the specifying script?

Sorry for my bad English. Someone help me, please~
 

Louch 雪 Daishiteru

Well-Known Member
Newcomer
Joined
Sep 14, 2015
Messages
91
Trophies
0
Age
24
XP
279
Country
Brazil
Firstly thanks for publishing this tool.

But can someone provide a easier tutorial for noobs like me?

I'm trying to change my new3ds jp into us, now stuck in the deleting duplicating title step. Every thread concerning region swapping mentions this tool, but when i downloaded it on my compteru, i completely didn't know how to use it.

I've never used Python. Do I just have to double click the tool and follow its hint? I tried this before, a window jumped out and disappeared very fast. So how can i specify the two title csv's i downloaded and the following system versions? In other word, where should i write the specifying script?

Sorry for my bad English. Someone help me, please~
- Download the compareTitlesCSV.py
- Download and install Python 2.7
- Download the CSV's for the version/region you are and the version/region you want to go to. Here: http://yls8.mtheall.com/ninupdates/reports.php
(if you want to go from 9.2J to 10.3U for example, download the respective CSV's for each version/region)
- Open CMD and type the command in this format: (example)

'python.exe location' 'compareTitlesCSV.py location' '9.2.0-20J.csv (version/region you are (location))' '10.3.0-28U.csv (version/region desired (location))' -region1 JPN -region2 USA

So, to simplify, mine would be like this:

C:\Python27\python.exe C:\Users\Louch\Desktop\compareTitlesCSV.py C:\Users\Louch\Desktop\9.2.0-20J.CSV C:\Users\Louch\Desktop\10.3.0-28U.CSV -region1 JPN -region2 USA

- I also recommend saving an output file using the '>C:\systitles.txt' command in the end. That way, you can simply open the file as a text document and find the UniqueIDs via CTRL+F.
 
Last edited by Louch 雪 Daishiteru,
D

Deleted User

Guest
- Download the compareTitlesCSV.py
- Download and install Python 2.7
- Download the CSV's for the version/region you are and the version/region you want to go to. Here: http://yls8.mtheall.com/ninupdates/reports.php
(if you want to go from 9.2J to 10.3U for example, download the respective CSV's for each version/region)
- Open CMD and type the command in this format: (example)

'python.exe location' 'compareTitlesCSV.py location' '9.2.0-20J.csv (version/region you are (location))' '10.3.0-28U.csv (version/region desired (location))' -region1 JPN -region2 USA

So, to simplify, mine would be like this:

C:\Python27\python.exe C:\Users\Louch\Desktop\compareTitlesCSV.py C:\Users\Louch\Desktop\9.2.0-20J.CSV C:\Users\Louch\Desktop\10.3.0-28U.CSV -region1 JPN -region2 USA

- I also recommend saving an output file using the '>C:\systitles.txt' command in the end. That way, you can simply open the file as a text document and find the UniqueIDs via CTRL+F.
Location isn't needed if you have the csv's in the same folder than the program...
 
Last edited by ,

Zhou

Member
Newcomer
Joined
Dec 29, 2015
Messages
17
Trophies
0
Age
33
XP
59
Country
Switzerland
- Download the compareTitlesCSV.py
- Download and install Python 2.7
- Download the CSV's for the version/region you are and the version/region you want to go to. Here: http://yls8.mtheall.com/ninupdates/reports.php
(if you want to go from 9.2J to 10.3U for example, download the respective CSV's for each version/region)
- Open CMD and type the command in this format: (example)

'python.exe location' 'compareTitlesCSV.py location' '9.2.0-20J.csv (version/region you are (location))' '10.3.0-28U.csv (version/region desired (location))' -region1 JPN -region2 USA

So, to simplify, mine would be like this:

C:\Python27\python.exe C:\Users\Louch\Desktop\compareTitlesCSV.py C:\Users\Louch\Desktop\9.2.0-20J.CSV C:\Users\Louch\Desktop\10.3.0-28U.CSV -region1 JPN -region2 USA

- I also recommend saving an output file using the '>C:\systitles.txt' command in the end. That way, you can simply open the file as a text document and find the UniqueIDs via CTRL+F.
Thanks very much for writing this So Detailed tutorial and sorry for replying so late! I've successfully changed my emunand into USA version thanks to you friends in this forum! Feel so happy to be here!:)
 
D

Deleted User

Guest
Thanks for this simple script. Really useful. Although it took a while for me to figure out how to use it :D.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    I only drank alcohol once and it was by accident
  • Xdqwerty @ Xdqwerty:
    I didnt know it was beer, it was on a juice bottle
  • SylverReZ @ SylverReZ:
    Yeah, I'm addicted to smoking, sadly. It's very addictive but I wish I didn't start.
  • K3Nv2 @ K3Nv2:
    May just order a 5700g for a nas/emulation set up tbh
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast you were asleep on 4/20
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, you played that Mario flash game called Mario 63?
  • SylverReZ @ SylverReZ:
    @Xdqwerty, No, but I've seen it on Vinesauce's stream.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, that game is one of the reasons i met newgrounds bc the full versión of it is in that site
  • Xdqwerty @ Xdqwerty:
    Also somebody is remaking it
  • 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: @SylverReZ, or well only the demo with mindchamber's style was on newgrounds +1