Jump to content

ergoproxysum

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by ergoproxysum

  1. @43512 the ztables hack has most of that done it seems, it relocates those tables to the end of the ROM. I'd like to import all of MM and TP into OOT, that's why I'm messing around with it myself. Just trying to figure out how to add more entries to those now-used tables.
  2. Have you thought of using z64_tables hack by spinout to expand the scene,actor and object tables to make this work a bit more comprehensively/extensively?
  3. Foolish me! I didn't reinput the rom settings from online after doing the hack. Makes a lot of sense (it doesn't recognize the checksum in pJ64 I'm guessing). It boots fine now, all that's left is to add more entries to the scene table. Do I just define a higher number at map injection? Or is there something I need to do with the .bin file? Thanks for all of your help so far, feels like a light at the end of the tunnel here.
  4. Ok, I tried that out again from scratch with a clean rom. I emptied the directory of everything but the ZELOOTMA.z64, rom_update.py and z64_tables_bin.bin I ran the rip function (no console message) and got the same output again as your example (except no auxillary_data.bin file was generated). When I ran the write, it seemed to run ok, here is an image showing the output: http://i.imgur.com/HesKxpL.png it gave the "permanent loop" error in modern project 64. In Nemu 64 (I noticed you used this in a few videos) I got "Error: Too many commands executed. Stopping dlist processing". So I started up GZRT to verify the checksum, found it was wrong and hit "Fix". I then made sure it was two green lights in GZRT before continuing. I then loaded it in PJ64 and it by all appearances is running, but just gives a black screen. Loading again in Nemu64 gives the same result as above. any bread crumbs in there where you can see I went wrong? I have noticed that you're using a unix-based OS and I'm not, however, I got the exact version of python you recommend so there shouldn't be any differences.
  5. Hi Spinout! So happy to meet you after obsessing on your project for the past week. It seems to be a great hack, if it works I don't see why anyone wouldn't use it. I've done that exact process dozens of times, but I'll try it again using a fresh extract of your software and be sure it's a big-endian rom.
  6. Wow, I must've checked 5 or 6 roms. It's too bad there's no good documentation on this one. It seems everything to be learned has been through help on here or by looking at the raw python. From what I can tell with the help of others the process is: Patch with the BPS File > Export tables using the "rip" command > Modify tables to your liking > Inject tables using the "write" command The BPS file keeps failing, which from some research, I've learned failing is caused by very little but the ROM not matching the checksum of what was used by spinout to make the patch. Perhaps he already had a hack or two in place, or maybe an obscure revision of the rom? I haven't been able to find a good way to bypass the checksum. I even resorted to scoping out spinout's Youtube channel to try and get a glimpse of his working directory, however, he seems to name them z.z64, most likely for quick command-line use. Either way, that filename wasn't much help. Does anyone know of a BPS Patcher that can bypass the checksum check? When I eventually get this sorted out I'll compare the fully edited rom vs. a stock one and make my own patch to make life easier for anyone who may find themselves in my position down the road. I'll be sure to make that patch available on here.
  7. @Jason777 @mzxrules Thanks so much for your help, I appreciate it. I've only been able to find the n64 and v64 varieties, are either one of those the same as the z64 format? That may very well be the root of the issue. I've searched online and found nothing but those two, not much luck on the z64. I know no one can discuss rom sources here, so I'll just have to keep looking. --- As for the BPS patch, I thought that that was an alternative to using the python script manually. Should I patch that before or after running the script/writing new tables? When I try the patch it fails, which again, may be the result of using a n64 or v64 rom over a z64 one. That Endian info is very informative.
  8. Just ran it in Nemu64 "Error: Too many commands executed. Stopping dlist processing" Looks like it's running, just a black screen though. I've tried examining the python in the script, and while I generally see what it's doing I don't know enough to diagnose the issue. I'm sure others have been successful where I haven't.
  9. Thanks Jason777 for the reply. It says that the rom is stuck in an infinite loop, nothing more. You sound spot on (and more knowledgeable than me) about the python script. I'm using the ZELOOTMA.n64 and I've tried the .v64. Should I be doing something with the extracted table .bin files? is there a tool I can edit them with? Notepad certainly isn't much use. Three_Pendants, I'll definitely try out Nemu64. I won't be able to for a few hours but if that's what does it I'll report back. In general, I'm just using the rip command, then trying to do the write right after. I was just testing. If I do manage to get it to work, how can I specify more scenes? Would that be done with the .bin file before going ahead and rewriting with the write command?
  10. I'm working on using the z64_tables hack by spinout(182). Has anyone here ever used it? I looked at the source long enough to figure out it's use in python (I couldn't use any patchers with it) and have successfully extracted/ripped the tables. However, when it comes time to reinsert the tables, they seem to insert properly, however, it hits an infinite loop on launch in PJ64. If I byteswap and fix crc it doesn't seem to help, just changes the error message in PJ64. Has anyone here ever used it successfully? My reason to use it is I want to max out the number of scenes, be able to insert (relatively) as much as I want. I'm new to Zelda64 modding, but not to programming. Perhaps I've missed something elementary. Thanks for any help you can offer.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.