• #PotatoFoolsDay v3 - Science rhymes with Compliance. Do you know what doesn't? Potatoes
    5,001 replies, posted
[QUOTE=sade1212;29224708]Ironic how it's overCLOCKing and you got a bunch of CLOCKS. Geddit? [editline]16th April 2011[/editline] [sp]There are puzzles[/sp][/QUOTE] Funny how you're DUMB and you're getting loads of DUMBS. Geddit?
ok guys, im poor, just going 2 sell 2 crappy games tomorrow in a store, and the money i recieve is for portal 2. all that potato stuff is to expensive for my wallet, and im sad to dont get all the potatos and special skin for co-op, is this real life, get used to it
I'm sure Valve is still controlling this. Remember TF2's engineer update, "and as soon as all the golden wrenches are found, the update will be released"? And then we found out all the golden wrenches were on timers to make sure the update was released at a set time? Yeah.
I hope that everyone who abuses spoiler tags gets permabanned.
Wait, which timer means what now? I see on counting down from 32:05 and one that is now on 64:32.
Woo, AaaaaAAaaaAAAaaAAAAa moved up again, it's at 58.86% now.
AAA will be finished by tonight
[QUOTE=Supacasey;29224757]I'm sure Valve is still controlling this. Remember TF2's engineer update, "and as soon as all the golden wrenches are found, the update will be released"? And then we found out all the golden wrenches were on timers to make sure the update was released at a set time? Yeah.[/QUOTE] I don't think so. In fact, I don't see how that can be used as an argument at all, that's an entirely different event.
[QUOTE=Meatpuppet;29224791]AAA will be finished by tonight[/QUOTE] When does tonight end? Because in thirty minutes it's midnight here.
[QUOTE=LarparNar;29224733]Funny how you're DUMB and you're getting loads of DUMBS. Geddit?[/QUOTE] Yeah! [editline]16th April 2011[/editline] [QUOTE=Dlaor-guy;29224766]I hope that everyone who abuses spoiler tags gets permabanned.[/QUOTE] *gets to editing posts* [editline]16th April 2011[/editline] A dumb already :(
Reposting this 'cause no one seems to be using it [code]javascript:(function(){var el=document.createElement('div'),b=document.getElementsByTagName('body')[0];otherlib=false,msg='';el.style.position='fixed';el.style.height='32px';el.style.width='220px';el.style.marginLeft='-110px';el.style.top='0';el.style.left='50%';el.style.padding='5px 10px';el.style.zIndex=1001;el.style.fontSize='12px';el.style.color='#222';el.style.backgroundColor='#f99';if(typeof jQuery!='undefined'){msg='This page already using jQuery v'+jQuery.fn.jquery;return showMsg();}function getScript(url,success){var script=document.createElement('script');script.src=url;var head=document.getElementsByTagName('head')[0],done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=true;success();script.onload=script.onreadystatechange=null;head.removeChild(script);}};head.appendChild(script);}getScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js',function(){msg='This page is now jQuerified with v'+jQuery.fn.jquery;(function(){var space=' ';var current_pourcent=parseInt($('#overall_progress_bar').css('width').replace('px',''))*100/494;$('#overall_progress_ctn').append('<h2 style="display:block;position:relative;top:-50px;left:80px;color:gray;">Progress:'+space+current_pourcent.toFixed(3)+'%</h2><br/><br/>');var now=(Math.round(new Date().getTime()/1000));var g_endTimeLocal=g_originalEstimate;var old_time=g_endTimeLocal;g_updatedEstimate=Math.round(now+(3600*(100/current_pourcent)*(((now+338400)-g_endTimeLocal)/3600)));var timeArray=new Object();timeArray["game_row_18500"]=450000;timeArray["game_row_1250"]=1200000;timeArray["game_row_26500"]=65000;timeArray["game_row_38720"]=50000;timeArray["game_row_38700"]=50000;timeArray["game_row_63700"]=60000;timeArray["game_row_15540"]=50000;timeArray["game_row_12900"]=300000;timeArray["game_row_15500"]=30000;timeArray["game_row_40800"]=350000;timeArray["game_row_57300"]=300000;timeArray["game_row_15520"]=60000;timeArray["game_row_35460"]=120000;var playingtotal=0;var hourstotal=0;var hourslefttotal=0;var potatoes=parseInt($('#potato_count').text().replace(/\D/g,''));$('.game_row').each(function(){var playing=parseInt($(this).find('.game_cpus').text().replace(',','').replace(space+'CURRENT CPUS',''));if(isNaN(playing))return;playingtotal+=playing;var hours_elapsed=(((now+338400)-old_time)/3600).toFixed(3);var spent=playing*hours_elapsed;var owners=Math.round(459/parseInt($(this).find('.game_progress').css('width').replace('px;',''))*playing);var total=Math.round(spent*(457/parseInt($(this).find('.game_progress').css('width').replace('px;',''))));var eta=timeArray[$(this).attr('id')]-((Math.round(playing*100/owners)/100)*timeArray[$(this).attr('id')]);eta=(eta/playing)/(potatoes/100000);hourstotal+=(((playing*100/owners)/100)*timeArray[$(this).attr('id')]);hourslefttotal+=timeArray[$(this).attr('id')]-(((playing*100/owners)/100)*timeArray[$(this).attr('id')]);oldtext='<br/>'+$(this).find('.game_cpus').text().replace(space+'CURRENT CPUS','');oldtext+=space+'('+(((playing*100/owners)/100)*timeArray[$(this).attr('id')]).toFixed(2)+space+'H/'+timeArray[$(this).attr('id')]+'~'+space+'Hours'+')'+space+'('+Math.round(playing*100/owners)+'%)'+space+'ETA:'+space+eta.toFixed(3)+space+'Hours left@curr.rate';$(this).find('.game_cpus').html(oldtext);});$('#console_inner').append('09:01'+space+'-'+space+'Potatoes multiplier:'+space+(potatoes/100000).toFixed(2)+'<br/>');$('#console_inner').append('09:01'+space+'-'+space+'Currently saving:'+space+((old_time-g_updatedEstimate)/3600).toFixed(3)+space+'Hours<br/>');var estimatedhoursleft=(hourslefttotal/playingtotal)/(potatoes/100000);g_updatedEstimate=now+Math.round(estimatedhoursleft*3600);var newDate=new Date();newDate.setTime(g_updatedEstimate*1000);var dateString=newDate.toUTCString();$('#console_inner').append(newDate.toLocaleString()+space+'(Your timezone)'+space+'-'+space+'Portal 2 released<br/>');})();return showMsg();});function showMsg(){el.innerHTML=msg;b.appendChild(el);window.setTimeout(function(){if(typeof jQuery=='undefined'){b.removeChild(el);}else{jQuery(el).fadeOut('slow',function(){jQuery(this).remove();});if(otherlib){$jq=jQuery.noConflict();}}},2500);}})();[/code] Paste that in the URL of the @home page once it's loaded
[QUOTE=sade1212;29224824] A dumb already :([/QUOTE] Stop worrying about it.
I know it's been said before but we are rocketing through AAAAAAA! 59% already.
This thread is doing fucking Iron Man numbers.
Gamingmasters says that AAAA goes up with only 2% every hour, and that it's 20 hours left until it's completed :saddowns: That can't be true, can it?
[QUOTE=Takuat;29224931]I know it's been said before but we are rocketing through AAAAAAA! 59% already.[/QUOTE] We may get something done by the time I wake up! [editline]16th April 2011[/editline] [QUOTE=LarparNar;29224926]Stop worrying about it.[/QUOTE] K.
:gonk: I give up on Defence grid, no matter what i do i always get 3 cores taken and it reduces my score just under silver.
Bring on v4...
[QUOTE=Supacasey;29224757]I'm sure Valve is still controlling this. Remember TF2's engineer update, "and as soon as all the golden wrenches are found, the update will be released"? And then we found out all the golden wrenches were on timers to make sure the update was released at a set time? Yeah.[/QUOTE] That's kinda what I tried to say. We're not earning 300 potatoes a minute anymore. I'm sorry. Valve is doing that factor.
[QUOTE=jlj1;29224866]Reposting this 'cause no one seems to be using it [code]javascript:(function(){var el=document.createElement('div'),b=document.getElementsByTagName('body')[0];otherlib=false,msg='';el.style.position='fixed';el.style.height='32px';el.style.width='220px';el.style.marginLeft='-110px';el.style.top='0';el.style.left='50%';el.style.padding='5px 10px';el.style.zIndex=1001;el.style.fontSize='12px';el.style.color='#222';el.style.backgroundColor='#f99';if(typeof jQuery!='undefined'){msg='This page already using jQuery v'+jQuery.fn.jquery;return showMsg();}function getScript(url,success){var script=document.createElement('script');script.src=url;var head=document.getElementsByTagName('head')[0],done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=true;success();script.onload=script.onreadystatechange=null;head.removeChild(script);}};head.appendChild(script);}getScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js',function(){msg='This page is now jQuerified with v'+jQuery.fn.jquery;(function(){var space=' ';var current_pourcent=parseInt($('#overall_progress_bar').css('width').replace('px',''))*100/494;$('#overall_progress_ctn').append('<h2 style="display:block;position:relative;top:-50px;left:80px;color:gray;">Progress:'+space+current_pourcent.toFixed(3)+'%</h2><br/><br/>');var now=(Math.round(new Date().getTime()/1000));var g_endTimeLocal=g_originalEstimate;var old_time=g_endTimeLocal;g_updatedEstimate=Math.round(now+(3600*(100/current_pourcent)*(((now+338400)-g_endTimeLocal)/3600)));var timeArray=new Object();timeArray["game_row_18500"]=450000;timeArray["game_row_1250"]=1200000;timeArray["game_row_26500"]=65000;timeArray["game_row_38720"]=50000;timeArray["game_row_38700"]=50000;timeArray["game_row_63700"]=60000;timeArray["game_row_15540"]=50000;timeArray["game_row_12900"]=300000;timeArray["game_row_15500"]=30000;timeArray["game_row_40800"]=350000;timeArray["game_row_57300"]=300000;timeArray["game_row_15520"]=60000;timeArray["game_row_35460"]=120000;var playingtotal=0;var hourstotal=0;var hourslefttotal=0;var potatoes=parseInt($('#potato_count').text().replace(/\D/g,''));$('.game_row').each(function(){var playing=parseInt($(this).find('.game_cpus').text().replace(',','').replace(space+'CURRENT CPUS',''));if(isNaN(playing))return;playingtotal+=playing;var hours_elapsed=(((now+338400)-old_time)/3600).toFixed(3);var spent=playing*hours_elapsed;var owners=Math.round(459/parseInt($(this).find('.game_progress').css('width').replace('px;',''))*playing);var total=Math.round(spent*(457/parseInt($(this).find('.game_progress').css('width').replace('px;',''))));var eta=timeArray[$(this).attr('id')]-((Math.round(playing*100/owners)/100)*timeArray[$(this).attr('id')]);eta=(eta/playing)/(potatoes/100000);hourstotal+=(((playing*100/owners)/100)*timeArray[$(this).attr('id')]);hourslefttotal+=timeArray[$(this).attr('id')]-(((playing*100/owners)/100)*timeArray[$(this).attr('id')]);oldtext='<br/>'+$(this).find('.game_cpus').text().replace(space+'CURRENT CPUS','');oldtext+=space+'('+(((playing*100/owners)/100)*timeArray[$(this).attr('id')]).toFixed(2)+space+'H/'+timeArray[$(this).attr('id')]+'~'+space+'Hours'+')'+space+'('+Math.round(playing*100/owners)+'%)'+space+'ETA:'+space+eta.toFixed(3)+space+'Hours left@curr.rate';$(this).find('.game_cpus').html(oldtext);});$('#console_inner').append('09:01'+space+'-'+space+'Potatoes multiplier:'+space+(potatoes/100000).toFixed(2)+'<br/>');$('#console_inner').append('09:01'+space+'-'+space+'Currently saving:'+space+((old_time-g_updatedEstimate)/3600).toFixed(3)+space+'Hours<br/>');var estimatedhoursleft=(hourslefttotal/playingtotal)/(potatoes/100000);g_updatedEstimate=now+Math.round(estimatedhoursleft*3600);var newDate=new Date();newDate.setTime(g_updatedEstimate*1000);var dateString=newDate.toUTCString();$('#console_inner').append(newDate.toLocaleString()+space+'(Your timezone)'+space+'-'+space+'Portal 2 released<br/>');})();return showMsg();});function showMsg(){el.innerHTML=msg;b.appendChild(el);window.setTimeout(function(){if(typeof jQuery=='undefined'){b.removeChild(el);}else{jQuery(el).fadeOut('slow',function(){jQuery(this).remove();});if(otherlib){$jq=jQuery.noConflict();}}},2500);}})();[/code] Paste that in the URL of the @home page once it's loaded[/QUOTE] Whoa, according to that we have just 2 hours left at the current rate for AaAaAAA
[QUOTE=gazzy_GUI;29224956]:gonk: I give up on Defence grid, no matter what i do i always get 3 cores taken and it reduces my score just under silver.[/QUOTE] Hit backspace if they get by and you haven't killed them. Upgrade your stuff in the spot they broke by.
[QUOTE=gazzy_GUI;29224956]:gonk: I give up on Defence grid, no matter what i do i always get 3 cores taken and it reduces my score just under silver.[/QUOTE] There is a really awesome tutorial on the wiki. It will work on any difficulty.
[QUOTE=Psycho_Shadow;29224985]Whoa, according to that we have just 2 hours left at the current rate for AaAaAAA[/QUOTE] It wouldn't surprise me at this rate.
For what ever reason the growth percentage per hour is only 1.3% despite last night it hitting 1.5% last night with less players.
[QUOTE=Zeos;29224988]There is a really awesome tutorial on the wiki. It will work on any difficulty.[/QUOTE] There should also be a save file on the wiki for those who really can't do it.
[QUOTE=Zeos;29224988]There is a really awesome tutorial on the wiki. It will work on any difficulty.[/QUOTE] Yeah, that's the one that got my 6 cores taken. My own strategy even failed cause some dickish mob got lucky and escaped with 3.
a wild X appears before the potato counter
Do you think they were supposed to take 5 hours off, not 50 minutes?
aaaaaaaaaaaaa climbing at a steady 2% rate. it'll be done in about 19 hours apparently :v:
11k more potatoes. ALSO I seriously believe refreshing is needed. Do it anyway. At each hour maybe?
Sorry, you need to Log In to post a reply to this thread.