Posts for feos


1 2 274 275 276 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Tried to open Debugger window. Shows that and closes the emulator (for any core). I know it's unfinished, just saying what it does for me.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Carl Sagan: Don't worry, the moons tier allows as many unique categories published as we want. Just takes someone to make a run using all the tricks except jump to game end (and audience support). Exactly what happened to Rockman. [1686] NES Mega Man by Shinryuu & finalfighter in 12:23.34 [2601] NES Mega Man "game end glitch" by pirohiko & finalfighter in 00:32.11 That's how we divide between any% (with major skip glitch) and any% (no major skip glitch). Both are any%, and both are considered the true any% category!!!11 (c) by different people.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Tried out dumping with different options. For anything other than PixelPro, it dumps segmented by resolutions (what we want), but some of the segments look like this (what we don't want): Otherwise, the general preference for dumping is going to be the Debug mode, since we need the exact picture dumped, that will then be resized to the gameplay resolution.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Tested with GPGX. GDI+: 35 fps @ 3x, 45 fps @ 2x. OGL: 40 fps @ 3x, 85 fps @ 2x. And yes, the option didn't exist in the latest release.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Alyosha wrote:
Actually, it is activated when you kill the red enemy near where the 'F' path opens up. Although I can't yet determine why this one enemy triggers this bit or what effect it has.
You would need to find an exclusive room where that particular bit is read.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Alright, here are the videos. What you see? Link to video Link to video I have no idea what YT does to the video, but what I see in Opera/Mozilla/Crome@60 is exactly what I see when I download it from YT: "deblinked" has zero changes whatsoever, "full fps" is 30 fps with some algorithm of dropping frames. To figure it out, I'm going to stack them horizontally and compare frames. http://rghost.ru/private/59823398/bfd2d4e7d1c78a732b5917dfaae0a2e0 Comparison video shows the frame number. Preparing the listing... Just as expected. We blend what we need and drop every other frame.
Language: AviSynth

ng_deblink(0.5) SelectEven()
YT does: no drop, drop 1, drop 2 in a loop.
Language: AviSynth

SelectEvery(6,0,1,3)
deblink  youtube  match
   00      00       +     
   --      01            
   02      --            
   --      03            
   04      --            
   --      --            
   06      06       +     
   --      07            
   08      --            
   --      09            
   10      --            
   --      --            
   12      12       +     
   --      13            
   14      --            
   --      15            
   16      --            
   --      --            
   18      18       +     
   --      19            
   20      --            
   --      21            
   22      --            
   --      --            
   24      24       +     
   --      25            
   26      --            
   --      27            
   28      --            
   --      --            
   30      30       +     
Bottom line: YT's super hyper wise algorithm for 60 fps footage is exactly what we would do 4 years ago. The only difference is that we went a different path: we used drop to 25 fps (ChangeFPS(25)), then instead of dropping 0, 1, 2 (SelectEvery(6,0,1,3)), we developed TASblend. Remember how it was hyped about? Then we developed deblink. It was perfect, except for backgrounds shaking at 30fps. Why was it perfect? Because developers used 30 fps blinking as a feature, it was displayed ideally translucent on TV. When they didn't want that, they simply did 15 fps blinking, and it looked as an ideal blinking. Now if someone is going to say that we must jump 4 years back and return to dropping frames, because suddenly we start preferring something random to what developers were intending to do, and to what TV showed, sorry, but it's absurd.
Patashu wrote:
If you compare 60fps and 30fps deblinked, 60 fps is superior.
I see no proof of that in my version of reality.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
RGamma wrote:
No need to test. YT likely will drop every other frame or so. Blending frames into one another wouldn't make sense for them, because there's no (in general) right way to do it.
There is need. It's people saying that deblink is obsolete/does worse than YT.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Wow, that drama. As I always take things, and as I said in another thread Flygon was super dramatic about, once there's a proof that something is actually better, we will agree that it's better. Now I only need to test once again what we see when 30 fps blinking is youtubed at 60 fps. Note: it must be not blinking stuff, it must look semi-transparent (the exact way it looked on TVs). Hold on. EDIT: Oh god, it wasn't not deblinked properly, it was not deblinked at all! Spike, what happened?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Elaborate?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Anty-Lemon wrote:
And while I'm at it, YT encode on dropbox
You're going to keep making such encodes, right? Hint: Encoder rank.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Aktan wrote:
Sorry feos, I knew of this solution a long time ago, but I didn't think you would want to go through the trouble of setting a VM just to capture, lol.
And you were ABSOLUTELY right.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Cold Stardust Dyshonest xnamkcor sonicpacker gamerretro2 saomoore94 kusoman MegYesDKNo Billy C Clinton Nach
Hey Nach, you're in a good company!
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
So it's some version newer than 2.1 (yes, it's how old mine is)?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Anty-Lemon wrote:
feos wrote:
Oh! Have you also made an Archive.org item with those (excluding HD)? I want to take a look.
I have not; I'm unsure what to do with them considering I can't upload to the speed runs collection :/
No problem, just make a Community Video (or whatever is default) collection. Refer to the Publication Manual for filenames.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Is there a manual option to switch between them?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Oh! Have you also made an Archive.org item with those (excluding HD)? I want to take a look.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Synced with no savestates, dumped, ready to publish.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Put mklip2001 into quotes to return to regular text size :)
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 (1236)
Joined: 4/17/2010
Posts: 11269
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
I support moving to BH with anything PSX related.
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
When resizing EmuHawk window, maximum emulation speed dramatically changes, by 2x as well. Is it known/intended?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
It's what his movie has, so why not 1?
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
So I saw (to my absolute surprise) that my X-Men 2 maps got an award at VGMaps. http://www.vgmaps.com/forums/index.php?topic=2022.0 Wanted to share the enjoyment, and make a thread FWIW, since people might be interested in it, and lack some info we could have, so...
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
Spikestuff wrote:
Mothrayas wrote:
TASeditor wrote:
The best user is definitely scrimpy
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 (1236)
Joined: 4/17/2010
Posts: 11269
Location: RU
I used the correct links, it's either a site bug, or Archive.org's. Downloadables all work, but 512kb torrents don't...
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 274 275 276 439 440