Posts for feos

1 2 345 346 347 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
What if he shows up during the publication process? That rule doesn't save us from 100% all possibilities. It only saves from random encoders who create random items for random submissions.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Alright, my worst expectations were true. What does that rule say about superjudges who not just accept but publish themselves? Also, how many superjudges existed at the time of that super-up-to-date rule? And still, if I'm personally judging a run, is there a single reason that can destroy my chance to accept it after the decision was already thoroughly made?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I'm still curious of why at all you ask. I use to post such links to use during publishing if they are ready way before I actually publish 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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Aglar, any plans to improve Batman?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I anyone already encoding it for publication?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Oh my God! No one can know whether it will be accepted or not, even myself! Why didn't you ask the same question about last Metroid Fusion 100%? It had all Archive uploads even before being submitted!
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Then I'll tell what I know. Warner most likely (87.9% it's true) used some random SMB footage and uploaded their copyrighted vid to youtube. YT copyright system now thinks any SMB footage similar to the segment Warner has belongs to Warner. Claiming back is a piece of cake, but you'd need to wait for them to read your claim and make a decision. All that time (about a month) TVC will stay time-limited. Now about what to write. I did it this way when my SMB uploads were hit by belonging to AlbinoBlackSheep. I send a message that this guy has nothing on earth to do with SMB, all rights belong to Nintendo. And the particular video I uploaded was captured from console from the cartrige I own, so I have a right to post gameplay footage for the purpose of research. Yes, I lied (tases aren't recorded from console, but those guys don't give a heck about how tases are recorded).
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I've heard TVC got a time limit for copyright violation. Is it true, and what to do if it 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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Thanks! Also, resampling and merging WAVs must e possible in avisynth as well.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Hm, is no one having problems with this becoming Moons?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Download DT2-LagHUD.lua
Language: lua

lagged = false lastXpos = 0 lastYpos = 0 lastXcam = 0 lastYcam = 0 function Stuff() Xpos = memory.readbyte(0x96) + (memory.readbyte(0x97)*0x100) + (memory.readbyte(0x95)/400) Ypos = memory.readbyte(0x99) + (memory.readbyte(0x9A)*0x100) + (memory.readbyte(0x98)/400) Xcam = memory.readbyte(0x17) + memory.readbyte(0x18)*0x100 Ycam = memory.readbyte(0x1A) + memory.readbyte(0x1B)*0x100 timer = memory.readbyte(0x8F) RNG = memory.readbyte(0x90) pattern = AND(RNG, 3) bossHP = memory.readbyte(0xB9) bossInv = memory.readbyte(0xB8) Xspd = Xpos - lastXpos Yspd = Ypos - lastYpos Xcamspd = Xcam - lastXcam Ycamspd = Ycam - lastYcam gui.text( 0, 8, string.format("X: %.2f\nY: %.2f",Xpos,Ypos)) gui.text(170, 8, string.format("Xcam: %4d\nYcam: %4d",Xcam,Ycam)) gui.text(115, 8, string.format("Tmr: %d\nRNG: %X:%d\nHP: %d\nInv: %d",timer,RNG,pattern,bossHP,bossInv)) gui.text(Xpos-Xcam, Ypos-Ycam, string.format("%.2f\n%.2f",Xspd,Yspd), "#00ff00ff") lastXpos = Xpos lastYpos = Ypos lastXcam = Xcam lastYcam = Ycam for i = 0, 8 do id = memory.readbyte(0x405+i) x = memory.readbyte(0x4B5+i) + memory.readbyte(0x4C5+i)*0x100 - Xcam y = memory.readbyte(0x4E5+i) + memory.readbyte(0x4F5+i)*0x100 - Ycam state = memory.readbyte(0x415+i) -- state = memory.readbyte(0x4B1+i) if x<0>242 then x=242 end if id>0 then gui.text(x, y, string.format("%X:%X",id,state)) end end end function DetectLag() lagged = (memory.readbyte(0x88) == 0) end function SetLag() emu.setlagflag(lagged) end memory.registerexecute(0xC780, DetectLag) memory.registerexecute(0xD362, SetLag) emu.registerafter(Stuff)
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Fixed.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
FractalFusion: Imagine lsnes had a perfect GB emulation, and VBA had it terrible. And Masterjun did a run on a perfect emulator, what is slower than on a terrible one. Imagine even p4wn3r himself did that and could not improve over his own VBA movie. Would you accept such submission? Or imagine Masterjun TASed SMW any% on BizHawk and it appeared to be slower than on snes9x (any branch of which is anyway worse than bsnes core). Would that be accepted? The answer always used to be: if the gameplay was improved (no matter how long cutscenes lasted or how many lag it had on loading the level), it will be accepted. Otherwise - not. But now (as I stated right in the first post), the question becomes (even according to your post): was the respectable effort put into making the very movie? Because if the effort was huge enough, you would need to accept the slower movie because it is way closer to being ran on console. But it presents no improvements in real time, though no misoptimization losses either, so it can not just obsolete the less accurate movie. This is why I suggest adding co-authors. And once again, only VERY accurate emulator movies must be considered wanted to make off of VERY inaccurate emulator movies. So, I'm just suggesting the ways to judge the cases you want judged case-by-case. Sure, it would be case-by-case, because there would be NO exact factor such movies could be accepted by (as now is real-time length). But each of them can easily be figured out right now. Now please point out where my thoughts contradict yours.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
If the audience feels 1-payer run looks too similar to 2-payer run and doesn't enjoy it, it is rejected. Same for pacifist/no damage/whatever. I'm voting No on this run. It really looks like an inferiour version of the already vaulted 2P run. Hint: Making unvaultable versions of already vaulted runs is a bad idea 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.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I would like that info base to be connected to the Guide I made: http://tasvideos.org/TasingGuide.html And especially with this page: http://tasvideos.org/GameResources/CommonTricks.html Though, the latter speaks mostly about the logics of what you do to games, while you seem to mean different input applications, like what kinds of input should be tested.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Looks like people just don't read threads they post in.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Unlimit the video.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Will prepare the encodes. Sound effects die before the last boss, it is "okay"? This game makes NO sense, but I still vote yes.
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 (1238)
Joined: 4/17/2010
Posts: 11287
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Man, just visit this topic and read the questions resyncing raises. It already exists, it would help TASers that used to do serious projects on snes9x 1.43. We need to know what to do with it on a site level, not on a level of occasional submissions.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Publishing not an improvement is silly.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Try reading the edits.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Better now?
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
9 people disliked the glitched ending. 6 people liked it specifically. 7 people had no problems with the glitched ending and voted Yes for what was originally submitted, not mentioning the ending preference. 5 want two versions published alongside. 1 wants the glitched one to be replaced. People having no distraction by the glitched ending can be accounted as those who agree with publishing it. But the dislikers also were active, so the second youtuber is added. What is the problem I don't understand now? That the glitched one is not removed? Removing it was requested by a single person. That the clean ending is not encoded for downloadables? It can be done anytime. That the clean one is not primary? The opinions are slightly on the glitched one's side.
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 (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Wait, you disagree to have the clean ending as the second youtuber in the publication?
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 345 346 347 439 440