Banner
Views: 236,780,094
Time: 2013-05-25 08:23:16 PM
20 users online: o Alexander, Azurik, Dylancd5010, Fireblast124, Gloomy Star, GreenHammerBro, HyperMario, isaix, Jimmy52905, levelengine, mario90, MaxodeX, o Mippish, MrDeePay, Purple Rex, Ramidalv, o ShadowPhoenix, Sokobansolver, thefallingninja, o TRS - Guests: 29 - Bots: 12Users: 22,893 (1,286 active)
Latest: icarusge
Tip: You can insert custom sprites on the overworld by using Overworld SpriteTool.
wiiqwertyuiop's C3 realease
Forum Index - Archive - C3 Museum - Spring 2011 - wiiqwertyuiop's C3 realease
Pages: « 1 2 »
This is my first time releasing something for C3. I hope it's a good one.


Alright here it is:
Video


Thats right ,it is a patch that lets you have to different game modes, Normal and Hard. It will allow to Enable/Disable sprites, paths, blocks ,and more! Read the read me on how to set it up. Here it is:

Download

Have Fun!
Last edited on 2011-05-07 04:30:30 PM by wiiqwertyuiop.
Good idea! I've never heard of anything like this being implemented into SMW before. Was it hard to code?
No, not really. I mean it was a little hard ,but I kinda had the whole thing planned out in my head.
This is a pretty great idea. Unfortunately my recent hack is probably hard enough as it is so it won't benefit me much on this project.

However I'll defiantly use this for my next projects. I like making hard hacks so yeah #w{>=)}
Heh, that is actually really amazing. Clever idea, wiiqwertyuiop!
Very original patch. Must be good, knowing that the game gets different, so probably results in more than only one hack.
This ha nothing to do with my first post ,but i was wondering... Hows this level? Ignore the intro and OW.
Last edited on 2011-05-07 07:49:28 PM by wiiqwertyuiop.
Does Easy Mode disable all of the sprites? How do you configure the sprites to stay, if it doesn't?
No , it doesn't. If you want to add normal sprites when hard mode is enabled you would have to use a disassembly. Read the read me for more info.

Edit: One way you can tell it doesn't is when you look at the part of the video where it says one hit kill. There was a sprite there when hard mode was on and off.
Last edited on 2011-05-07 10:04:15 PM by wiiqwertyuiop.
So basically you removed the two players mode and used the luigi's lives RAM as hard mode flag? It was a pretty smart idea, although it isn't very customisable without having to redo everything that would have hard mode...
Last edited on 2011-05-07 10:16:00 PM by undefinied3.
Well actually I used the two player flag as the hard mode flag. But yah.

Originally posted by undefinied3

although it isn't very customisable without having to redo everything that would have hard mode...


Not really sure what you mean here ,but all you have to do to make certain things appear/disappear is add this:

Code
LDA $0DB2 BEQ NO


To not appear and this:
Code
LDA $0DB2 CMP #$01 BEQ YES


To make it appear. This works for sprites, blocks, etc.
Last edited on 2011-05-07 10:24:40 PM by wiiqwertyuiop.
Yes, I know, but you need to redo every sprite (use a disassembly I mean) that acts differently depending on the mode.
Last edited on 2011-05-07 10:35:00 PM by undefinied3.
This is a pretty neat idea.
This patch can be used for hacks based on megaman or any games that have difficulty levels.
I think I'm going to be using that patch for my short IWBTG-based hacks :P

Good work, wiiqwertyuiop! :>
@undefinied3: Oh, I get what your saying.
Now that's some interesting idea you have there. Keep up the good work and stuff.
also, there should be a lunatic mode next. *shot*
I actually had a similar idea I was going to use in my hack, except I was going to slowly add new effects as the player beat worlds. Since my overall world layout is extremely non-linear, I figured it would be a good way to introduce a difficulty curve. I never got around to implementing it though.

Anyway, did you use LM's conditional map16 or object tool? I was planning on using conditional map16 myself, but I never got around to it.

I think I will have some fun fiddling with it, if you don't mind. :3
I used objcetool.
Ahaha, I love this. Much nicer than how SMB1 pulled it off.


For the whole easy/hard mode sprite dissapearing magic, what about using extra bit 1?… Wait, is that possible? Well, something to consider.
Yeah , Extra Bit is possible. You would have to do something like this:

Code
LDA $7FAB10,x AND #$04 BEQ BitClear ... LDA $0DB2 BEQ NO

...
or you could do this:
Code
LDA $0DB2 BEQ NO LDA $7FAB10,x AND #$04 BEQ BitClear ... RTS No: LDA $7FAB10,x AND #$04 BEQ BitClear2 ....
Interesting. I thought of doing something like this for my hack, except that I'd have three difficulty settings instead of just two. I guess you beat me to it (although it's probably been done before).
Pages: « 1 2 »
Forum Index - Archive - C3 Museum - Spring 2011 - wiiqwertyuiop's C3 realease

The purpose of this site is not to distribute copyrighted material, but to honor one of our favourite games.

Copyright © 2005 - 2013 - SMW Central
Legal Information - Link To Us


Total queries: 27

Menu