| Pseudo Powerups (Dash Boots just got overhauled) |
|
Forum Index - SMW Hacking - Resource and Tool Releases - Pseudo Powerups (Dash Boots just got overhauled) |
|
Pages: 1 2 3 4 5 6  |
Thread Closed |
|
|
| Posted on 2008-03-25 02:37:18 PM |
Link |
|
I have a quick question.
In the vid, the double jump and super running thing were stacked on top of eachother.
Are your powerups stackable or is that just the patch?
|
|
| Posted on 2008-03-25 03:58:00 PM |
Link |
|
Originally posted by AiyoI have a quick question.
In the vid, the double jump and super running thing were stacked on top of eachother.
Are your powerups stackable or is that just the patch?
All of my powerups are fully stackable with each-other.
However, when you have the Screw Attack, the Spike Boots are useless, because both of the abilities the Spike Boots offers requires Mario to be spinning while landing on something, and the Screw Attack makes it impossible for Mario to be spinning while falling (only while rising). That's something to keep in mind when using them both in the same level.
|
|
| Posted on 2008-03-25 09:57:47 PM |
Link |
|
Is there a way to make them not stackable?
and to loose each power up [using a block method or when hit]?
( I can't test it out for myself sorry for the questions.)
(I'm planning to make a quick project at the library. since i dunn have a Win comp and am to lazy to buy/download a Win OS)
|
| Last edited on 2008-03-25 09:59:57 PM by Aika. |
|
| Posted on 2008-03-25 10:02:24 PM |
Link |
|
|
The boots give Mario a coin when collected? o.O
|
|
| Posted on 2008-03-25 10:54:13 PM |
Link |
|
Originally posted by BoingboingsplatThe boots give Mario a coin when collected? o.O
That shouldn't be hard to fix if you have the ASM file, assuming you want to. Just stick a DEC $Playerscoins in the code somewhere.
Of course, Schwa would probably have a more "formal" method than that, but whatever, it works.
|
|
| Posted on 2008-03-25 11:13:12 PM |
Link |
|
Originally posted by S.N.N.Originally posted by BoingboingsplatThe boots give Mario a coin when collected? o.O
That shouldn't be hard to fix if you have the ASM file, assuming you want to. Just stick a DEC $Playerscoins in the code somewhere.
Of course, Schwa would probably have a more "formal" method than that, but whatever, it works.
seems pretty logical, or you can just find where it INC the player's coins, and edit it out. I never looked at it but it might require a little more work, but hey i cant be sure XD
|
|
| Posted on 2008-03-26 12:37:34 AM |
Link |
|
|
Schwa aparrently got them to disappear and play the sound by setting the block to act like a coin, so it will give Mario a coin even if there is no manually inserted code to to so.
|
|
| Posted on 2008-03-26 02:50:23 AM |
Link |
|
Oh come on, the coin isn't THAT big a deal... X__X
If you want the blocks to take away your other powerups when collected, just add AND #$00 right before the ORA command in each of the custom block ASM files that are the collectable powerups. Easy solution, it should work...
Or better yet, change ORA to LDA. But I'm not sure if that would work or not... Worth a shot.
I'm not working on these Pseudo Powerups for a bit... I want to make some actual custom enemies first, since I miss doing that. They won't be related to these powerups in any way, so they'll either get their own thread or just be silently submitted to the database.
But when I get back to working on them, the next thing I'm implementing are permenant powerups-- you'll be able to collect these and keep them throughout the whole game. I have two ways of doing this... The first way, which is easier to implement, replaces the Pseudo Powerup values for each custom block with "Event Passed" flags, and you'll "get" the powerups when you activate certain events on the Overworld. (The collectable powerup blocks will make you beat the level when collected.) The other way will keep the powerups the way they are now and be permenant, but will also require some intermediate and advanced Hex Editing in the Rom (which I'll hopefully just be able to write an Xkas patch for, but I'm not so familiar with how those work)... The idea is to expand the size of the SRAM, then change the Load and Save Game routines to include code that loads and saves the Powerup status as well as everything else. smkdan told me how it all works, but I still don't have much faith in my ability to pull it off...
I love my new avatar. <333
|
|
| Posted on 2008-03-26 10:25:59 AM |
Link |
|
Can I just ask: How long do these powerups last? until the end of the level, or do you have them all the time when you pick it up?
|
|
| Posted on 2008-03-26 10:32:21 AM |
Link |
|
Originally posted by KcCan I just ask: How long do these powerups last? until the end of the level, or do you have them all the time when you pick it up?
Heh. Read the post right above you.
[?]
|
|
| Posted on 2008-03-26 10:36:09 AM |
Link |
|
|
Lol, stupid me, I misread that as another post for some reason so ignored it, thanks!
|
|
| Posted on 2008-03-26 07:03:01 PM |
Link |
|
You know, actually...
I think I'm done hacking SMW for good...
I just can't get into the groove of making this new hack of mine, coding things in ASM is no longer fun, and SMW hacking in general no longer interests me.
Sorry to let you down, guys... >_< I'll still come on time to time and check my PMs though.
|
|
| Posted on 2008-03-27 12:21:39 AM |
Link |
|
Aww, don't leave. You're a brilliant person. We need more of those. All of the respectable people are leaving...
|
|
| Posted on 2008-03-27 04:24:06 AM |
Link |
|
Originally posted by SchwaYou know, actually...
I think I'm done hacking SMW for good...
I just can't get into the groove of making this new hack of mine, coding things in ASM is no longer fun, and SMW hacking in general no longer interests me.
Sorry to let you down, guys... >_< I'll still come on time to time and check my PMs though.
*hint* You can always try hacking YI or OoT, and possibly SMRPG once Lazy Shell is fnished ;) *hint*
Other than that, thank you for all the commitment and work you have shared with us in SMW Hacking.It is highly appreciated!
Thanks you you, I learned a tiny bit about ASM ^_^
(Though I still have problems with tables...)
|
|
| Posted on 2008-03-27 04:42:59 AM |
Link |
|
You're just burnt out, you'll be back in action sooner or later...
But if you won't, then sorry to see you go. Nice work on all the contributions though, you've done plenty good for the community.
|
|
| Posted on 2008-03-27 04:52:10 AM |
Link |
|
Originally posted by smkdanYou're just burnt out, you'll be back in action sooner or later...
That actually happened to be once.
Schwa, just take a vacation to Online Games.And even start playing Guild Wars,lol.
|
|
| Posted on 2008-03-27 11:36:55 AM |
Link |
|
Originally posted by MokouOriginally posted by smkdanYou're just burnt out, you'll be back in action sooner or later...
That actually happened to be once.
That happens to me all the time. 
(Which is probably why my hack's progress is so slow.)
|
|
| Posted on 2008-11-02 02:59:15 PM |
Link |
|
just tried download pseudo power up but
it says that the link is out...
is there any other place to download it"?
|
|
| Posted on 2008-11-02 05:05:44 PM |
Link |
|
Sigh -_-
Please check the dates before posting. This thread was made before the dinosaurs went extinct. Maybe someone who already downloaded them will upload them somewhere and PM you the link.
|
|
|
Pages: 1 2 3 4 5 6  |
Thread Closed |
|
|
|
Forum Index - SMW Hacking - Resource and Tool Releases - Pseudo Powerups (Dash Boots just got overhauled) |