Posts for DarkKobold


Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
And, in response, you went through and ranked all my movies 0/0. Way to prove you are a mature individual. I'm locking this thread, and getting you banned.
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
C0DE RED wrote:
THAT I AM IN NO WAY AFFILIATED WITH?!
Yes, you are. Symbolic X, pixel-go-round, p0rtal_0f_rain, and C0DE RED are all past and present usernames of one [censored due to good taste. I think it served its purpose. However, all of this information was readily made available on Google by the poster's own admissions. Remember people, everything you put on the internet is scarily available.] You are being 'harassed' via these nicknames, to remind you that we are well aware of who you are. The administrators and moderators of the board find your attitude and behavior to be quite immature. Since the first warning was somewhat vague, I will state this in as clear terms as possible. If you continue to act in the same immature manner, you will be banned. It should be clear to you now, that we know that you are the same person, and any new accounts will easily be banned.
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
C0DE RED wrote:
Son, this is not a comfortable time to ridicule a fellow member. I'm here to talk video games more than bashing people. I'll drop the subject for now. You win.
I'd suggest you reference this: http://tasvideos.org/forum/groupcp.php?g=272 and this (specifically judges): http://tasvideos.org/Users.html to understand who you are talking to in this thread. Also, did you just call me Son? Lol.
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
C0DE RED wrote:
Well, don't call me a hypocrite. And we'll all get along again. Ciao for now.
And once again, you assume anyone cares if "we" get along? I for one, don't give a cow pie!
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
C0DE RED wrote:
I vote for mmbossman to wake up the next morning with a cow sitting on top of him. Now shut up, ya worthless poseur! No one here was talking to you.
Good to see that... nothing... has... changed! Seriously, p0rtal of Pixel go Red, coming in and telling a respected member of any community to STFU and GFTO is not in your best interest.
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
Personman wrote:
Anyway this is awesome and a good TAS and preserves everything that makes the game itself amusing, and I think plenty of people will be happy to watch this instead of playing it themselves.
This is my problem with this TAS. What makes this game fun is the credits, not the gameplay. If someone did an encode of this without the credits, (I estimate) everyone would vote no. Thus, the actual TAS (itself) contains no entertainment, and an equal amount of entertainment would be had by watching any (type of) run on youtube. No vote.
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
Alright, script is almost final. Map Screen done. Very pretty results, if you ask me: Download FE_EPhase.lua
Language: lua

require "gd" BattleCheck =100; -- emu.speedmode('turbo'); CharacterStore = 0x0202AB78; --CharacterStore = 0x0202BCE8; EnemyStore = CharacterStore + 0x3E * 0x48; Phase = 0x0202AA57; key1 ={}; key1['A']=true; key1['start'] = false; StartF = movie.framecount(); StatM = {'HpC','Lvl','EXP','Hp','Str','Skl','Spd','Def','Res','Lck','Con', 'X', 'Y'}; OffstC = {0x11, 0x8, 0x9,0x10, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x0E, 0x0F}; EnemyM = {'Alive','HpC','X','Y'}; OffstM = {0x00,0x11,0x0E, 0x0F}; Matcher = {}; newcount = 0; for checks = 0,0x3D,1 do Matcher[checks] = {}; for i = 1,13,1 do Matcher[checks][i] = memory.readbyte(CharacterStore+OffstC[i]+checks*0x48); end; end; Estats = {}; for checks = 0,49,1 do Matcher[checks+0x3E] = {}; if memory.readbyte(EnemyStore +0x11+checks*0x48) > 0 then Estats[checks] = {}; Estats[checks][1] = false; Estats[checks][2] = false; Matcher[checks+0x3E][1] = true; for i = 2,4,1 do Matcher[checks+0x3E][i] = memory.readbyte(EnemyStore+OffstM[i]+checks*0x48); end; else Matcher[checks+0x3E][1] = false; end; end; function nextrng(r1, r2, r3) return AND(XOR(SHIFT(r3, 5), SHIFT(r2, -11), SHIFT(r1, -1), SHIFT(r2, 15)),0xFFFF) end rngbase=0x03000000; RNGCheck = savestate.create(); savestate.save(RNGCheck); Unique = 0; FClist = {}; outsl = {}; RNGList = {}; TempC = {}; TempE = {}; Pstat = {}; outs2l = {}; OfX = 6; OfY = 42; SX = 5; SY = 5; for curord = 0,BattleCheck-1,1 do savestate.load(RNGCheck); --RNGLOOP for n = 1,curord,1 do Rtemp = nextrng(memory.readword(rngbase+4), memory.readword(rngbase+2), memory.readword(rngbase+0)); memory.writeword(rngbase+4, memory.readword(rngbase+2)); memory.writeword(rngbase+2, memory.readword(rngbase+0)); memory.writeword(rngbase+0, Rtemp); end; R = {}; for Rl = 0,4,2 do R[Rl/2] = memory.readword(rngbase+Rl); end; --PhaseLoop while memory.readbyte(Phase) == 128 do joypad.set(1,key1); key1['start'] = not key1['start']; emu.frameadvance(); gui.text(10,10, string.format('%d of %d done.', curord+1, BattleCheck)); end; outs = ""; for checks = 0,0x3D,1 do Pstat[checks] = false; for i = 1,11,1 do TempC[i] = memory.readbyte(CharacterStore+OffstC[i]+checks*0x48); end; if Matcher[checks][1] ~= TempC[1] then outs = outs .. string.format(' %d %dHP', checks, TempC[1] - Matcher[checks][1]); if TempC[1] == 0 then Pstat[checks] = true; outs = outs .. '-Dead'; end; end; if Matcher[checks][3] ~= TempC[3] then outs = outs .. string.format(' %d %dXP', checks, TempC[3] - Matcher[checks][3]); end; if Matcher[checks][2] ~= TempC[2] then outs = outs .. string.format(' %d +%dLvl', checks, TempC[2] - Matcher[checks][2]); for j = 4,11,1 do outs = outs .. string.format(' %d %d%s', checks, TempC[j] - Matcher[checks][j],StatM[j]); end; end; end; outs2 = ""; for checks = 0,49,1 do for i = 2,4,1 do TempC[i] = memory.readbyte(CharacterStore+OffstM[i]+(checks+0x3E)*0x48); end; if Matcher[checks+0x3E][1] then Estats[checks][1] = false; Estats[checks][2] = false; if Matcher[checks+0x3E][2] ~= TempC[2] then outs2 = outs2 .. string.format(' E%d %dHP', checks, TempC[2] - Matcher[checks+0x3E][2]); if TempC[2] == 0 then Estats[checks][1] = true; outs2 = outs2 .. '-Dead'; end; end; if (Matcher[checks+0x3E][3] ~= TempC[3]) or (Matcher[checks+0x3E][4] ~= TempC[4]) then Estats[checks][2] = true; Estats[checks][3] = Matcher[checks+0x3E][3]; Estats[checks][4] = Matcher[checks+0x3E][4]; Estats[checks][5] = TempC[3]; Estats[checks][6] = TempC[4]; end; end; end; FC = movie.framecount() - StartF; IsUnique = true; for n = 1,Unique,1 do if FClist[n] == FC and outsl[n] == outs and outs2l[n] == outs2 then IsUnique = false; end; end; if IsUnique then -- emu.speedmode('normal'); Unique = Unique + 1; FClist[Unique] = FC; outsl[Unique] = outs; outs2l[Unique] = outs2; for i = 1,25,1 do gui.drawbox(0,0,320,240,'black','black'); gui.text(1,1,"Frames:" .. FC .. " RNG Distance: " .. curord); gui.text(1,10,string.format("RNGx00 = %d RNGx02 = %d RNGx04 = %d", R[0],R[1],R[2])); gui.text(1,20,outs); gui.text(1,30,outs2); gui.drawbox(3,40,238,160, 'black','white'); for checks = 0,0x3D,1 do if Matcher[checks][1] > 0 then if Pstat[checks] then X = Matcher[checks][12]; Y = Matcher[checks][13]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Green','Blue'); else X = Matcher[checks][12]; Y = Matcher[checks][13]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Green','Green'); end; end; end; for checks = 0,49,1 do if Matcher[checks+0x3E][1] then if Estats[checks][2] then X1 = OfX+SX*Estats[checks][3]+2; Y1 = OfY+SY*Estats[checks][4]+2; X2 = OfX+SX*Estats[checks][5]+2; Y2 = OfY+SY*Estats[checks][6]+2; gui.drawline(X1,Y1,X2,Y1,'blue'); gui.drawline(X2,Y1,X2,Y2,'blue'); if Estats[checks][1] then X = Estats[checks][5]; Y = Estats[checks][6]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Red','Blue'); else X = Estats[checks][5]; Y = Estats[checks][6]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Red','Red'); end; else if Estats[checks][1] then X = Matcher[checks+0x3E][3]; Y = Matcher[checks+0x3E][4]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Red','Blue'); else X = Matcher[checks+0x3E][3]; Y = Matcher[checks+0x3E][4]; gui.drawbox(OfX+SX*X,SY*Y+OfY,OfX+SX*X+3,SY*Y+3+OfY,'Red','Red'); end; end; end; end; emu.frameadvance(); end; print("#".. Unique .. " unique - Distance: " .. curord); gdstr = gui.gdscreenshot(); SS = string.format('C:\\FE\\RNG%d.png',curord); gd.createFromGdStr(gdstr):png(SS); for i = 1,25,1 do gui.drawbox(0,0,320,240,'black','black'); gui.text(1,1,"Frames:" .. FC); gui.text(1,10,outs); emu.frameadvance(); end; -- emu.speedmode('maximum'); end; end;
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
Mister Epic wrote:
Is one single second enough to make an encode from it?
I'm happy your an encoder, but how else are you going to spend the rest of this day? Maybe encode a video? Maybe press refresh and read the topic again?
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: Preliminary FE Script
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Alright, its debug time, then I can start adding features. Right now, it just lists results, on a black screen. I'll draw the map soon. You need a directory "C:\FE\" to store the snap shots. Run at the start of the Enemy Phase, the rest is handled by the script. Increase BattleCheck (2nd line of the code) to run more tests. Also, remember to start fast forward, or you will go insane. I'm 90% sure the memory addresses are wrong, because enemies are appearing as characters. [code = FE_EnemyPhase.lua] require "gd" BattleCheck =100; CharacterStore = 0x0202BCE8; EnemyStore = CharacterStore + 0x3E * 0x48; Phase = 0x0202AA57; key1 ={}; key1['A']=true; StartF = movie.framecount(); StatM = {'HpC','Lvl','EXP','Hp','Str','Skl','Spd','Def','Res','Lck','Con'}; OffstC = {0x11, 0x8, 0x9,0x10, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18}; EnemyM = {'Alive','HpC','X','Y'}; OffstM = {0x00,0x11,0x0E, 0x0F}; Matcher = {}; newcount = 0; for checks = 0,0x3D,1 do Matcher[checks] = {}; for i = 1,11,1 do Matcher[checks] = memory.readbyte(CharacterStore+OffstC+checks*0x48); end; end; for checks = 0,49,1 do Matcher[checks+0x3E] = {}; if memory.readbyte(EnemyStore +0x11+checks*0x48) > 0 then Matcher[checks+0x3E][1] = true; for i = 2,4,1 do Matcher[checks+0x3E] = memory.readbyte(EnemyStore+OffstM+checks*0x48); end; else Matcher[checks+0x3E][1] = false; end; end; function nextrng(r1, r2, r3) return AND(XOR(SHIFT(r3, 5), SHIFT(r2, -11), SHIFT(r1, -1), SHIFT(r2, 15)),0xFFFF) end rngbase=0x03000000; RNGCheck = savestate.create(); savestate.save(RNGCheck); Unique = 0; FClist = {}; outsl = {}; RNGList = {}; TempC = {}; TempE = {} for curord = 0,BattleCheck-1,1 do savestate.load(RNGCheck); --RNGLOOP for n = 1,curord,1 do Rtemp = nextrng(memory.readword(rngbase+4), memory.readword(rngbase+2), memory.readword(rngbase+0)); memory.writeword(rngbase+4, memory.readword(rngbase+2)); memory.writeword(rngbase+2, memory.readword(rngbase+0)); memory.writeword(rngbase+0, Rtemp); end; R = {}; for Rl = 0,4,2 do R[Rl/2] = memory.readword(rngbase+Rl); end; --PhaseLoop while memory.readbyte(Phase) == 128 do joypad.set(1,key1); emu.frameadvance(); gui.text(10,10, string.format('%d of %d done.', curord+1, BattleCheck)); end; outs = ""; for checks = 0,0x3D,1 do for i = 1,11,1 do TempC = memory.readbyte(CharacterStore+OffstC+checks*0x48); end; if Matcher[checks][1] ~= TempC[1] then outs = outs .. string.format(' %d %dHP', checks, TempC[1] - Matcher[checks][1]); if TempC[1] == 0 then outs = outs .. '-Dead'; end; end; if Matcher[checks][3] ~= TempC[3] then outs = outs .. string.format(' %d %dXP', checks, TempC[3] - Matcher[checks][3]); end; if Matcher[checks][2] ~= TempC[2] then outs = outs .. string.format(' %d +%dLvl', checks, TempC[2] - Matcher[checks][2]); for j = 4,11,1 do outs = outs .. string.format(' %d %d%s', checks, TempC[j] - Matcher[checks][j],StatM[j]); end; end; end; for checks = 0,49,1 do end; FC = movie.framecount() - StartF; IsUnique = true; for n = 1,Unique,1 do if FClist[n] == FC and outsl[n] == outs then IsUnique = false; end; end; if IsUnique then Unique = Unique + 1; FClist[Unique] = FC; outsl[Unique] = outs; for i = 1,25,1 do gui.drawbox(0,0,320,240,'black','black'); gui.text(1,1,"Frames:" .. FC); gui.text(1,10,outs); emu.frameadvance(); end; print(outs); gdstr = gui.gdscreenshot(); SS = string.format('C:\\FE\\RNG%d.png',curord); gd.createFromGdStr(gdstr):png(SS); for i = 1,25,1 do gui.drawbox(0,0,320,240,'black','black'); gui.text(1,1,"Frames:" .. FC); gui.text(1,10,outs); emu.frameadvance(); end; end; 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
MatusaleM, you had better stop this crusade to get this movie created. You've created 4 topics, (3 of which have now been deleted.) Then, I find you've PM'd me, most likely as well as others, to have this movie created. The next step will be a ban. Final Warning.
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'd really like to see this movie and the previous movie combined, if possible. I.E., could you take this super-fast ship, and race it against the CPU in story mode? That would be funny, as you'd (possibly) lap the CPU numerous times. It would make for a far more interesting movie. This gets a pretty big meh vote as it stands, from me.
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
Warp wrote:
I don't fully agree with all of p4wn3r's arguments, but I think it raises an interesting question: If someone submitted yet a third run of this game, showing different bugs and coreography, would it be published alongside the other two? And if then someone submitted a fourth and a fifth run? Where do we draw the line? How many are too many?
No lines are drawn for the very specific reason that we don't know what this mythical non-existent 3rd, 4th, billionth run will contain, how similar it will be to the currently published runs, etc. This, once again, is why there are judges who watch the current published runs and determine if the content is sufficiently different to create a new branch for the movie. Until a 3rd movie exists, this is nothing more than mental masturbation.
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
mz, thanks for the info. I thought I'd found a fix, but apparently I hadn't. Also, at the moment, I'm reliant on your minGW compiles, because my current runs all rely on your version (5.0) to sync. For whatever reason, even non-m68000 cores are reliant on that compile to sync. In the future, I won't use your version, as it sounds like you won't be updating it.
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
Zeupar wrote:
best one, brightest, glitchiest.
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: RAM Search is incredibly broken...
Experienced Forum User, Published Author, Skilled player (1637)
Joined: 11/15/2004
Posts: 2202
Location: Killjoy
Anyone who has used FBA to do anything serious knows that Ram Search is pretty broken at the moment. It tries to load a few billion values, which isn't necessary, and slows the emulator to a halt. I've tracked down the problem, but I have no idea how to fix it. In sek.cpp there is a function all drivers call to setup memory regions.
int SekMapMemory(unsigned char* pMemory, unsigned int nStart, unsigned int nEnd, int nType) { ... } 
It needs a simple if statement to somehow add nStart and nEnd to a list.
if (nType == SM_RAM) {
		//add the block to ram search
	}
Then, RAM Search could automatically cull the list down to those regions. This is where my coding skill falls apart. I don't know how to mess with RAM_Search, much less have an adjustable list size that RAM_Search.cpp could see. Also, the savestate load and save take up an ENORMOUS amount of screen real-estate for no good reason. This can be easily fixed, for mingw in vid_directx_support.cpp, starting at line 783:
ShortMsgFont = CreateFont(12, 0, 0, 0, FW_DEMIBOLD, 0, 0, 0, 0, 0, 0, ANTIALIASED_QUALITY, FF_SWISS, _T("Lucida"));
	VidSShortMsg.nTimer = 0;

	// create surface to display the text
	memset(&ddsd, 0, sizeof(ddsd));
	ddsd.dwSize = sizeof(ddsd);
	ddsd.dwFlags = DDSD_CAPS | DDSD_WIDTH | DDSD_HEIGHT | DDSD_CKSRCBLT;

	ddsd.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN | DDSCAPS_VIDEOMEMORY;

	ddsd.dwWidth = 192;
	ddsd.dwHeight = 20;
Changes in Red. I can't compile the MinGW version, so I am SOL on these changes.
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
Nice one, lots of variety. Looks like you could have played more in the first autoscroller, but the next was better.
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
He hasn't returned since July. I hope he continues.
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
Warp wrote:
OmnipotentEntity wrote:
Come now Krysimys. It's not like Christianity is without it's problems with women.
You should put things in perspective. How many Christian countries do you know who flog and even stone women to death for things that are not even considered crimes at all in most civilized countries? The same cannot be said from many muslim countries (just as an example, make a search for Sakineh Mohammadi Ashtiani). And these are actual governments, not just some radical minority groups.
Lest we forget, This was not that long ago, in the context of human history. Also, I believe the point of Angerfist's post wasn't the legitimacy of the claims , but whether or not Bisqwit's signature is offensive, and does that warrant a requested/forced removal.
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
NitroGenesis wrote:
FTFY The authors haven't been the ones acting all douche-y.
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
mmbossman wrote:
I vote "weak no" as a sign of protest to Ferret Warlord's picture, as it is not a picture of a serious ferret.
Apparently, you just aren't asking the right questions, such as....
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
It looks like it will be 3 weeks, 4 weekends. I will leave the poll up until Saturday, so we can move to the next poll. Next poll will be to determine if people want random teams or non-random sign up teams, as well as two teams only, or limited size (3-4) multiple teams. I'll make a 4 poll option, so we can get them done asap. I will try and keep the first post up-to-date with sign-ups, and final polling decisions. I don't mean to step on Truncated's toes, I just want to keep things moving.
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
There currently is not a tool like that which I am aware of. I'm sure someone could whip up a pretty simple Lua script using FatRatKnight's buttons script for you. I'll see what I can do. I've been meaning to try that script.
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
mz wrote:
Yeah, that's pretty much the problem. But it's not 2 years, it's 2 years. 2 fucking years to make. Obvious Yes vote.
Wait, what is your problem now? Kyman and co. wanted to spend their two years making that SM64, and the community appreciated that effort. Who died and made you lord protector of TASVideos, assigner of how thyne TASers spend their time?
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 voted meh, but I applaud the proactive response to criticism.
mz wrote:
One of them is a masterpiece; the other one looks very similar to the previous 12 versions.
Its good that the introduction of animal sex classifies something as a masterpiece. Do you consider Bloodhound Gang's 'Bad Touch' to be an opus magnum?
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
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.