•   Guest, please read these simple rules before you request:

    1. Before requesting, always search with the FULL release name in the search box. The "is this being discussed" window is not a search engine.
    2. You can make up to 10 requests (including RE-UP) per day (24h) to avoid abuse.
    3. Include a link with info about the release, typically from srrDB or PreDB.
    4. Once your request has been fulfilled, edit the thread and mark it with the prefix "FILLED".
    5. Show your gratitude by thanking the user with a Like, do not reply with "thank you" messages.
    6. If a link is dead, leave a reply asking for a re-up instead of making a new topic.
    7. Fillers should prioritize user-friendly hosts with decent retention when possible.

      Updated on 2025-12-26.

FILLED No-Intro NSW CDN Files - Organ Trail Complete Edition (Unknown)

marblesoup

Member
Joined
6 Apr 2024
Messages
640
Appreciation score
45
No-Intro DAT info for Switch files is private, so I can't provide a a proof page, but here it is in a ROM manager:
90878697.png
 
Last edited:

formeruser

LEGEND
Joined
9 Jun 2023
Messages
6,138
Appreciation score
14,350
Organ Trail Complete Edition (Unknown)
You do not have permission to view link Log in or register now.


Password: kMJOPyjiZht4QJFlfpyU

The above data matches the SHA-256 hashes of today's NSW CDN DAT available
You do not have permission to view link Log in or register now.
.
Next time please use the ROM manager to create a "fix DAT" that only contains the requested entries, which makes filling easier.

Also, you could have created all seven files from publically available data yourself:
1. Search a certain public tracker to find and download
You do not have permission to view link Log in or register now.
(magnet).
2. Run the below script.
3. Done.
Code:
#!/bin/bash

# dependencies
# https://github.com/nicoboss/nsz
# https://github.com/SciresM/hactool
# prod.keys

# uncompress nsz
cp "Organ Trail [NSZ]/Organ Trail Complete Edition [0100F4C019836000][v0] (0.29 GB).nsz" tmp.nsz
python nsz.py -D --rm-source tmp.nsz &> /dev/null

# extract nsp
hactool -t pfs0 --outdir out tmp.nsp > /dev/null && rm tmp.nsp

# delete common certificate
rm out/0100f4c0198360000000000000000010.cert

# write keys
key_enc=$(xxd -s 0x180 -l 0x10 -ps -u out/0100f4c0198360000000000000000010.tik)
printf "$key_enc" | xxd -r -p > out/0100f4c0198360000000000000000010.enctitlekey.tik
key_dec=$(hactool -k prod.keys --titlekey "$key_enc" out/d128695f38e96d67ecada3a93be8984e.nca 2> /dev/null | sed '/Decrypted/!d;s/^.*\s//')
printf "$key_dec" | xxd -r -p > out/0100f4c0198360000000000000000010.dectitlekey.tik

# calculate hashes
sha256sum -b out/* | cut -c 1-65,71-
# 27d7cd47c15b7d0d4629372afe98638bc2470ca912fa936c43d6c2e667b1e577 0100f4c0198360000000000000000010.dectitlekey.tik
# c6dfde9171331fdf714f38f328a31c0a0e27b64c6a1b47ef39ef5c83612bcabd 0100f4c0198360000000000000000010.enctitlekey.tik
# 6829c4b06542f4089e22b0947e2cbdfd6833ffe2a44915b62fd442729d520257 0100f4c0198360000000000000000010.tik
# 2f75a202a1e2a8f3a301356f8c3ab3913d600f3b82124c140ea5b4d7603a9e07 2f75a202a1e2a8f3a301356f8c3ab391.nca
# 71104df185f63a3fc4d4ff5c3618aff79f58878d408fd46f8cdfa8519ef80a3c 71104df185f63a3fc4d4ff5c3618aff7.nca
# ba6321f6658f8484b15835131e6e55cf105436fe11a409f3a2919f06f43f4a94 ba6321f6658f8484b15835131e6e55cf.cnmt.nca
# d128695f38e96d67ecada3a93be8984e83f247bb6c9deb69de6ba75845362f43 d128695f38e96d67ecada3a93be8984e.nca

# rename directory
mv out "Organ Trail Complete Edition (Unknown)"
 
Top Bottom