Language…
10 users online: Blizzard Buffalo, Connnnair, DomoBR,  E-man38, Evernn, Kimota,  Lazy, Mario_B, Pikerchu13, SonicandMarioGames1985 - Guests: 113 - Bots: 183
Users: 67,353 (2,058 active)
Latest user: Jwinder

Posts by Majora252

Majora252's Profile → Posts

I would like to know about the graphic size of a sprite/block. In other words, how do you change the size of a sprite or block? So if I wanted to make a sprite the size of a big boo (whatever that is), or a block that's 32x32, what would I do?
Your layout has been removed.
Your level is pretty good, but you should try to fix the flying tiles. Replace them with a cement block or something. If you need it to be green, then change its pallet via Map16. Also in your opening message box (the one that appears when you start the game), you should use proper grammar. It looks weird with everything in capitals. And use the normal 1000, not an HTML version (or at least change the color, it doesn't match the rest of the text).
Your layout has been removed.
I've decided that before Mario joins your team, you have to beat him in a battle as that worlds boss. Here's a video:

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JYF2wz8YFmg&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JYF2wz8YFmg&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Comments?
Your layout has been removed.
(restricted)
I'm making a block that allows mario to pass if he has a powerup, but it also takes it way after he passes. So its like a "Pay Powerup To Pass" block. However, all it does is take away mario's powerup and not let him pass. Any idea on how to fix this? And yes. it acts like tile 25.

Code
JMP Main : JMP Main : JMP Main : JMP Return2 : JMP Return2 : JMP Return2 : JMP Return2

Main:
LDA $19
CMP #$01
BCS Return

;Don't Pass
LDY #$01
LDA #$30
STA $1693
RTL

Return:
LDA #$00
STA $19
RTL

Return2:
RTL

Your layout has been removed.
(restricted)
I hope you get i trested in it again.. Maybe you could try learning ASM? And then you might get level ideas from custom things you make?
Or you could get a team hack, and let a different person work on lv design. I know how you feel. Its happened to me before. =(
Your layout has been removed.
I think I'll change it so the block is pass-through until you enter the level again (after mario dies, complete it, goes to OW,ect.) What's the code that does that?
Your layout has been removed.
Just ignore them skedar. You didn't take anything other than the pallet.

When's the next video coming anyway?
Your layout has been removed.
I've been trying to apply this patch for a while, but it never works. I find the first 2 freespaces in the txt file (generated by the slogger), convert them to SNES and enter them. I also renamed my current mario graphics to "Mario" so I don't have to copy and paste them. I put them in the Exgraphics folder and try to apply the Xkas patch with Xkas gui. And error came up saying something about a file called "incbin Mario.bin" and "incbin Luigi.bin" not being found. Then I renamed the "Luigi" and "Mario" files to "incbin Mario" and "incbin Luigi". However it still reports an error. Any Help?
Your layout has been removed.
Originally posted by Majora252
An error came up saying something about a file called "incbin Mario.bin" and "incbin Luigi.bin" not being found. Then I renamed the "Luigi" and "Mario" files to "incbin Mario" and "incbin Luigi.


I renamed them because it said it couldn't find the files. The error came up before and after I renamed them.
Your layout has been removed.
I'm trying to use Romi's vwf cutscene tool, but I have a problem. after I replaced the Xkas included in Romi's spritetool with the newer one, every time I insert a sprite it can't find the MAIN label. Any help?

(If your wondering, this comes up)

Error
**********
MAIN Label Not Found
**********

Or something like that.
Your layout has been removed.
I found a weird bug. I edited my profile and saved it, but when I viewed it again the changes weren't made.
Your layout has been removed.
I know I didn't edit it, because it did it with all my sprites, even the ones that have been sitting in the sprites folder, unopened for months.
Your layout has been removed.
Thanks! I'll try to fix the pallet of mario being hurt, and add in some fireballs or shells.

@HunterMetroid

I'll think about making a metroid world. It might be a bit hard to make, but I don't have to worry about it yet as it would probably be world 5.

Also, could you create a level, take a vieo of it and PM it too me? I'd just like to see the type of levels you can make (don't worry, I'm not expecting everyone to make astounding levels). If you can't send me a video, then you could send me an e-mail with the level file attached to it.

Does anyone have any suggestions on what I could do to improve the Mario boss?

UPDATE:

I whipped up an OW submap (Yoshi's Island). Comments?


If I use it I might change it a bit to suit the world though.



Also, these are a few levels I made a while ago for a different hack:

Cave of Flames:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/s9S5b96IEDw&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/s9S5b96IEDw&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Stone Tower Temple (Not finished):
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/A_AlbvGErj4&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/A_AlbvGErj4&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Kirby's Winter Cabin:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ohYhhjRVAbc&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ohYhhjRVAbc&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Please give me your opinions.
Your layout has been removed.
OK, it works now. It turns out I was trying to use the one for applieing patches. (O_O)
Your layout has been removed.
I think this is a great idea. Just to make sure, your pretty much saying that we should code the sprites from scratch, as if they never exsted, right?
Your layout has been removed.
I think thats a pretty good level. You should get rid of the moon though, its way too easy to get.
Your layout has been removed.
OK, you can sign up. If you want you could do both graphics and lv design, since I suck at drawing GFX and there's not much here anyway.

Could you send me a level or video of a level you made? I just like to "test" members before they sign up because I don't want sloppy designers or the likes. Don't worry though, you'll probably be accepted.
Your layout has been removed.