Language…
9 users online: AJ1Ayrton, Daizo Dee Von, GRIMMKIN, Hidincuzimsmokin, Klug, Oskise,  Ringo,  Telinc1, Tsquare07 - Guests: 245 - Bots: 396
Users: 64,795 (2,375 active)
Latest user: mathew

Posts by Rabees

Rabees's Profile → Posts

  • Pages:
  • 1
  • 2
  • 3
  • 4
  • 51
  • 52


Originally posted by KingGoomba304
ROMS look like that in notepad, its fine. Now you need to get Lunar Magic and open up your ROM in it. Lunar Magic is located in the Tools section.

EXACTLY what he said, but you'll also need an emulator to run the ROM in. >_>
Download ZSNES. And about the programs (Lunar Magic and ZSNES and the ROM file) showing up in the Start menu or desktop, just don't make a shortcut! These programs don't need to be installed, so they won't automatically create a shortcut.

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.

(restricted)


I don't understand the part about the palletes. >_>
Maybe some visual aids plz?

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.

(restricted)


I need to know how to change the SMW title, specifically the text that says "Nintendo Presents", "Super Mario World", and the date that the original game was made in. Sorry if this was already asked on one of the other pages, but I don't exactly have time to read through 6 pages of forum.

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



thanks a lot! :D

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Originally posted by monkey_dude312
ok, I did save the actual level and I inserted the ExGFX. Does the page for the map16 matter at all or does it not mess anything up?

The map16 page matters a lot. Make sure you use a different blank page everytime you insert a map16page of data.

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Originally posted by I8Strudel
Originally posted by monkey_dude312
Originally posted by JeRRy86
did you remember to dirst extract the normal GFX and insert them again? with ExGFX, this causes bad glitchy gfx when you didn't.

what do you mean by dirst? and I will try to see if putting the map16 on different pages will help.


I believe he mistyped first, considering that the F & D keys are right next to each other.

And before you start randomly putting in Map16 blocks, you should only insert blocks in pages 0x3-0xF, and backround graphics in pages 0x13-0x1F, because you may overwrite other blocks and graphics if you start inserting on any other page.

Yeah sorry, i should have told you the pages. >_>
But I didn't have LM open.

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Before I post anything against the rules (maybe), then i thought i'd ask first. I'm not sure if this really suits the "Basic SMW Hacking" topic, but here goes:
Am I allowed to host a level contest under this topic? Please reply telling me if it's against the rules or not. I didn't see anything against it, but I just kinda skimmed through the rules. >_>

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.

(restricted)
(restricted)


I PM'ed S.N.N. and I'm awaiting a reply. >_>

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



I have the exact same problem. Can somebody help us please?

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Originally posted by Yakov
How about re-downloading the tool and rewriting the text? Perhaps the text overwrote some of the data? (Sorry, I never used this tool, but I do have experience in Perl.)

I've already tried that... I also have:
-ActivePerl Installed
-Romi's SpriteTool
-The "special" Xkas

EDIT: Nevermind, the cfg and asm files are magically appearing now...

EDIT2: Back to the same problem. Help?

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.

(restricted)


I have a problem. When I run perl.bat after writing my cutscene, vwftool.pl opens and nothing happens.

Things I have done:
-Installed ActivePerl
-Got the special "xkas"
-Written my cutscene
-wrote my cutscene's filename in "list.txt"
-put vwf.asm, vwf.cfg, vwfdata1.asm, and vwfdata1.cfg in the Sprites folder for sprite tool.

Sorry if I mistyped a filename or something, I'm writing this from memory. Help please?

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Reply to Senjan:
Go to the noteblock icon in Lunar Magic, and check "Bypass Time Limit". Then set a custom time limit at the bottom of the pop-up box or whatever.

EDIT: aw, i was beat to it... :3

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



If you mean sprite cut-off, install the "No more sprite tile limits patch". There's another way to fix sprite cut-off without the patch, but i recommend this way. >_>

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



I have a problem. D:

I'm trying to make mario enter the level with a fireflower, but I also want collecting 10 coins to give him a cape. Here's the code i'm using:

LDA $7E0DBF; This is the code for the cape.
CMP #$0A
BEQ equal
RTS
equal:
LDA #$02
STA $7E0019
LDA #$03; This is where the code for the FireFlower starts.
STA $7E0019

Exactly like that (No semi-colons). Can somebody tell me what I did wrong?

Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.



Originally posted by Teff007
Originally posted by Rabees
I have a problem. D:

I'm trying to make mario enter the level with a fireflower, but I also want collecting 10 coins to give him a cape. Here's the code i'm using:

LDA $7E0DBF; This is the code for the cape.
CMP #$0A
BEQ equal
RTS
equal:
LDA #$02
STA $7E0019
LDA #$03; This is where the code for the FireFlower starts.
STA $7E0019

Exactly like that (No semi-colons). Can somebody tell me what I did wrong?


What does happen, the game freezes? Or it don`t appear like you want?

Maxx (or however), I`m trying to use the Ground Pound that is in Patches section, But when I start the level, the music continues but the screen`s black, What do I do wrong?


The game doesn't freeze, the fireflower asm just doesn't work. No fireflower. :\

EDIT: I'm getting a fireflower after 10 coins now? And no cape? WHAT'S GOING ON HERE!?


Who knows when I'll have
something to put here.


Credits go to Counterfeit for the bitchin' post layout.

  • Pages:
  • 1
  • 2
  • 3
  • 4
  • 51
  • 52