Closed demondzeta closed 4 months ago
Also, the only thing that is changed is the address I m trying to use to patch the new image (I tried to use the default images of the project though I followed all the previous steps, to make sure everything is working and is not because I messed up in some place), I selected 9a00 instead of 9c00 though I-m not sure what an empty space entices (is it the ones with zeroes or the one with 15s?? or both ??) anyways, I tried the value you suggested (9c00), the value with 15s (9a00) and one with zeroes (9aff) to see if the problem was the rom i used didn't have the same empty spaces you picked in yours
Is the tile screenshot from before or after the hack was done?
What do you see when the game is running? Do you see blank or garbage tiles in place of the dino's speech bubble?
I-m not sure what an empty space entices (is it the ones with zeroes or the one with 15s?? or both ??)
Really it's just whatever tiles the game isn't using. If they are blank (all zeros or all 15s), that's a good sign they aren't used, but it's always possible the game will use them anyway. A lot of this is trial and error.
Hmmm, it is working for me both at 9c00
and 9a00
. What made you conclude it fails silently? What do you see when the game is running?
Here is what I see after I do the hack
https://github.com/city41/pb-dino-hack/assets/141159/dc3b4c98-ec8c-4daa-a3c3-a3a743391b86
oh and here is what I see in the tile viewer after the hack
Hmmm, it is working for me both at
9c00
and9a00
. What made you conclude it fails silently? What do you see when the game is running?Here is what I see after I do the hack
this part right here never appears on my console: I'm really excited by this tutorial so I'm gonna try and do it all over again, but I'm running the yarn command (having changed nothing in the code) and here you see nothing else happens (the zip part is never shown): I have the pbobblen.zip in the root of the project nothing happens in the game I will appreciate any suggestions, and thank you for answering
ahhh, ok. the script is most likely swallowing an error. These scripts are ummmm, pretty raw :)
I'll see about fixing the script to always output all the errors it gets, and then when it does it should be more obvious what is failing for you.
I just pushed out a change to main.ts
that I think will help. Can you try again? This time it should still fail, but hopefully also output some error info.
ok imma document my process here, first thing i do yarn install in the root of the repo and this is th e result: then I go inside the folder clownassembler and use make there, this is the output: but then i try to do clownassembler/clownassembler and fails :+1: https://github.com/Clownacy/clownassembler suggest to do make assemblers instead: it seems to work, but lots of warnings. now I go back: after copying the rom in the project'sroot skip to the last part as i have already done the other steps before:
this time it seems to work? but not really :( wait... it did??!! sorry this time I checked the rom that was in my project's root, and the one that ends up changed is the one in the mame/roms dir I don't know what changed but now is working yaehhh!! :). Thank you. I documented everything here to see if something helps, I'm learning a lot from you, thank you again for your time. Have a beautiful day
doh, I'm actually kinda sad it worked :) I was hoping to see some error output. Yeah I dunno what happened.
Honestly this whole toolchain is held together with duct tape. It could be a lot better.
doh, I'm actually kinda sad it worked :) I was hoping to see some error output. Yeah I dunno what happened.
Honestly this whole toolchain is held together with duct tape. It could be a lot better.
I'm just starting to learn, my real objective is to help some friends make a romhack for kof 02, and my ultimate personal goal is to build an AI for the CPU in kof 98, something like the shadow system implemented for Killer Instinct(2013), this is a dream I've had for years now and thanks to your tutorial I'm just starting to think it might be possible (information about this has been really cryptic to me honestly). If there's anything I can help you with to improve on these tools please let me know. I might suggest something with time while I' get to learn how things work. Please bear with me if I bother you with some other issue in the future. I'll do it only if I get into a dead end, as you are probably tired of all this at the moment. I love everything you did here and with the kof 94 project. Thanks again.
doh, I'm actually kinda sad it worked :) I was hoping to see some error output. Yeah I dunno what happened.
Honestly this whole toolchain is held together with duct tape. It could be a lot better.
Hi, I just wanted to add that when I tried part 3 https://github.com/city41/pb-backwards-controls-hack things also failed (changes where not shown, because I had a copy at ..mame/roms/pbobblen.zip already, once i deleted it and tried again it worked, may be something obvious that i couldn't understand before because I'm not a linux guy
Hey, first I want to thank you for the time and effort you put in all of your tutorials about neo-geo, I-m trying to follow along in this part and everything goes well until I try to do the actual patch, which fails silently