Posts for DarkKobold


Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Why didn't this obsolete the 100% run? Sonic 3 is seeming to have a ton of branches now.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Those scripts are impressive. Amazing job by the coders.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Post subject: Improving streaming/commentaries
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
So, I did a test commentary for a couple of my runs, and found it a fairly enjoyable experience. I decided to see what kind of improvements I could do for streaming the first is my setup to include the emulator audio, Skype, and my microphone. There are a few options to do this, however, this is the solution that worked for me. My Via Audio Deck (Onboard soundcard software) has the ability to create, in windows, a playback channel and a recording channel. Thus, I unmute my mic (so it can be heard through the speakers) and run the line-out through a standard 3/4" splitter, and run one side to my speakers, and the other directly back into the line-in port. Now, to stop feedback, the line-in is muted, however, it is still fed to the recording channel. Thus, everything coming through my speakers is heard in ustream. Also, I felt that the ability to draw on the screen, like a sports-commentator, would be beneficial for explaining parts of the runs. Thus, I whipped up a Lua script, and will be using this to do future commentaries. This one was built for gens, but could be easily adapted to other platforms. Download Madden.lua
Language: lua

TempBuf ={}; ScreenBuffer = {}; for i = 1,120,1 do NewBuf = {}; for j = 1,160,1 do NewBuf[j] = 0; end; ScreenBuffer[i] = NewBuf; end; --***************************************************************************** function press(button) --***************************************************************************** -- Checks if a button is pressed. -- The tables it accesses should be obvious in the next line. -- best function EVER, written by FatRatKnight if keys[button] and not last_keys[button] then return true end return false end pause_mode = false; cleared = true; PM = savestate.create(); while true do keys = input.get(); if keys.leftclick then cleared = false; xm = math.max(1,math.floor(keys.xmouse/2)); ym = math.max(1,math.floor(keys.ymouse/2)); TempBuf = ScreenBuffer[ym]; TempBuf[xm] = 1; ScreenBuffer[ym] = TempBuf; end; if keys.rightclick then end; if press("C") then cleared =true; for i = 1,120,1 do TempBuf = ScreenBuffer[i]; for j = 1,160,1 do TempBuf[j] = 0; end; ScreenBuffer[i] = TempBuf; end; end; if press("space") then pause_mode = not pause_mode; if pause_mode then savestate.save(PM); end; end; last_keys = keys; if pause_mode then savestate.load(PM); sound.clear(); end; gens.frameadvance(); if not cleared then for i = 1,120,1 do TempBuf = ScreenBuffer[i]; for j = 1,160,1 do if TempBuf[j] == 1 then gui.drawbox((j-1)*2+1,(i-1)*2+1,(j-1)*2+2,(i-1)*2+2,'yellow'); end; end; end; end; end;
This script has a psuedo-pause function, that allows you to draw on the screen, while the game appears to be paused. As most lua implementations don't have sound.clear(), there will be buzzing noises during these pauses. Here is an example So, I'm think I will do a full, real commentary of Shining Force 1 soon.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Voted yes, congrats on finishing this
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Something has been bothering me about this movie. A couple scenarios to consider: - what if a code was used to enter the debug menu? - what if a code existed to enter the debug menu, but a glitch was used instead? - how do those compare to a debug menu that is only enterable via a glitch? That said, aside from the ~10,000 frames of waiting for the debug menu to open, this was enjoyable.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
PZ-powa wrote:
DarkKobold wrote:
Kyman wrote:
secret message: I AM TASVIDEOAGENT
WRONG It was IM BATMAN
WRONG It was
IM A GIRL WRONG It was
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Kyman wrote:
secret message: I AM TASVIDEOAGENT
WRONG It was IM BATMAN
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
secret message that no one will decode !dloboKkarD rof etoV HAHAHA SUCKERS!
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
This thread is ridiculous so I am locking it, unlocking it, moving it to gruefood, and then moving it into PS emulators, submitting it as a Battle Chess run, coloring a dinosaur, eating it for breakfast, and... wait, what was I doing?
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Post subject: Re: VGA hacking for higher framerates: Rules dilemma
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Bisqwit wrote:
The question is, is it theoretically allowed on TASVideos to load up a little TSR prior to the game's loading, that when installed, will alter the mode 13 after it is set such that the screen refresh rate is changed to 120 (or even higher) from the default 70*?
I would say that a TSR would be the console equivalent of attaching a game-genie to a cartridge. Both systems interfere with the standard interface to run a game, and thus should not be used.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Finally, SOMEONE NOTICED!!!!! http://en.wikipedia.org/wiki/Teenage_Mutant_Ninja_Turtles_%281987_TV_series%29
Teenage Mutant Ninja Turtles (known as Teenage Mutant Hero Turtles in Europe due to controversy at the time) is an American animated television series produced by Murakami-Wolf-Swenson. It was animated overseas in Japan by: Toei Animation. It was first piloted on during the week of Decembr 28, 1987
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
testing: works, see the thread in Sites!
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
errror1 wrote:
Sonikkustar wrote:
Yes Vote, And may I be the first to ask this run to obsolete these two movies?
ssf2 is a very different game then sf2ce, but having a run for the snes port is kind of silly now that we have arcade emulation
Not to mention, compared to today's standards required for an interesting, publishable fighting game, those old SNES runs just don't hold up. They use a single character, and the combos are mostly about spamming light punch or kick.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Sonikkustar wrote:
Yes Vote, And may I be the first to ask this run to obsolete these two movies?
I'm glad you said it before me. Nach will be happy, cross-platform and double obsoletion.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Just not very interesting. Also, this seems very trivial to make.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
arflech wrote:
As far as I can tell, if you convert that decimal number of seconds into frames you get 41, so the frame count is 1001*3600*60+15*60*60+5*60+41=216270341, still less than one frame per American
As of 08/15/2010, there are
[10:08] <Grunt> 65,996,469 frames in total. [10:09] <Grunt> (that's for currently published non-obsolete movies) or [10:10] <Grunt> 129,041,206 frames for all movies (including obsolete movies).
We are still, at best, only half way to Desert Bus. At worst? 1/3rd of the way.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
I'm also on the yes side. The complete destruction of the world, the longest in-game time (short of desert bus), and the strange rupee counting all made this an interesting and different enough from the glitched SNES LttP.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
To be honest, these Mega Man 2 hacks are almost a guilty pleasure. While I highly doubt that this will get published, I just wanted to say I enjoyed the run. Kefka's music in Wily 3 was a lil' funny too.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
hah, another yes vote for you.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
[15:37] * nitrogenesis has quit IRC (*.net *.split) [15:39] <TASVideoAgent> New reply by NitroGenesis (OT: Memorable IRC Quotes.): http://tasvideos.org/forum/p/243394#243394 [a:1] Whatever, you split from us. TASVideoAgent said so.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
I'm not sure who split the thread, but I don't think moderators should be dissing forum members in such manner. I changed the topic title to something less offense to slowking. While I 100% disagree with his opinion, I don't think he needs to be disparaged.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
henke37 wrote:
Is this yet another game where you go into a dungeon, beat some monsters and walk a lot? I got bored the last two runs. It simply isn't that exciting to watch.
henke37, it is an improvement two one of the last two runs, the one you particularly didn't like.
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
OOoooh, how about for submissions [obsoletes] which tells the frame difference in frames and time, and links to the old movie! As long as we are doing awesomeness...
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
I'm sure FRK will go crazy with this script, so I decided to create a template. I don't know about the rest of you, but adding subtitles the normal way, i.e. specifying the frame you want, the location, etc, is a giant pain in the ass. Thus, to make it easier, I decided to make a point-click script. Left click where you want the subtitle, type it in, and volia, it makes a subtitle compatible with FRK's script. This script could use a lot of functionality, a rewind function, a check subtitle function, etc. However, the core idea is there, no more 'coding' to add subtitles. Hopefully by making this easier, authors will be encouraged to add their own subs. (Note, this only works in FCEUX, due to iup). [code SubtitleAdd.lua] require("auxlib"); btn = iup.button{title="Add SubTitle"}; Sub = iup.text{size="200x",value=""}; Dur = iup.text{size="200x",value="120"}; Xpos = iup.text{size="200x",value=""}; Ypos = iup.text{size="200x",value=""}; Fr = iup.text{size="200x",value=""}; -- Add Sub function Dialg_Bx() -- set the callback function, action -- when the user clicks on the button, this function is executed -- and in this case, it fires a silly popup message btn.action = function (self) print(string.format('S( %d, %s, %d, %d, "%s")',Fr.value, Dur.value, Xpos.value, Ypos.value, Sub.value)); emu.unpause(); end dialogs = dialogs + 1; -- there is no ++ in Lua Subwin = dialogs; handles[dialogs] = iup.dialog{ title="Add Subtitle", iup.vbox{ iup.label{title="Subtitle"}, Sub, iup.label{title="Frame to Start"}, Fr, iup.label{title="Duration in Frames"}, Dur, iup.label{title="X Position"}, Xpos, iup.label{title="Y Position"}, Ypos, btn } }; end; Dialg_Bx(); --***************************************************************************** function press(button) --***************************************************************************** -- Checks if a button is pressed. -- The tables it accesses should be obvious in the next line. if keys[button] and not lastkeys[button] then return true end return false end keys, lastkeys = {},{}; lastkeys['leftclick'] = true; while (true) do -- prevent script from exiting keys = input.get(); if press('leftclick') then Fr.value = movie.framecount(); Sub.value = ""; Xpos.value = keys.xmouse; Ypos.value = keys.ymouse; handles[Subwin]:show(); emu.pause(); end; FCEU.frameadvance(); lastkeys = keys; end; [/code]
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Bagdadsoftware: To that end: Is TASVideos.org actively promoting TAS at events like MAGFest or PAX or do you keep more to yourself?
These are really cool ideas. Not sure what we would do - I know SDA does a marathon for MAGFest, and has a yearly video at PAX...
Sage advice from a friend of Jim: So put your tinfoil hat back in the closet, open your eyes to the truth, and realize that the government is in fact causing austismal cancer with it's 9/11 fluoride vaccinations of your water supply.