(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
06-16-24 04:54 PM
0 users currently in SMW Hacking.
Acmlm's Board - I3 Archive - SMW Hacking - Super mario world FX 0.b + Vanish mario code
  
User name:
Password:
Reply:
 
Options: - -
Quik-Attach:
Preview for more options

Max size 1.00 MB, types: png, gif, jpg, txt, zip, rar, tar, gz, 7z, ace, mp3, ogg, mid, ips, bz2, lzh, psd

UserPost
Critical Phlogus
Posts: 9/38
I wonder how long it will take so we can get Venus Fire Traps that can turn their head in any direction to fire their fireballs or how Mario can run up any slope bent at any degree. (I got that from Super Mario 64)
HyperHacker
Posts: 4228/5072
*HyperHacker wonders how long until we start seeing poor attempts at rolling a Chomp Rock through a Sonic-style loop.
Critical Phlogus
Posts: 7/38
Originally posted by Tweaker
Slope-based sprite rotation, anyone? It'd be interesting to see how that would look in a Mario game.


Chomp Rocks would be a prime candidate.
Tweaker
Posts: 103/131
Originally posted by C:/xkas bio.asm

Originally posted by Tweaker
Slope-based sprite rotation, anyone? It'd be interesting to see how that would look in a Mario game.

you forgot those shyguy in YI that do flip jump

...indeed I did! And thinking back, that didn't look too pretty... is there any way to add some sort of anti-aliasing to the sprites after rotating them? That'd certainly make the whole concept look cleaner in action.
pikaguy900
Posts: 445/748
Originally posted by HyperHacker
Wing Cap = cape. Metal Cap would probably be pretty easy and shouldn't require SFX at all (unless you want it to dynamically recolour Mario to look metallic, but even then you could just change palettes).

But of course the Wing Cap is the cape. Only one problem with it- No wings on Mario's cap. Oh well. I was talking about an actual Wing Cap (Jump 3 times in a row to activate? Not likely. ), but still, it wouldn't be likely to be made, and I know it. But I'm sure that one day, someone will use this to make things that currently only exist in the minds of dreamers...
HyperHacker
Posts: 4186/5072
Wing Cap = cape. Metal Cap would probably be pretty easy and shouldn't require SFX at all (unless you want it to dynamically recolour Mario to look metallic, but even then you could just change palettes).
Sukasa
Posts: 1910/2068
Well, I'm looking at using the SFX to add little details to the layer 1/2 graphics for a tileset in COTMK 1, and I will more than likely use this a lot more in COTMK 2. Heh, I coudl use that in conjunction with custom sprites to make a very nasty boss I should think.
pikaguy900
Posts: 441/748
Thanks! Sigh... Now I simply have to figure out how it works. Once I get the SMWFX.asm patch in, I'll try to see if I can work the Vanish Cap code so I can have a block that can only be passed while invisible. Oh, speaking of the Vanish Cap, is there a way to make a block sprout one? Plus, is it possible to place it in a Blue Switch Block so when you hit it, a Vanish Cap comes out? You probably get where I'm going with this. Now that there's a Vanish Cap, who's to say the Wing and/or Metal Caps might come one day? Not saying it'll happen soon, or at all, but only that it looks like it's getting possible.
C:/xkas bio.asm
Posts: 1184/1209
Originally posted by pikaguy900
Edit2: I can't find this "Xkas" program. If I search for it in Google, all I get ar warnings of "vulnerability" and that it's an "appleshare" program, which leads me to believe it's not for Windows. I can't find a SINGLE link which lets me download the program, and without it, I can't patch these .asm files which let me use this SuperFX chip thing. A little help, please?

there
Originally posted by Tweaker
Ooh, now THIS is interesting! I've seen HDMA give some pretty results, and I'm sure this will do the same... I just hope the lot of you can make good use of this, rather than just everybody using the vanish cap. =P

the vanish mario code was mostly used for testing prupose, since I wanted to start with somthing easy to do. Don't worry, I planed to do some way better stuff
Originally posted by Tweaker
Slope-based sprite rotation, anyone? It'd be interesting to see how that would look in a Mario game.

you forgot those shyguy in YI that do flip jump
pikaguy900
Posts: 440/748
Originally posted by Sukasa
Blocktool. Just insert it as a normal block.

EDIT: hit submit accidentally

Yeah, well I can't insert custom blocks with BlockTool anymore, because of some unkown reason keeping BlockTool from inserting them.

Edit: Oh yeah, what offsets would I use for that block that you can only pass while invisible?

Edit2: I can't find this "Xkas" program. If I search for it in Google, all I get ar warnings of "vulnerability" and that it's an "appleshare" program, which leads me to believe it's not for Windows. I can't find a SINGLE link which lets me download the program, and without it, I can't patch these .asm files which let me use this SuperFX chip thing. A little help, please?
Tweaker
Posts: 102/131
Ooh, now THIS is interesting! I've seen HDMA give some pretty results, and I'm sure this will do the same... I just hope the lot of you can make good use of this, rather than just everybody using the vanish cap. =P

Slope-based sprite rotation, anyone? It'd be interesting to see how that would look in a Mario game.
Sukasa
Posts: 1907/2068
Blocktool. Just insert it as a normal block.

EDIT: hit submit accidentally
pikaguy900
Posts: 439/748
Actually, I'd rather include it in the download! I'll get that FX code and put it in with it, too.

As for the block, how would I go about putting that in? I forget things easily, so forgive me.
C:/xkas bio.asm
Posts: 1183/1209
Originally posted by Sukasa
How would I go about changing the cdoe you gave out to allow me to chnge the graphics of tiles other than marios?

since the tile are stored in SRAM bank 71, you will need to change: a0 70 (ibt r0,#$70) to a0 71 to set the SRAM bank to 71, then you will also need to change the source adress of the tile wich is set by: fa 00 10 (iwt r10,#$1000), the destination set by: f9 00 85 (iwt r9,#$8500), and the number fo word to transfer set by: fc 00 2e (iwt r12,#$2e00), If you need more info, I suggest reading the source code I posted a few post ago(even tought it's outdated)
Originally posted by pikaguy900
Is there any chance one could make a custom block with this code that can only be passed as long as they're under the influence of the Vanish Cap? By the way, one more question: Is the effect temporary or permanent?

EDIT: Oh yeah, one last thing: If you haven't submitted it to SMW Central, do you mind if I send it to SMW Central?

such block would be quite easy to make, here the hex code:
AD 63 66 D0 07 A0 01 A9 30 8D 93 16 60
the effect is obviously temporary

you can submit it, as long as you specify that it need the SMWFX code and send a link to this thread
pikaguy900
Posts: 438/748
Originally posted by C:/xkas bio.asm
Originally posted by pikaguy900
Exactly what does this "Vanish Cap" do? Does it simply make you invincible? Or does it do something else? I don't want to put this into a hack until I know exactly what it does (besides making Mario partially invisible!).

good point, I forgot to describe what it do. basically, hazard and enemy can't hurt you but you can still hurt them

Is there any chance one could make a custom block with this code that can only be passed as long as they're under the influence of the Vanish Cap? By the way, one more question: Is the effect temporary or permanent?

EDIT: Oh yeah, one last thing: If you haven't submitted it to SMW Central, do you mind if I send it to SMW Central?
Sukasa
Posts: 1902/2068
How would I go about changing the cdoe you gave out to allow me to chnge the graphics of tiles other than marios?
C:/xkas bio.asm
Posts: 1182/1209
Originally posted by pikaguy900
Exactly what does this "Vanish Cap" do? Does it simply make you invincible? Or does it do something else? I don't want to put this into a hack until I know exactly what it does (besides making Mario partially invisible!).

good point, I forgot to describe what it do. basically, hazard and enemy can't hurt you but you can still hurt them
pikaguy900
Posts: 436/748
Exactly what does this "Vanish Cap" do? Does it simply make you invincible? Or does it do something else? I don't want to put this into a hack until I know exactly what it does (besides making Mario partially invisible!).
Raccoon Sam
Posts: 838/1040
Originally posted by C:/xkas bio.asm
I will also start the dissassambly of a few of YI superFX code


Inform me if you find what handles the rotation of Helicopter Yoshi.
C:/xkas bio.asm
Posts: 1181/1209
I've made a custom sprite for the vanish cap(so people will be able to actualy USE the code) I also re-uploaded the vanish mario code to fix some other random bug

I will also start the dissassambly of a few of YI superFX code
This is a long thread. Click here to view it.
Acmlm's Board - I3 Archive - SMW Hacking - Super mario world FX 0.b + Vanish mario code


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.006 seconds; used 373.01 kB (max 438.24 kB)