Posts for Patashu


Post subject: Re: Possible Monopoly TAS Ideas
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
JWinslow23 wrote:
Hi, everyone! What would be good ideas for a Monopoly NES TAS (that would likely be published, of course)?
Sorry, but if you're not going to put in the effort to make a TAS that actually does something innovative, interesting and skillful, you should do something else.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
New OHC song (made in one hour). Famitracker as always :) Link to video http://soundcloud.com/patashu/ohc-mechanized-whalesong
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Nahoc wrote:
henke37 wrote:
I propose that we substitute the traditional screenshot for the trailer video.
What do you mean? Why?
He's implying the trailer video is a better teaser for/more representative of a video than a still could be.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
My body is ready
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Derakon wrote:
Yeah, I suspect that turnbyturn.txt will be the preferred way to "watch" the run when it's completed.
Imagine the annotations: Cover the screen every frame with turnbyturn.txt's wisdom for that frame, pause for 30 seconds to let you catch up :)
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
I am really pumped for this TAS, it's going to be so full of dry storage glitchiness it'll rival OoT for the wtf levels
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
DarkKobold wrote:
Abahbob wrote:
Getting into FoF:
These weird wire frames keep cropping up. The thing that worries me, is it seems like this is the sort of occurrence that might crash a console. Have these been demonstrated to actually work on a real GC?
The wireframes are a plugin or something for Dolphin. If you do this on console the screen just goes black except for a few shaders (like mirror shield/mirror shield light). There's nothing particularly glitchy about it, it's just an extension of what happens when you open a chest and something cool is inside.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Antoids wrote:
Maybe I'm missing something but isn't that useless since it requires the Wind Waker?
You can superswim and get the wind waker early.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Warp wrote:
Btw, some object never getting destroyed because of a cyclic dependency is not the only problem that can happen with reference counting. It's also possible for an object to be destroyed too soon (and then code accessing the destroyed object). Can you figure out how this could happen?
Does it involve a race condition?
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
For alternatives to C, microsoft has 'Managed C' where you can declare objects to be within managed memory and a garbage collector will be freed later. Much of the mental work in making a C program work is in handling memory yourself, so this helps a LOT.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
What happens if you go to furnace fun, escape a mini game, go to furnace fun, use the 'fly under the panels and backflip up into them' trick (or gameshark) and go straight to a minigame panel?
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Vykan12 wrote:
As for writing my own program, I’m thinking of maybe designing a simple pong/tetris game for starters. What else could I make that’s relatively simple but still more of a challenge than just outputting stuff on a console?
Multiplayer pong/tetris. You'll have to learn about sockets, abstracting the state of the game (so you can send and receive and respond to changes in it asynchronously), writing a netcode... etc.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
MUGG wrote:
I think a TAS of a hacked ISO is a waste of time.
It wouldn't be a real TAS, it'd be a 'what-if' TAS. e.g. what if barrier skip was possible and didn't require anything complicated, what would the TAS/route look like. It would be good preparation if nothing else
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Slowking wrote:
The game gives you Master Sword and Mirror Shield when you enter the Puppet Ganon fight. Probably a leftover from beta testing or something.
Interesting, so you don't need many items after all :)
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Slowking wrote:
Just do it for fun? Shouldn't take that long... Basically the route would be: bombs -> WW (and bottle) -> leaf -> soup -> FF2 -> Hyrule2 -> Ganons Tower (maybe different order in the middle) Btw. why didn't you just put the door in front of the barrier? That way you wouldn't have to leaf that far. On J you can use the sides of the bridge for the WW dive and you can use Tetra for text. (Hyrule1 freezes later on anyway, afair, so Hyrule2 is the only option)
I think you also need mirror shield (to reflect the light arrow in Ganondorf fight). Unless the game only checks that your shield is up and not its type.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
I finally made a new song :) Link to video Soundcloud, description, etc in link
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Post subject: Re: The Simpsons: Hit and Run
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Spikestuff wrote:
-any% (all missions) -low% (mission skips)
That's not how any% and low% are categorized. any% means 'beat the game as fast as possible via whatever means' low% means 'beat the game with as few things as possible, as fast as possible' So if skipping a mission is faster than doing it, you'd do it in any% and low%. If skipping a mission is slower, you'd do it in low%. Same for upgrades, collectibles and so on. A category for 'all missions' would be specifically titled that, if 100% also includes other things.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Odongdong wrote:
I think it's impossible to TAS because it contains online ranking board. TASVideos do not accept online games.
Actually, www.potato-factory.com/temporal/ no longer exists so it no longer has online ranking boards. Does that mean it's OK to speedrun now?
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
TheFreq wrote:
This might sound incredibly ignorant as I've never done or attempted TAS before, but why can't you just do the current non-TAS route that people do, but just TAS that? It might not have any of the tricks that a TAS would do, but at least it's something.
Because then it wouldn't be optimal. It wouldn't even be useful atm - the real time route is changing all the time as people decide where to superswim, where to use miscellaneous dry storage tricks and so on.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Ahahbob is getting the cutsceneless encoding ready earlier than expected ;)
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Vykan12 wrote:
If you clip through the 765 and 810 note door that would leave 260 notes to collect. You could get that by beating only 3 worlds, meaning you'd only need 7 jiggies.
You also need some moves in worlds in order to beat the final boss.
Which ones, exactly?
You need egg pooping, flying and the beak bomb, for starters (which means visiting mumbo's mountain, ttc and freezeezy peak for 9 jiggies)
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
If one of the earlier note doors was skippable, sure. But it's not likely you'd want to go to CCW early since everything in it takes a long time to get
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Cronikeys wrote:
Me and Kirkq have broken Banjo-Kazooie. http://youtu.be/eHzuegy9NyM This lets you finish the game with 69 jiggies.
Yeeeeeessssssssss Edit: Imagine if defeating Grunty gave you a jiggy. 70 jiggy run lol
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
rog wrote:
Also would it be more plausible to put dolphin on homebrew (if even possible)
What does this even mean...?
I think (he/she) means writing a program for the wii that would be able to freeze the wii and allow for frame advance. That way you wouldn't need any finicky emulation - it would Just Work. I don't know if such a program can be written though.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu
Patashu
He/Him
Experienced Forum User
Joined: 10/2/2005
Posts: 4017
Phallosvogel wrote:
So is using J actually slower than a run on U would be?
J is faster because the text is sooo much faster.
My Chiptune music, made in Famitracker: http://soundcloud.com/patashu My twitch. I stream mostly shmups & rhythm games http://twitch.tv/patashu My youtube, again shmups and rhythm games and misc stuff: http://youtube.com/user/patashu