NASOS 2

Anything related to redump.
Post Reply
LedZeppelin68
Posts: 80
Joined: Thu Jun 18, 2026 1:00 am

NASOS 2

Post by LedZeppelin68 »

Hi

I rewrote NASOS util, now it only supports gamecube images

the main difference, that it produces images that playable in emulator
You do not have the required permissions to view the files attached to this post.
Last edited by LedZeppelin68 on Sat May 05, 2018 7:49 pm, edited 1 time in total.
johnsanc
Posts: 170
Joined: Thu Jun 18, 2026 1:01 am

Re: NASOS 2

Post by johnsanc »

How the heck did you make this into a playable format?! Is this basically a scrubbed iso that is scrubbed in a specific way so that its consistently reversible?

Awesome work.
Last edited by johnsanc on Sat May 05, 2018 10:57 pm, edited 1 time in total.
limbo43
Posts: 79
Joined: Thu Jun 18, 2026 1:02 am

Re: NASOS 2

Post by limbo43 »

Can you please post the source code so we can compile for other platforms?
LedZeppelin68
Posts: 80
Joined: Thu Jun 18, 2026 1:00 am

Re: NASOS 2

Post by LedZeppelin68 »

johnsanc wrote:How the heck did you make this into a playable format?! Is this basically a scrubbed iso that is scrubbed in a specific way so that its consistently reversible?

Awesome work.
Yes, it is scrubbed in a specific way, actually, i replaced non-compressable junk with compressable, it's lame, but effective
and utillity just swaps between this junks
Can you please post the source code so we can compile for other platforms?
sure
https://github.com/LedZeppelin68/gcm-nasos-deux
Hiccup
Posts: 375
Joined: Thu Jun 18, 2026 1:02 am

Re: NASOS 2

Post by Hiccup »

When compressing Metroid Prime (Korea), it just gives out a file of the same size, unlike nNASOS.
LedZeppelin68
Posts: 80
Joined: Thu Jun 18, 2026 1:00 am

Re: NASOS 2

Post by LedZeppelin68 »

yes, you're right, and this file is compatible with Dolphin emulator, that's the main difference with the previous NASOS

the GCMs, produced with nasos 2:

1) does have compatibility with emulator;
2) doesn't have "randomly" generated junk;
3) can be packed by archivers;
4) can be reversed to its normal state

Metroid Prime (Korea).dec.iso, packed by 7zip, is 895 megabytes
Hiccup
Posts: 375
Joined: Thu Jun 18, 2026 1:02 am

Re: NASOS 2

Post by Hiccup »

Oh, I see. To get the size reduction I have to use an archive tool, but this makes it easier for the archive tool to compress the ISO.
Post Reply