View Full Version: Finally gout around to it-new scripts?

fuzziqer >>GameCube Action Replay Simulator and Control Simulator >>Finally gout around to it-new scripts?


<< Prev | Next >>

Littlegator- 02-23-2006
Finally gout around to it-new scripts?
Well, I finally got a router instead of a hub, so do you guys think I should start hacking some new scripts or what? :p

fuzziqersoftware- 02-23-2006

Yeah, I don't have much time to do scripts anymore, but I might be doing a SSBM PAL script or a 6-player code/script soon :P If you'd like to help bring more GameCube games online, please do!

biolizard89- 02-23-2006

Yeah, more scripts would be great. If you have or can rent Super Monkey Ball 2, it'd be great if you could -*test*-('") the hell out of my script for it. There's something in it that causes the game to freeze at the Sega screen; anyone who has the time could probably easily figure out which codes are causing it, but I've been busy with Botball (http://www.botball.org . . . the tournament is in two days and we're not ready!), so I haven't been able to -*test*-('") it at all. SMB2 is a great game, so if you're thinking about buying it, I'd highly recommend it. And scripts for other games would be sweet too . . . Mario Kart: Double Dash, F-Zero GX, Super Monkey Ball 1, and 1080 Avalanche would all be great.

dragonsshadows- 03-29-2006

I would be extremely willing to help make scripts but I am confused by them. I have been using parasyte's GCNrd to look at the ram values but their addresses don't match fuzzys address. For example, in fuzzys script the ram location for p1s character, type, flags, costume = 8047E858 but according to GCNrd the ram location is 8047E85B :?: I don't get it... I also assume the scripts need global variables to work but I'm not so sure how to get them or if that is the case. If you could post a few lines on how to make a script, that would help tremendously.

fuzziqersoftware- 03-29-2006

I would be extremely willing to help make scripts but I am confused by them. I have been using parasyte's GCNrd to look at the ram values but their addresses don't match fuzzys address. For example, in fuzzys script the ram location for p1s character, type, flags, costume = 8047E858 but according to GCNrd the ram location is 8047E85B :?: I don't get it... I also assume the scripts need global variables to work but I'm not so sure how to get them or if that is the case. If you could post a few lines on how to make a script, that would help tremendously. The costume actually is at 8047E85B, but I copy a u32 from 8047E858. The reason for this is that the four 1-byte values there are all important, so I decided to use 1 line of script instead of 4 (it's much faster, and covers all 4 bytes). I wrote a guide on scriptmaking (it's kinda crappy, but it helped a few people get started). If someone has it, please post it.

dragonsshadows- 03-30-2006

do script locations need to be global variables or can they be anything?

fuzziqersoftware- 03-30-2006

Global variables are easy because they mever move in memory. However, most variables are on pointers or are members of structures - but the pointers are usually global variables. Most script codes are either direct codes or pointer codes.

Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.