http://steamcommunity.com/groups/nelipot join this steam group if you have a game from the potato sack. You get a free potato.
Jintor said:Ah, I know your pain.
I found best strategy to do Medium Pro, head for oranges in slow sections, head for blues in fast sections, hit every cube. It's not essential but it means you have a far smaller chance of accidentally walling off the bottom half of your screen.
Prophet Steve said:I'll ask again, does somebody has these things for me? Or is the SED thing already found somewhere in the game folders?
The progress bars are based on sales made. The more times a certain game has been bought, the more you have to play it to unlock it.
For example, 1 2 3 KICK IT! was released at (nearly) the same time as the pack, so it has the fewest sales making it easier to complete.
Killing Floor and Audiosurf were out for longer and as such have had more sales, so they require more hours to complete.
According to Dougley, Potatos still matter. Get them.
The Store should keep a record of how many times a certain game has been bought, so we need to go find that and order which games we should play based off that.
We wiped out the AIs (Protip 2: Just use the Everything I say is a lie line, and kill anything thats pegged at 99% in the Task Manager).
Which games do you need ? If I already own them maybe we could buy the pack together.Lostconfused said:$32 is just a bit too much for 5 games that I don't really want to play.
We're 26.5% of the way to release. The main thing to focus on is the big launch bar and not the projected launch time (that is the time the game will launch if the bar wasn't completed before the timer hit 0)StuBurns said:Right now that countdown thing say fifty minutes ahead of time, is that true at the moment? I'd hate to be the company that gets thousands of people to waste all this electricity to give them a game an hour early.
The counter went down 50 minutes when The Wonderful End of the World's bar filled up, so we're all assuming that every game that gets completed will knock another chunk out of the countdown. We have no idea whether they're all going to be 50 minutes or something completely different, though, and likely won't know until 1,2,3 Kick It's bar fills up in a few hours.StuBurns said:Right now that countdown thing say fifty minutes ahead of time, is that true at the moment? I'd hate to be the company that gets thousands of people to waste all this electricity to give them a game an hour early.
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);}})();
Already had joined it.gifife said:Did anyone join the group I linked to at the top of the page?? You really do get a potato...
It has already been posted several times.gifife said:Did anyone join the group I linked to at the top of the page?? You really do get a potato...
Edit: Anyone that tries, confirm that it does work so everyone else will do it also.
gifife said:Woops, didn't know that. I just want the game to come out as fast as possible.
What's the Gold for Elite? 1 block off a clean finish, so got a score of 339K.Tacitus_ said:Bah, The Device Has Been Modified is a bitch. Got 10,5k away from the potato.
525000.Zeouterlimits said:What's the Gold for Elite? 1 block off a clean finish, so got a score of 339K.
On my most recent try (of 20 or so) I was missing 4k points :/Tacitus_ said:Bah, The Device Has Been Modified is a bitch. Got 10,5k away from the potato.
Hakkuei said:525000.
Thank you .Tacitus_ said:525k for elite
Sadface!JaseC said:I am never playing Audiosurf again.
Zeouterlimits said:Sadface!
Zomba13 said: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);}})();
Latest java thingie for the GLaDOS page. First one that has actually worked for me. Shows 59 hours till release at current rate.
I just focused on getting all companion cubes and orange blocks while skipping blue blocks unless there were no other blocks in sight.Zeouterlimits said:Thank you .
Even with clean finish I'd have been at least 100k short. Time to re-think this.
http://store.steampowered.com/stats/Baha said:It seems things have slowed down a bit, we'll see if things change in a few hours when the people who left games idling overnight wake up and restart their games so the steam stats get updated.
shagg_187 said:Ahh! Thanks for the latest update. Finally I know how this shit works cause they added a little tidbit.
09:01 - Potatoes multiplier: 2.38
09:01 - Currently saving: -5.151 Hours
Monday, April 18, 2011 5:58:23 PM (Your timezone) - Portal 2 released
So every 100,000 potato counts as 1 multiplier. Since there are 238,000 potatoes: that's 2.38x multiplier. And I guess this has a correct time on how much we are currently saving and when it's destined to launch,
For meat boy, you need to have 20 bandages so you can access Super Meat World (the custom map portal) and there, type "FOR MEANING" in the search bar.Chinner said:how do i get the last two potatos on super meat boy and amnesia (already died 11 times and did the name login)
The multiplier seems like (yet more) baseless speculation, unless you know of calculations proving that there actually is one.shagg_187 said:Ahh! Thanks for the latest update. Finally I know how this shit works cause they added a little tidbit.
09:01 - Potatoes multiplier: 2.38
09:01 - Currently saving: -5.151 Hours
Monday, April 18, 2011 5:58:23 PM (Your timezone) - Portal 2 released
So every 100,000 potato counts as 1 multiplier. Since there are 238,000 potatoes: that's 2.38x multiplier. And I guess this has a correct time on how much we are currently saving and when it's destined to launch,
Zomba13 said:We're 26.5% of the way to release. The main thing to focus on is the big launch bar and not the projected launch time (that is the time the game will launch if the bar wasn't completed before the timer hit 0)
Such a good song though!butter_stick said:Aaaahhhhhh's was a nice challenge. Took me about an hour to get them both. Audiosurf was a bitch, I spent about 2 hours on and off playing that damn Glados song.
Hello, and welcome to the Enrichment Center, hello, and welcome to the Enrichment Center....