ROM Hack RELEASE NSC_Builder. Nintendo Switch Cleaner and Builder. (Game+updates+dlc in a single xci)

  • Thread starter JRoad
  • Start date
  • Views 731,018
  • Replies 2,826
  • Likes 74

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
Hmm, I tried a couple of things already, re-installed python, but the dependencies are all correct, keys are fine too, I tried to reinstall C++ but I don't have any missing dll issues, nevertheless something is going wrong here, I've tried both a legit .xci and the .nsp I want to convert and I always get an odd exception error.... Any ideas?
You're missing master_key_07. You can verify your keys in the configuration.

If you use the exe versions you don't need python or the dependencies. That's only for the py version.
 
  • Like
Reactions: Tumbleweed

Tumbleweed

Well-Known Member
Member
Joined
Jul 29, 2018
Messages
165
Trophies
0
Age
39
XP
1,448
Country
Italy
You're missing master_key_07. You can verify your keys in the configuration.

If you use the exe versions you don't need python or the dependencies. That's only for the py version.

Indeed, since I'm on 8.0.1 I can't get that key with lock pick anymore right?
 

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
When you add multiple files in wonder what are those SPECIAL OPTIONS number 4 and 5.

Sent from my SM-G930F using Tapatalk
Option 4 is multinsp with tickets without removing titlerights (instalable with sx os rommenu and blawar's tinfoil.io), then 5 is xci + nsp with tickets.

--------------------- MERGED ---------------------------

Indeed, since I'm on 8.0.1 I can't get that key with lock pick anymore right?
you can, you need lockpick rcm.
https://gbatemp.net/threads/switch-7-0-key-derivation-lockpick_rcm-payload.532916/
https://github.com/shchmue/Lockpick_RCM/releases
 
D

Deleted User

Guest
Option 4 is multinsp with tickets without removing titlerights (instalable with sx os rommenu and blawar's tinfoil.io), then 5 is xci + nsp with tickets.

--------------------- MERGED ---------------------------


you can, you need lockpick rcm.
https://gbatemp.net/threads/switch-7-0-key-derivation-lockpick_rcm-payload.532916/
https://github.com/shchmue/Lockpick_RCM/releases

so i have my lockpick rcm file but i am a little confused how do i put those keys into keys.txt cause they seem to be in a different format. Can I just call it keys.txt? I didn't want to mess anything up. Thanks for all your work. Hope you and yours are well.
 

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
so i have my lockpick rcm file but i am a little confused how do i put those keys into keys.txt cause they seem to be in a different format. Can I just call it keys.txt? I didn't want to mess anything up. Thanks for all your work. Hope you and yours are well.
Open the file with notepad, notpad++, wordpad or other text editor and take the keus you need. The prod.keys is just a text file.
 

18Phoenix

Well-Known Member
Member
Joined
Nov 21, 2005
Messages
766
Trophies
1
XP
2,298
Country
Germany
No, the update is still 16GB, plus 6.7Gb base.
I know, but the offered small one is the corrupt one.
So the original update has this huge size and the only working scene release aswell,
over 25 GB, if there're unneeded files inside or not.
Good luck so many unneeded files :rolleyes:
 
Last edited by 18Phoenix,

username23bob

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
156
Trophies
0
XP
743
Country
United States
this never work for me. i was trying to build a cxci for ffx/x-2 but i always get an error message, and then it tells me the keys.txt is missing but i definitely have them. I followed the video and used his keys. it didnt work, so i backed up my own keys, still nothing.
 

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
this never work for me. i was trying to build a cxci for ffx/x-2 but i always get an error message, and then it tells me the keys.txt is missing but i definitely have them. I followed the video and used his keys. it didnt work, so i backed up my own keys, still nothing.
I think that one was the one i solved the other day, i think it happened for some people in the stable batch. I basically forced it to refresh the work folder to were the batch is at the start of each mode. If you had the keys till master_key_07 in ztools it prbably was that error. I saw it once before in other user.
 
  • Like
Reactions: username23bob

username23bob

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
156
Trophies
0
XP
743
Country
United States
I think that one was the one i solved the other day, i think it happened for some people in the stable batch. I basically forced it to refresh the work folder to were the batch is at the start of each mode. If you had the keys till master_key_07 in ztools it prbably was that error. I saw it once before in other user.

awesome i had no idea you released an update in the last few days. i will try the new version. thanks so much

one more thing, the keys file should be in the ztools folder right?

edit: help lol
https://streamable.com/okr8l

edit 2: so that website made the video hard to see, but basically it says there are a bunch of lines that failed to load.
 

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
@username23bob
The error seems to be related with the format of your keys.txt file. I'd advice to take the keys manually and input them on the template.
If they're from lockpick i think it's because of how it does the end of line. If when opened with notepad the lines are in a big line instead of separated that's the issue here.

When looked with notepad++ if you look at hidden characters these will have the end of line correctly:
endofline.PNG
These won't:
endofline2.PNG

I'll try to modify that code to take each of the keys format but for now you need them like that.
 
  • Like
Reactions: username23bob

username23bob

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
156
Trophies
0
XP
743
Country
United States
@username23bob
The error seems to be related with the format of your keys.txt file. I'd advice to take the keys manually and input them on the template.
If they're from lockpick i think it's because of how it does the end of line. If when opened with notepad the lines are in a big line instead of separated that's the issue here.

When looked with notepad++ if you look at hidden characters these will have the end of line correctly:
View attachment 165835
These won't:
View attachment 165836

I'll try to modify that code to take each of the keys format but for now you need them like that.

ok thank you for the quick reply. that’s most likely what the issue is as i used lockpick to get the keys, and i did notice that it didn’t look like the keys from the video in the op.

not sure if this matter or not, but i’m trying to make my own cxci for final fantasy x/x-2, since none of the hbg xcis seems to load for me. can i just use the keys from the video (i believe they are for 6.0.2), or is the game too new for those keys?
 

JRoad

Developer
OP
Developer
Joined
May 18, 2018
Messages
1,003
Trophies
0
XP
1,746
Country
Spain
ok thank you for the quick reply. that’s most likely what the issue is as i used lockpick to get the keys, and i did notice that it didn’t look like the keys from the video in the op.

not sure if this matter or not, but i’m trying to make my own cxci for final fantasy x/x-2, since none of the hbg xcis seems to load for me. can i just use the keys from the video (i believe they are for 6.0.2), or is the game too new for those keys?
I think you need master_key_07 for Final Fantasy X\X2 if i remember correctly. If that key is on the file you're good to go. If not just open your prod.keys and copy the keys to the template that is in ztools, then rename the template to keys.txt
 

18Phoenix

Well-Known Member
Member
Joined
Nov 21, 2005
Messages
766
Trophies
1
XP
2,298
Country
Germany
Could we stay at a file description like that: NSCB_v083b_x64.
I like the v for version and I miss the underline in front of the bit-version.
Totally uninteresting, I know, just wanted to share my impression.

Howsoever ... @JRoad , thanks for continuously improving and optimizing your great work. :bow:
 
Last edited by 18Phoenix,

markmcrobie

Well-Known Member
Member
Joined
May 24, 2008
Messages
623
Trophies
0
XP
1,247
Found a bug with the new multi mode when updating files, i already corrected and i'll release a new version in a few minutes. It's advised to wait for the new version since it's a bad bug.

Solved: https://github.com/julesontheroad/NSC_BUILDER/releases/tag/v0.83b

In that latest version I get this message straight after "Calculating final content":

Code:
Exception: name 'tabs' is not defined

I was trying to use Mode 2 to incorporate the latest Minecraft update (500MB) into my custom Minecraft XCI (1.13GB) and the resulting XCI was only 485MB. It was also named strangely:

Minecraft [0100D71004694000] [v1114112].xci

whereas usually NSCB would name it like:

Minecraft [0100D71004694000] [v1114112] (1G+1U)[nscb].xci
 
Last edited by markmcrobie,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    rvtr @ rvtr: Spam bots again.