TechieAndroid / sm64redrawn

This is a collection of textures that have been redrawn for sm64.
151 stars 11 forks source link

How to add mods to Super Mario 64 NX? #6

Closed CristinaTheGamer closed 6 months ago

CristinaTheGamer commented 2 years ago

I was trying to download a local texutre mod pak, but realized later on that the Super Mario 64 NX app requires a .pak file to add more mods. However upon looking at the texture pack folder that I downloaded, I cannot find a pak file anywhere, and cannot install the new texture mod. Can you please help me?:(

TechieAndroid commented 2 years ago

Hm, I never used the NX version but I did make a pak with textures, and that can be found in the readme if you scroll down a bit there is a Google drive link to it. I just checked and it's still a good link.

I had to do it like that because of the size limit on GitHub uploads if I remember correctly.

AexHar commented 1 year ago

Hi I just wanted to know how can I make a pak file ?

TechieAndroid commented 1 year ago

Hi I just wanted to know how can I make a pak file ?

Here's how I did it: cd into the gfx folder, then run pak.py --source . --output redrawn.pak

And for more control of texture size: pak.py --source . --output redrawn.pak --max-size 256