Views: 22,894,899 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
10-06-24 01:17 PM |
Guest: |
0 users reading New Super Mario Bros U Wii | 1 bot |
Main - Misc. ROM hacking - New Super Mario Bros U Wii | Hide post layouts | New reply |
PaperplateismGuy |
| ||
Member Shpayshe Toads: YAY! Level: 52 Posts: 587/654 EXP: 1067687 Next: 16153 Since: 08-10-13 From: Paperplate Land Last post: 1751 days ago Last view: 1763 days ago |
Hmm, but how did you get the models in the first place? ____________________ Remember, every user has to start out somewhere,- Every time I look back at my old posts, I cringe. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 25/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
From the NSMBU game files. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 26/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
Where can I find the power ups sprite code, like the mini mushroom, propeller mushroom, etc.
Also how can I code a animation into the game where it will play/stop if you press and hold a button? |
shibboleet |
| ||
Fire Mario DROP TABLE users; Level: 124 Posts: 3772/4661 EXP: 21284608 Next: 551993 Since: 07-07-12 Last post: 1513 days ago Last view: 526 days ago |
You don't 'find the power up sprite code', you reverse engineer it yourself.
And don't even ask about how to reverse engineer. Learn C++ and PPC assembly. ____________________ a |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 27/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
There's no way I can view the code? |
shibboleet |
| ||
Fire Mario DROP TABLE users; Level: 124 Posts: 3773/4661 EXP: 21284608 Next: 551993 Since: 07-07-12 Last post: 1513 days ago Last view: 526 days ago |
You have to learn how to reverse engineer it from the PPC assembly. ____________________ a |
Arisotura |
| ||
Star Mario in this room you have a pile of apple pies Level: 164 Posts: 3856/9039 EXP: 57510799 Next: 191591 Since: 07-03-12 From: in a box Last post: 5 days ago Last view: 1 day ago |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 28/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
What file do I disassemble, is it main.dol? |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 50/66 EXP: 31966 Next: 3811 Since: 01-13-15 From: Netherlands / Germany Last post: 3351 days ago Last view: 3315 days ago |
Yeah, main.dol and the .rel files in the rels folder. You may want to look into Newer's kamek_base.x. It has lots of useful symbols to get you started. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 29/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
What is the .LZ extension on the .rel files. |
Hiccup |
| ||
Normal user Level: 58 Posts: 268/815 EXP: 1545631 Next: 31915 Since: 09-06-12 Last post: 1855 days ago Last view: 210 days ago |
It means it uses compression in the Lempel-Ziv family. The actual file should give you some more info. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 30/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
Do I dissemble the file as it is, or do I have to decompress it? |
Jesse |
| ||
Member Normal user Level: 53 Posts: 601/688 EXP: 1148340 Next: 8779 Since: 09-05-13 Last post: 2542 days ago Last view: 2103 days ago |
You decompress the file, and then you decode the file. Assuming the file contains data and not code. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 31/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
Is this what the files are supposed to look like in IDA Pro.
Main.dol: https://drive.google.com/file/d/0Bxuw7m56Lj4CdHVDUWJrRjNTd1E/view?usp=sharing. d_basesNP.rel.LZ: https://drive.google.com/file/d/0Bxuw7m56Lj4CSm92a2NUcVo1Q1k/view?usp=sharing. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 51/66 EXP: 31966 Next: 3811 Since: 01-13-15 From: Netherlands / Germany Last post: 3351 days ago Last view: 3315 days ago |
No, get the rel/dol loaders and try again. Put them in the loaders folder of ida pro.
https://github.com/heinermann/ida-wii-loaders/releases |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 32/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
When I try to open a rel file, I don't see the rel loader.
Here's how the main.dol file looks: Main.dol: https://drive.google.com/file/d/0Bxuw7m56Lj4Cem1URXR6c3p5cDA/view?usp=sharing. |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 52/66 EXP: 31966 Next: 3811 Since: 01-13-15 From: Netherlands / Germany Last post: 3351 days ago Last view: 3315 days ago |
Did you decompress the rel before trying to open it? |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 33/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
No, can you tell me how? |
Kinnay |
| ||
Member Normal user Level: 19 Posts: 53/66 EXP: 31966 Next: 3811 Since: 01-13-15 From: Netherlands / Germany Last post: 3351 days ago Last view: 3315 days ago |
I used ntcompress, but it's part of the Wii sdk and there are probably better options. |
sonic1000 |
| ||
Member Normal user Level: 15 Posts: 34/37 EXP: 13401 Next: 2983 Since: 01-21-15 Last post: 3355 days ago Last view: 2862 days ago |
Here's a test screenshot of a custom map model in nsmbw:
https://drive.google.com/file/d/0Bxuw7m56Lj4CN0poUHh5SUZzQk0/view?usp=sharing. Also can someone tell me everything that's known about the nsmbw world map engine. |
Main - Misc. ROM hacking - New Super Mario Bros U Wii | Hide post layouts | New reply |
Page rendered in 0.022 seconds. (2048KB of memory used) MySQL - queries: 29, rows: 235/235, time: 0.011 seconds. Acmlmboard 2.064 (2018-07-20) © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |