Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
1 user currently in Super Mario World hacking: labmaster | 3 guests
Acmlm's Board - I2 Archive - Super Mario World hacking - I'm looking for 2 specific programs | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
MadMikeXP

Red Paratroopa
Level: 21

Posts: 87/168
EXP: 45026
For next: 4917

Since: 09-01-04
From: Augusta

Since last post: 25 days
Last activity: 11 days
Posted on 03-11-05 08:34 PM Link | Quote
I need to ask you guys something is there away I can modify how a enemy reacts say like the green shelled koopa'a act like the blue or the red shelled koopa's act like the yellow shelled koopa's or your spin jump won't work on squishable enemies ?

Plus I've heard alot about block tool and I was wondering where I could find this ? the reason for this is I finally manage to put the pow block from SMB2 in my hack (thanks Ice Man!), but I want it to either shake the screen or be like a bomb omb and blow up.

thanks
MadMikeXP
Smallhacker

Green Birdo

SMW Hacking Moderator
Level: 68

Posts: 1361/2273
EXP: 2647223
For next: 81577

Since: 03-15-04
From: Söderhamn, Sweden

Since last post: 10 hours
Last activity: 9 hours
Posted on 03-11-05 09:09 PM Link | Quote
1) Ever heard of Super Mario World Reconfigurator (or whatever HH's sprite editor is called)?
2) There's no block like that in block tool. Learn ASM and program it yourself (or glue yourself to an ASM hacker until they accept to make one for you).


(edited by Smallhacker on 03-11-05 12:10 PM)
MadMikeXP

Red Paratroopa
Level: 21

Posts: 88/168
EXP: 45026
For next: 4917

Since: 09-01-04
From: Augusta

Since last post: 25 days
Last activity: 11 days
Posted on 03-11-05 09:17 PM Link | Quote
If I'm going to learn ASM are there any good programs and tutorials out there ? I don't wan't any bull shit stuff that I can't figure out and don't know how to use
which can be very aggrevating if you get what I'm saying.

MadMikeXP



(edited by MadMikeXP on 03-11-05 12:19 PM)
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 138/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 03-11-05 10:44 PM Link | Quote
i'll make you a simple tutorial from what I know.

Maybe I'll post it on my website too.

do you have a compiler? you'll need one of those for my way.
mikeyk

Koopa
Level: 18

Posts: 44/110
EXP: 25086
For next: 4811

Since: 07-17-04

Since last post: 45 days
Last activity: 44 days
Posted on 03-11-05 10:49 PM Link | Quote
how would you like the POW block to work... I may be able to help there.
Ice Ranger

Leever
Level: 23

Posts: 90/183
EXP: 60462
For next: 7261

Since: 03-16-04

Since last post: 82 days
Last activity: 3 days
Posted on 03-11-05 10:56 PM Link | Quote
Originally posted by mikeyk
how would you like the POW block to work... I may be able to help there.


Probably like the cape impact toward the ground (Pushing foward on the control pad while in the flying mode). Only wipes out enemies on the ground. That'd be my guess, because that's the way Mario Bros. and Super Mario Bros. 2 worked. I kind of doubt he wanted to wipe out everything on the screen (like SMW2:YI).

*I may not post here much, but I read almost everything*


(edited by Chill Penguin on 03-11-05 01:57 PM)
mikeyk

Koopa
Level: 18

Posts: 45/110
EXP: 25086
For next: 4811

Since: 07-17-04

Since last post: 45 days
Last activity: 44 days
Posted on 03-11-05 11:14 PM Link | Quote
my question is how he wants it to be activated... hit it from the bottom like a block, pick it up and throw it, etc. I already know the location of the routine for the cape ground shake so it a matter of how to activate it.
MadMikeXP

Red Paratroopa
Level: 21

Posts: 89/168
EXP: 45026
For next: 4917

Since: 09-01-04
From: Augusta

Since last post: 25 days
Last activity: 11 days
Posted on 03-12-05 12:07 AM Link | Quote
I want mario to be able to pick up the block and he ables to throw it and everything on the screen will be defeated, also Mikey thanks for the help and if you do make a small tutorial please PM by MSN: bigmike750@hotmail.com or AIM:MadMikeXP2 and let me know when your finish, at least a few of you people understand what I'm going for.


(Ok I already downloaded this program)

I have a program called gold finger, will this help me to learn ASM coding ?


(edited by MadMikeXP on 03-11-05 03:31 PM)
mikeyk

Koopa
Level: 18

Posts: 46/110
EXP: 25086
For next: 4811

Since: 07-17-04

Since last post: 45 days
Last activity: 44 days
Posted on 03-12-05 12:45 AM Link | Quote
making a POW that you can carry around like the Throw Blocks is a pretty complicated task. The Throw Blocks in SMW are converted to sprites (number 53) when Mario picks them up. All that could be done with block tool alone is a POW block similar to the one in the non-side scrolling Mario Bros.
Glyph Phoenix

Level: 39

Posts: 91/745
EXP: 385876
For next: 18895

Since: 11-07-04

Since last post: 2 hours
Last activity: 2 hours
Posted on 03-12-05 12:51 AM Link | Quote
Originally posted by Smallhacker
1) (or glue yourself to an ASM hacker until they accept to make one for you).




Why didn't I think of that? Custom blocks, here I come!
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 146/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 03-12-05 01:08 AM Link | Quote
Originally posted by mikeyk
making a POW that you can carry around like the Throw Blocks is a pretty complicated task. The Throw Blocks in SMW are converted to sprites (number 53) when Mario picks them up. All that could be done with block tool alone is a POW block similar to the one in the non-side scrolling Mario Bros.


True, but if you copied then edited its code and used the unused chargin' chuck sprite, you could maybe do it...
MadMikeXP

Red Paratroopa
Level: 21

Posts: 90/168
EXP: 45026
For next: 4917

Since: 09-01-04
From: Augusta

Since last post: 25 days
Last activity: 11 days
Posted on 03-12-05 01:26 AM Link | Quote
Ok let's change this..... lets say if I had mario hit the pow block from the bottom up, in gold finger, what offset number or hex number do I need to look for and change it to ?
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 3675/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 03-13-05 06:20 PM Link | Quote
Originally posted by mikeyk
I already know the location of the routine for the cape ground shake so it a matter of how to activate it.

Where exactly is that?
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Super Mario World hacking - I'm looking for 2 specific programs | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.029 seconds.