Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,563,956
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 05-09-24 12:42 AM
Guest: Register | Login

Main - Posts by ShadowSonic


ShadowSonic
Posted on 09-30-08 06:19 AM, in Super Mario RPG Virtual Console Hacking? (rev. 9 of 10-01-08 08:16 AM) Link | Quote | ID: 91413

Newcomer
Level: 6

Posts: 1/5
EXP: 844
Next: 63

Since: 09-30-08

Last post: 2506 days
Last view: 2502 days
Before you say, this is for ROM hacking, not Virtual Console hacking, hear me out (if thats the case anyway).

So in Super Mario RPG for the VC, there are some differences, like Moleville being darker then normal and Flame Wall being transparent/missing colors. I want to know if these are problems with the SNES emulator on the Wii itself or if Nintendo/Square-Enix actually edited the game.

Now here's the ROM part. If you know anything about .WAD files and the Homebrew Channel, it'll be easier to understand.

Ok anyway, so to install a Virtual Console/WiiWare game onto your Wii, they turn the dumps into .WAD files and using a custom WAD installer from your Wii, you can get free VC/WiiWare games. So basically, the .WAD is a game.

Within a .WAD file, you can decrypted it into pieces using a program such as WADTool. They come out as SMRPG NTSC.000.des (with SMRPG NTSC.wad being the .wad file). Ranging from 000 to 007 files from the SMRPG .wad file.

Now within those 00x.des files is the actual 'ROM' version of the game. In this case, its SMRPG NTSC.005.des. It's usually the biggest file out of the group (this being the 2nd largest). When you've extracted the contents the 005.des file, using a program such as U8 Tools, you get a some files, one of which is the rom. When it came out, it came out as LZ77JCBE.rom, which is the ROM. Now I'm not certain if doing this to other games like NES VC games or N64 games actually come out with a playable ROM to use on an emulator, but I know changing LZ77JCBE.rom to something like SMRPG.smc and booting it up in Snes9x/Zsnes won't make it playable.

-Side note- Reading on a forum, I think GBAtemp (thats where I learned how to extract .wad's and etc), someone did say they extracted Sin and Punishment and got the .rom file out and changed it to SP.v64 and it actually did boot up in an emulator. The .rom file extracted out and an actual commercial rom size where the same, if not, almost similar. But in this case of SMRPG, a commercial SMRPG ROM is about 4 MB, while the extracted .rom file is only around 3 MB. My thinking is that they might have shrank/compressed/made it smaller by deleting unused data like taking out blank spaces where it wasn't needed. Or maybe they had to modify the whole thing with it having the SA-1 chip and all.

So how can I tell this LZ77JCBE.rom file is the actual SMRPG "ROM"? Well I loaded it up into a hex editor and, belive it or not, there ARE actual similarities to a commercial ROM. Like if you open up a commercial SMRPG ROM into a hex editor, and load up the LZ77JCBE.rom into a hex editor and put them side by side (having the window sizes the same height/width), you can actually scroll down on both and you can find almost the same data. While the commercial SMRPG rom has actual ASCII readable words viewed in a hex editor, loading up the LZ77JCBE.rom file will show similar results but there's obviously been some kind of compression or some kind of thing. You can spot letters here and there and make out words in your head and whatnot, but its hard to actually edit anything you want.

Things I've tried doing using the LZ77JCBE.rom file:
loading it up in Tile Layer Pro to see possible editable gfx (doesn't work)
loading it up in SNESPal to find Palette color patterns (didn't work)
loading it up as a .smc file in snes9x/zsnes (didn't work)
-
I loaded it up in a hex editor and found the lettering for the Jump text for Mario's special's and simply changed it but I haven't figured out exactly how to put this all back together as a .wad.

Other things I've tried:
injecting a SMRPG rom into a SMRPG.wad file (didn't work)

=-=-=-=-=

So basically in nutshell, I extracted a "ROM" version from the Super Mario RPG Virtual Console .wad file and want to know if anyone would be willing to help me find out how to go about converting it into an bootable ROM in a SNES emulator, or help trying to hack/edit it.

Of course something like this, could be on a whole nother playing field on its own. In which, editors/emulators would have to be modified heavily to make this "ROM" file compadible.

-=-=--=-=-=

Tree List of Files:

SMRPG_NTSC.wad
--->(decrypted using WADTool)
___SMRPG NTSC.000.des
___SMRPG NTSC.001.des
___SMRPG NTSC.002.des
----------->(extracted using U8 Tool)
________wwwlib-rvl.lz7 (unknown)
___SMRPG NTSC.003.des
----------->WiiNTLG-Regular.ttc (font file)
___SMRPG NTSC.004.des
___SMRPG NTSC.005.des
----------->banner.tpl (picture used for Wii Channel)
________home.csv
________home_nosave.csv
________Huf8JCBE.pcm
________JCBE.var
________LZ77emanual.arc (digital manual)
________LZ77JCBE.rom ("ROM")
________Opera.arc (something for Opera Browser?)
___SMRPG NTSC.006.des
___SMRPG NTSC.007.des


I suppose I should ask on a Virtual Console hacking specific board about all these other things, although I'm pretty sure files like these are a bit unknown for majoritywise but I'll get any info I can get.

And here's a download for the extracted 'ROM':

Megaupload Mirror

***EDIT**********EDIT***
**********EDIT**********
***EDIT**********EDIT***

I HAVE THE DECOMPRESSED SMRPG ROM! Info:

I had no clue on how to use gbalzss.exe program that came with U8 Tools. I tried googling for a tutorial or something but I couldn't find one. Also, I guess I couldn't run it through the Command Prompt so I did it through the Run action and it worked (sorry, I really don't use the Run function or DOS)

Ok so I decompressed the rom from the LZ77JCBE.rom file. I was gladly surprised the file that came out was the same (if not, 99% close) file size as a commercial smrpg rom.

But the sad news, it didn't boot in Snes9x or Zsnes. I opened it up with a hex editor and while you can make out alot more of the script in ascii form, it isn't 100% the same. I also tried opening it in Tile Layer Pro to see any editable gfx, but none showed up. Also tried looking for same palettes but that didn't get any results either. Neither did loading it up in Lazy Shell.

So now I have the actual, decompress ROM but no clue what to do now with it. It isn't the same as an actual SMRPG ROM (was expecting this to happen). And I would try and use gbalzss.exe to compress a commercial SMRPG ROM into that .rom file and make a .wad out of that, but my guesses are its either 1) not going to work 2)brick my Wii.

Here's a link to download the actual extracted SMRPG rom that came from the .wad itself:

Megaupload Mirror



ShadowSonic
Posted on 09-30-08 06:28 PM, in Super Mario RPG Virtual Console Hacking? Link | Quote | ID: 91438

Newcomer
Level: 6

Posts: 2/5
EXP: 844
Next: 63

Since: 09-30-08

Last post: 2506 days
Last view: 2502 days
I must say, I'm am very glad there are people interested in helping me with this =D

The whole .wad itself is around 17+ MB. If you want the file itself, the "ROM" file, I'm not sure, I'll have to get back to you guys on that when I get home. I'm just bored in class so yeah...I'll give the details about it later.

ShadowSonic
Posted on 09-30-08 09:48 PM, in Super Mario RPG Virtual Console Hacking? (rev. 2 of 09-30-08 11:12 PM) Link | Quote | ID: 91461

Newcomer
Level: 6

Posts: 3/5
EXP: 844
Next: 63

Since: 09-30-08

Last post: 2506 days
Last view: 2502 days
I know theres already a way to put non VC games into a VC wad and have it playable. One of the most non VC out there is Smash Bros, and it works 99% perfectly on the Wii. But it doesn't work for some games as in like, only certain games are compadible or something, I'm not to sure on the details but its been done already.

You can use a program called Auto Injectuwad but thats not what this topic is about, if you want to try this yourself, just give a simple Google search and read up on it.

As for putting the files back into a wad, theres a WAD Packer I can use but I didn't read up on it so I actually don't know, yet, how to put it back together. And if I do something wrong, it being such a simple tool, but not for beginners, I could brick my Wii.

*edit* ok everything is detailed in the first post, as well as a download for the 'ROM'.

I tried looking into a LS77 decompressors but didn't really help me 'extracting' it.

ShadowSonic
Posted on 02-22-10 03:13 PM, in LazyShell V2.1 Link | Quote | ID: 127444

Newcomer
Level: 6

Posts: 4/5
EXP: 844
Next: 63

Since: 09-30-08

Last post: 2506 days
Last view: 2502 days
Did I miss something or does anyone else see gig's webpage not working properly? Something about AT&T or something? Can someone upload v2.1 somewhere else for the meantime? I'd like to get back into SMRPG hacking again.

ShadowSonic
Posted on 06-28-17 04:53 AM, in Super Mario RPG Virtual Console Hacking? Link | Quote | ID: 165747

Newcomer
Level: 6

Posts: 5/5
EXP: 844
Next: 63

Since: 09-30-08

Last post: 2506 days
Last view: 2502 days
Alright so, it's been about 9 years now (lol) and this is such a necro thread but figured it's still relevant.

Has anyone made progress and know how to make this work? Been searching all around this afternoon and what lead me back here was this similar post I made years ago on GBATemp

https://gbatemp.net/threads/hacking-super-mario-rpg-vc-wad.107705/

And apparently Acmlm hand decoded the rom himself and there were screenshots of it as proof.

Anyway so I recently (well, months ago actually) someone emailed me scans of SMRPG content in the form of a Japanese Gaming Preview magazine and it has a whooole lot of early SMRPG pictures I believe aren't anywhere else on the web.

So now that I'm finally getting back into the swing of things, I'm really thinking of making some videos showcasing changes and whatnot using the magazine pics as comparison.

After that video, I'm going to make an unused video showcasing things that aren't used in SMRPG (most this stuff you'd find on tcrf.net but there's still a good chunk of stuff not documented). With this video, I'd love to see what changes they made with the VC version.

Which is why I'm necroing this thread.

Anybody have some insight they can share?

Thanks!

Main - Posts by ShadowSonic

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 3.900 seconds. (335KB of memory used)
MySQL - queries: 52, rows: 69/69, time: 3.874 seconds.