Post subject: BizHawk files not counted as "valid"
Skilled player (1308)
Joined: 9/7/2007
Posts: 1354
Location: U.S.
It seems that BizHawk runs arent counted for as valid movie files for the submission queue. I havent been able to submit my new TASes, which makes me wonder how adelikat submitted his Zanac TAS.
Post subject: Re: BizHawk files not counted as "valid"
Player (79)
Joined: 8/5/2007
Posts: 865
Sonikkustar wrote:
It seems that BizHawk runs arent counted for as valid movie files for the submission queue. I havent been able to submit my new TASes, which makes me wonder how adelikat submitted his Zanac TAS.
I'm pretty sure the site has coding that says
if run.username=="adelikat" then
     publish(run)
else
     submission_queue[#submission_queue+1]=run
end
Naturally, since I don't know HTML, I believe the site is programmed entirely in Lua... Edit: Debugged my code.
Lex
Joined: 6/25/2007
Posts: 732
Location: Vancouver, British Columbia, Canada
Apparently, the site has a slightly different implementation of BizHawk input file reading which requires a | at the end of each line. BizHawk itself doesn't even require this for playback, but adelikat's movie had it and Sonikkustar's didn't. Adelikat fixed Sonikkustar's file for him so he could submit it and intends to fix the site so it doesn't require that.
Post subject: Re: BizHawk files not counted as "valid"
Brandon
He/Him
Editor, Player (190)
Joined: 11/21/2010
Posts: 913
Location: Tennessee
Bobo the King wrote:
Naturally, since I don't know HTML, I believe the site is programmed entirely in Lua...
Implying HTML has anything to do with the site's programming, much less its file processing...
All the best, Brandon Evans
Post subject: Re: BizHawk files not counted as "valid"
Editor, Emulator Coder
Joined: 8/7/2008
Posts: 1156
Brandon wrote:
Implying HTML has anything to do with the site's programming, much less its file processing...
Thanks for pointing that out. Feel better now?