(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-22-24 05:57 PM
Acmlm's Board - I3 Archive - - Posts by BMF54123
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
User Post
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-09-06 04:06 AM, in Which MWR button allows sprites to be standable? Link
Why not try to learn for yourself? _¬

Most SMW ASM hackers are either too busy or simply unwilling to spend time figuring out things like this...
(restricted)
(restricted)
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-10-06 07:55 PM, in Press the button Link
HAHAHAHAHAHAHA. This is the best thing ever.

To anyone who clicked the link, "accidentally" or not: I'm not unbanning you, so don't even bother asking me. I'm feeling rather merciless today.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-11-06 04:39 AM, in any good yoshi's island hacks Link
DUUUUUUUUUUHHHHHHHHHHH

THIS TOPIC DONE GONE STUPID
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-11-06 04:55 AM, in HELP!! Link
Originally posted by ghettoyouth
would require a lot of asm
Actually, in this case you're limited by the amount of VRAM the SNES has. There are some things even ASM can't solve...
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-11-06 04:59 AM, in My Koopas aren't moving... Link
The old, overused saying "BACK UP YOUR ROM!" seems appropriate (though a little late) in this case.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-12-06 08:16 AM, in anybody knows the pasword for this hack? Link
Which hack? You just linked to his main page.

If you're talking about Hyper Mario Bros. 5, try this file instead. It appears to be a newer version anyway.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-12-06 08:26 AM, in The most awesome SMB1 demo hack ever. Link
Oh, snap! drjay got BURNED!

(watch it, Strangler )
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-13-06 05:36 AM, in Dual Video Card Hell (In Linux) Link
There's no "Init Display First" or "Primary Graphics Adapter" or similar option? Most motherboards I've seen have such an option (for example, my MSI KT4AV-L lets you choose between PCI or AGP, but then again it has no on-board video).

If not, it sounds like the board is indeed looking for either an AGP or PCI-E card and ignoring the PCI bus, and all you can do is either hope for a BIOS update that addresses the issue, or get a new video card. I'm sure most cheapo low-end AGP cards on the market nowadays would outperform that Radeon 7000.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-13-06 05:57 AM, in Problem with Acmlm's SMB2D Link
Indeed, a hex editor was my best friend while I was making LotBB2. I eventually learned the nature of most of the bugs and how to work around them (which I have long since forgotten), but I still found myself diving into the raw level/enemy data and patching things up by hand on a regular basis (you pretty much have to know the level format if you want to successfully use those "screen skip" objects). I remember shuffling a bunch of data around near the very end in order to squeeze in a few more levels...I think I ended up with less than 100 bytes free.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-13-06 06:10 AM, in Info request page Link
Originally posted by Rusty Hackleford
I want to make an editor for starfox 64 but what programming language should I use?
Does anyone know anything about its source code?
Does anything know any other things about its programming?
1. Whatever's easiest for you and has the features you need. Most newbies start with VB.
2. Unless someone at Nintendo has leaked the source code, no.
3. Probably not. Try Google.
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-13-06 08:32 AM, in Yay! Screenies!! SMW Ice Version Link
JUST !@#$% DO IT, STEVE
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-14-06 06:32 AM, in Vertical control in SMW? Link
Originally posted by Bio
or maybe a custom block wich set Mario Y speed to 00 if it is superior to 00, that should stop Mario from going up without a odd bump sound
I made a "no-fly" block a while back that did just that, but it makes Mario hover in place for a second, which looks kinda funny.

I wonder if it would be possible to hack Mario's collision detection to always read the top row of blocks if he's offscreen, effectively extending the blocks infinitely upwards?

[edit]
And that's just what I did!

ceiling.bin

Put this in an empty spot in the first ROM bank ($200-$81FF in a headered ROM). Convert the starting address to 16-bit SNES format, and place it at $7662 (normally 65 F4). Voila - infinite walls!

This basically tricks the block collision routine into reading the very top line of blocks in the level instead of defaulting to #25 (blank space) whenever Mario's Y position is less than zero. This is accomplished by temporarily setting his Y position to #$0010. Make sure any blocks at the top of the level are set to act like either #25 or #130, or there's no telling what'll happen...


(edited by BMF54123 on 05-14-06 08:11 AM)
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-14-06 06:43 PM, in N.W.A or RBL posse? Link
They both suck.
(restricted)
(restricted)
BMF54123
WARNING: MOOD LEVEL CRITICAL








Since: 11-18-05
From: MOOGLES

Last post: 6303 days
Last view: 6302 days
Posted on 05-14-06 07:29 PM, in Disappearing 1-ups/3-ups? Link
Uh...AFAIK, the game doesn't keep track of normal 1-ups, so they should reappear when you re-enter a level. However, the game obviously does keep track of 3-up moons and those 4 invisible 1-up "checkpoints" (there's only one flag per level, though, so collecting one will affect the rest). Probably wouldn't be too hard to change, but why would you want 3-ups to reappear?


(edited by BMF54123 on 05-14-06 06:31 PM)
(restricted)
(restricted)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
Acmlm's Board - I3 Archive - - Posts by BMF54123


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.018 seconds; used 406.01 kB (max 514.56 kB)