Posts for feos

1 2 256 257 258 441 442
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I mean, instead of holding the mouse button while scrolling it down, in order to append some input to movie, just rightclick the needed column header and let the movie go. It will resume with your input in it already. I remember meshuggah requesting this too, then he probably moved to autohold too. But maybe in the interim build it's also implemented.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
What's next now? Alien invasion when my other self from a parallel world watches this run?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
jlun2 wrote:
Can I request that at TAStudios, dragging the mouse offscreen of the paino roll would also scroll the piano roll while placing additional input? Currently it feels somewhat stiff compared to FCEUX's version.
Use autohold!
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Spikestuff wrote:
feos wrote:
FUCK THIS SHIT I'm publishing what I have.
Great, I get to touch Mupen again... Oh wait, I have 70 star BLJless on my computer, why am I saying "again"? I'm adjusting to garbage.
If I break my head doing a headdesk this time, blame Spike. One last try... ... And it worked. Somehow I'm alive and well. Needed 120 fps to avoid lag, read every frame on, framebuffer emulation off, frameskip on frequent time checks on, and not covering the emulator window.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Trioct wrote:
I would switch to Bizhawk, but the TASeditor is hard to work with compared to FCEUX's. Mainly the scroll speed... I can't scroll through 1000 frames very fast if you only allow one at a time!
Is there any actual reason why FCEUX is problematic? No. A whole lot of its runs even syncs on console.
jlun2 wrote:
Wouldn't it make more sense to simply edit the site to stop accepting them? I mean, there there's a continuance list, so doing that for other emulators seem to make more sense than to cause endless frustration on viewing and encoding.
Let's simply make a continuance list for Mupen64, no other emulator is really that broken. Let's not cause more problems with doing it than we have not doing it, so it should not be overdone.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Download JP.lua
Language: lua

function stuff() camX = memory.readwordsigned(0x7b,0x7c) camY = memory.readwordsigned(0x7d,0x7e) youX = memory.readword(0xab,0xbd) youY = memory.readword(0xcf,0xe1) gui.text(100,1,string.format("X: %d\nY: %d",youX,youY)) for i=0,18 do id = memory.readbyte(0x3da+i) hp = memory.readbytesigned(0x47c+i) x = memory.readword(0xab+i,0xbd+i)-camX-40 y = memory.readword(0xcf+i,0xe1+i)-camY-40 if id>0 then gui.text(x,y,string.format("%d\n%X",i,id)) end end end emu.registerafter(stuff)
The level starts with that egg object spawning in slot 11. When you destroy it, it instantly respawns in slot 4 at the same place. If you despawn the egg by walking down a bit and then respawn it by walking up again, it is in slot 4 now, and you can still dup it. But if you go down so much that an enemy spawns in slot 4, even if you kill that enemy before destroying the egg, it won't dub anymore. This is what happens. Why - will see tomorrow.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
While I'm reversing the objects, do you have a movie where that particular egg from 51966 doesn't duplicate?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I'm amazed by how Glide64 showed me a circle pointing at the off-screen player while I dumped the latest SD, and now it doesn't anymore. I'm amazed by how it showed me a transparent score screen when I dumped my first HD (that had lagging audio), and now it doesn't anymore. FUCK THIS SHIT I'm publishing what I have.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I also wonder why there's no INCREDIBLE screen at the end, like in that other run and in SDA ones.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Spikestuff wrote:
Don't show the "Challenger Approaches" screen.
Why?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I have a question now. Should that kid in the ending be visible or black?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Spikestuff wrote:
feos. If you plan to publish it in its current state go and hit yourself.
I love you too. I killed a whole day on fixing it, and almost got this bastard to work, after all plugins randomly freezing, glitching and crashing for unknown reasons (on win7 too). And it's not over yet!
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
http://tasvideos.org/4677S.html error_handler: errstr=Undefined variable: p errfile=/home/tasvideos/public_html/modules/youtube.php errline=21
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Warepire wrote:
Not exactly, but almost. I found the news bulletin, support for Windows 2000 was dropped in 2010. They kept those API docs around for almost 5 years after support. XP, less than a year.
They want you learn walking on your hands so much that they cut off your legs to speed you up.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Wow. Looks like it could help in previous levels too, huh? Anyway, to get into this easier, I need all your RAM addresses.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Is it present in the previous movie you posted? If so, tell when it happens there, and when you need it to happen in the latest one.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Saving/loading frame 35 fixes it.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
The run desyncs when I load a state with Glide and Rice, and Jabo that doesn't desync has graphical problems with this game. Can someone else test? Pause the movie at frame 1, save, then load and see. EDIT: and now it desyncs with Jabo too. Amazing.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
marzojr wrote:
For what is worth, I think that it should be decided on a case-by-case manner, trying to minimize both in-game time and real time. If the best real time requires (or encourages) sloppy play leading to worse in-game time, in-game time should be preferred; if in-game time is not reliable, very inaccurate, or if it can be manipulated at a large cost in real time, real time should be preferred.
I think it's a perfect definition. Both should be minimized for a speed TAS, and priority should be on what makes it more impressive as a record. That'd apply for Vault very well, jlun2. In other words, more impressive in-game time run is a run where real-time "branch" makes little sense in general.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Post subject: Re: #4666: feos's NES Darkwing Duck "pacifist" in 12:35.66
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
Zeupar wrote:
16648
Nice catch! Did I mention MESHUGGAH's and my player entry? http://tasvideos.org/Movies-666up.html
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I'll just mention, that Sonic TASing won't worth anything if it didn't aim for in-game time. Simply because in real-time, one can find a prefect delay to stop the time counter ASAP, by waiting here and there, and it'd be faster than any current Sonic TAS, but... is there a point? So yeah, Sonic is not the game where you waste time for entertainment to get the lowest possible in-game time, you are forced to aim for it to be really able to talk about optimization (which TASing is about).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
I see it similarly to stopping the movie. If you stop it too soon, the time on your record is lower, but the game might have been beaten sooner if you prolongate the movie. And neither is better or worse, they are both arguably faster and slower than their counterparts, but there's nothing wrong with it, as long as it feels as "fast enough". One it becomes cheaper, it's not as much of a worthy speed record, which is Vault for. Same with difficulties IMO.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1241)
Joined: 4/17/2010
Posts: 11325
Location: RU
No idea what it is. If it was halffps, then it'd be so in both files, while mp4 is perfectly okay. I even imported them in virtualdub, and both play identically. Which is also weird, since the hq one should have dedup, maybe it's VD putting the frames there? If I fame advance through mpc, those dups aren't there. I assume it's players trying to calculate the result of dedupping or something.
[11:34:24] <Anty> 512kb looks like its 17.5 too
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
1 2 256 257 258 441 442