Posts for snorlax

1 2
6 7
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
I was using FCEU 16, but I switched to FCEU 15, and it desynched in the same spot. I'm using Super Mario Bros. 3 (U) (PRG0) [!].nes. This is the first NES movie that I've had this much trouble getting to synch.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
The movie desynched at the Sun Level for me.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Warp wrote:
Easy one: Deduce the (minimum) number of moves required to solve the Tower of Hanoi puzzle with 3 pegs and n discs. Harder one: By their nature, factorials tend to accumulate trailing zeroes. For example, 5! (120) has one trailing zero, 10! (3628800) has two trailing zeroes, 25! (15511210043330985984000000) has six trailing zeroes, etc. Write a function which, for an integer n, gives the number of trailing zeroes in n!.
There are only 5 trailing zeroes in 25! because 5 goes into it 5 times. Not sure where your math went wrong as I don't know where to figure out the product without doing it longhand, and that's unnecessary.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Tompa wrote:
If he isn't using any whistles, he'll be force to use B in the levels I mentioned, except 7-C1 as he can use a P-wing there. But in the other cases, naaah.
Reread his post. He's using a whistle.
1. Use a hammer to get to the whistle in World 2 2. Use the whistle to get to World 6 3. Use a P-wing to beat World 7 1st Fortress. 4. Use Jugem's Cloud from World 6 to skip 7-9.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
I like your original plan I think. I agree with Derakon's criticism of allowing more freedom with the B button.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Dacicus wrote:
I'm not quite clear on how you defined p and q. Is p the remainder when n is divided by 3, and q = n - p?
Yes.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
The differences in the consecutive terms are 5, 11, 19, 29, 41, 55, .... The differences in the differences is 6, 8, 10, 12, 14, the type of pattern which usually applies to differences between two squares. This leads me to believe that the formula for a_n is an expression of the third power. Let our expression be ax^3 + bx^2 + cx + d. Then we can use four equations: a + b + c + d = 1 8a + 4b + 2c + d = 6 27a + 9b + 3c + d = 17 64a + 16b + 4c + d = 36 Using a matrix for simplification to solve: 1 1 1 1 1 0 -4 -6 -7 -2 0 -18 -24 -26 -10 0 -48 -60 -63 -28 1 1 1 1 1 0 -4 -6 -7 -2 0 0 6 11 -2 0 0 12 21 -4 1 1 1 1 1 0 -4 -6 -7 -2 0 0 6 11 -2 0 0 0 -1 0 d = 0, c = -1/3, b = 1, a = 1/3. so a_n = (1/3)n^3 + n^2 - (1/3)n Testing the 5th term, this gives us (1/3)5^3 + 5^2 -(1/3)5 = 125/3 + 25 - 5/3 = 65 I am going to assume that this part is correct because it probably is. We are then left with proving that every term will be an integer. The only terms in a_n which could result in a non-integer are (1/3)n^3 and -(1/3)n. There are two cases for n: n is either a multiple of 3, or it isn't. If n is a multiple of 3, then clearly all terms will be integers, and the result will be an integer. Let's look at the other case. If n is not a multiple of 3, it can be broken into 2 parts, n mod 3, hereafter p, and n - (n mod 3), hereafter q. q can also be quickly seen as a multiple of three. Thus the part that we have to worry about making integral is (p+q)^3 - (p+q). Expanding gives us p^3 + 2qp^2 + 2pq^2 + q^3 - p - q. Removing all terms with just q in them gives us p^3 + 2qp^2 + 2pq^2 - p. p either equals 1 or 2, so we have 2 cases. If p equals 1, we have 1 + 2q + 2q^2 - 1, which simplifies to 2q + 2q^2, which is clearly a multiple of 3 as q is. If q equals 2, we have 8 + 8q + 4q^2 - 2, which simplifies to 8q + 4q^2 + 6, which also must be a multiple of 3. I'm sure I didn't do this the easiest way, and I kind of intuited the first step, but I think I showed what was required.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
I can't believe you embedded something without your permission Bisqwit.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Wouter Jansen wrote:
rofl I had to rename the file INSIDE the rar file or else it wouldn't unpack to the folder.. using vista ntfs.. I guess it doesn't like the spiderwebs
I had no problems unpacking it, but then I had to rename it to get a player to play it. My version of VLC didn't work, so I had to download the new version, but it was worthwhile.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
I was wondering if registering was necessary. I registered on a French site before despite not knowing French, but it's best to avoid it if possible. Thanks for being helpful again as always bkDJ.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
bkDJ wrote:
speaking of going through locked doors, I had a good laugh at this video. Also starting at 4:37, he doesn't press any keys except to skip text for automatic fun. http://www.nicovideo.jp/watch/sm2084733 (I'd post a youtube link but it's not on youtube)
How does one get this link to work?
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Xkeeper wrote:
This is a copypost of another thread. SMB3 Extended 1-up glitch explained
This happened to me once in Bowser's Castle, and I always thought it was my strangest gaming experience. It's nice to know there's an explanation behind it. I've always described it as a combination of the Legend of Zelda completed puzzle sound and the normal one up sound.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Has anyone tested every weapon that is possible to use as a child on Gohma? We only had the slingshot or deku nuts for options before, but if the boomerang or bombchus will work, that will give us another item to skip.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
DonamerDragon wrote:
Heheh, my favorites were the 60 yard field goal, 100 yard pass and getting a safety when you should have had a touchtown.
He shouldn't have scored at all. He didn't even have the ball! That was the best part of the movie though. The field goal was also something I haven't seen before. As someone who's pretty familiar with this game, I was disappointed that there wasn't more quirky player movements. I am more used to the Super Nintendo game, but I think the engines are fairly similar. If you could work in some infinite sliding after touchdowns and other absurd defender actions, that would be a nice touch. Some of the plays were fairly boring, which shouldn't be the case in a movie like this. On the other hand, I haven't watched the old movie in a while, but I think this one took better advantage of available glitches, whereas the old movie spent a lot of time causing fumbles. I'd rather see this movie published, but I do think it could look even better. I'd give it a yes vote for showing a few things that I haven't seen before.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Is bottle duplication possible in Majora's Mask? If so, would it be of use in the any% route here? I'm guessing it's not possible because it surely would have been implemented by now, but I don't recall seeing it mentioned anywhere.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Is this run being published, or are we just waiting for an improvement?
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
For what it's worth, this is the 100% definition of LoZ on SDA, as I've determined through conversation with mikwuyma and radix: All heart containers Magical Sword Magical Shield Red Ring Red Candle Bow and Silver Arrow Magic Wand Magic Book Magic Key Magic Boomerang Whistle Raft Ladder Both bomb upgrades Power Bracelet Notice that the letter is not required as it just leads to the potions, which are only collectable items and don't improve character abilities. I don't believe the enemy bait would be necessary either if it weren't required for the dungeons. I personally believe that collecting the letter should be required, but I haven't decided on whether showing it to the old woman or buying a potion (red or blue) should be necessary.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Not sure why this movie doesn't have a star. Would that come later? If there was a TAS I would show someone if I could only pick one, this would be it.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Dromiceius wrote:
It was well played, and I liked seeing the Old Man get his comeuppance, but the hack sucks. I mean, compared to Super Demo World, it's really amateurish. The music seems to restart itself for no reason, the colors are hideous, and the plot is lame. Rather than building on the good qualities of the original game, it looks like they threw the most of the LoZ series in a blender and wound up with ghost-centaurs, an ocarina, and a squashed thunderbird. But that's really beside the point. Did I enjoy watching it? Kinda. I think the quality of the run and the quality of the hack balance to a somewhat positive meh.
This post sums up my feelings pretty well. Most of the sprite swaps just annoyed me. However, this run is still more entertaining than some other runs I've watched on this site, so I wouldn't necessarily be opposed to seeing it published.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Questions for SDA people, since Sleepz says he is incorporating this into a speedrun: 1. Would walking in the status window be leaving the game boundaries? I would think so. 2. Would skipping from one side of the screen to the other be mysterious warping? This is a tougher call, but I would still lean toward yes. Awesome glitches btw. I see the directions for doing the top/bottom glitches, but how do you do the left/right glitches? If there is a way to view input in the emulator (there probably is), I can't find it.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Can using a bomb to go through a block be done on a console?
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
I haven't watched the WIPs, but I just have one quick question. Is the animation for picking up the Blast Away the Wall star faster than the animation for any other star in the game? If so, how many frames does it save? Would ending your all-coin route by picking up the BAtW star be faster because of this?
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
captain compost wrote:
Edit: Anyone else having trouble viewing that WIP on FF? Mine's just a blank screen...
Yeah, I had to download it and watch it on VLC.
snorlax
He/Him
Experienced Forum User
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Is there an AVI available yet? If this run is not going to be published, I would at least like to watch it. Thanks.
1 2
6 7