Count Down Clock on PS2 Mini-game? - PlanetSide Universe
PSU Social Facebook Twitter Twitter YouTube Steam TwitchTV
PlanetSide Universe
PSU: Hail!
Home Forum Chat Wiki Social AGN PS2 Stats
Notices
Go Back   PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Reply
 
Thread Tools Search this Thread Display Modes
Old 2012-07-18, 08:52 AM   [Ignore Me] #1
VaderShake
First Lieutenant
 
VaderShake's Avatar
 
Count Down Clock on PS2 Mini-game?


Sorry if this has been posted could not find it in search.

Many of us have seen the hex-clicking mini-PS2 game here: http://ps2hq.com/map/

Any idea about the countdown clock here?: http://ps2hq.com/

Just curious if it has been discussed or commented on or is affiliated with PS2 officially in anyway?

Thanks

Last edited by VaderShake; 2012-07-18 at 08:53 AM.
VaderShake is offline  
Reply With Quote
Old 2012-07-18, 09:01 AM   [Ignore Me] #2
tythefox
Private
 
Re: Count Down Clock on PS2 Mini-game?


This is in the source code of the "countdown page" :
Code:
//Planetside 2 beta date, calculated using precision quantum mechanic prediction (aka a pseudo random number generator)
				//Add +1 to account for the Higby Boson effect
				var days = Math.floor(Math.random() * 30) + 1;
				var hours = Math.floor(Math.random() * 23) + 1;
				var mins = Math.floor(Math.random() * 59) + 1;

				time = moment();
				time.add('days', days);
				time.add('hours', hours);
				time.add('minutes', mins);

				createCookie('ps2-date', time.unix(), 999);
In other words, it's just a randomly generated time.
tythefox is offline  
Reply With Quote
Old 2012-07-18, 09:01 AM   [Ignore Me] #3
Doxy
Staff Sergeant
 
Doxy's Avatar
 
Re: Count Down Clock on PS2 Mini-game?


Its the coundown to full cgi trailer soe will release on 26th.
Doxy is offline  
Reply With Quote
Old 2012-07-18, 09:59 AM   [Ignore Me] #4
CountMeIn
Private
 
Re: Count Down Clock on PS2 Mini-game?


Originally Posted by VaderShake View Post
Sorry if this has been posted could not find it in search.

Many of us have seen the hex-clicking mini-PS2 game here: http://ps2hq.com/map/

Any idea about the countdown clock here?: http://ps2hq.com/

Just curious if it has been discussed or commented on or is affiliated with PS2 officially in anyway?

Thanks
Dude, it is fake, the one who made the mini-game said it personally on twitter that he was trolling..

It is simply an amateur trolling u guys.
CountMeIn is offline  
Reply With Quote
Old 2012-07-18, 10:06 AM   [Ignore Me] #5
VaderShake
First Lieutenant
 
VaderShake's Avatar
 
Re: Count Down Clock on PS2 Mini-game?


Originally Posted by CountMeIn View Post
Dude, it is fake, the one who made the mini-game said it personally on twitter that he was trolling..

It is simply an amateur trolling u guys.
I did not see it on Twitter, that's why I asked, you never know with the internet. Just look at the BF4 leak last week on Origin, it was legit someone just failed to do their job. Things like this have been proven to be legit and fake in the past, so no harm in asking.

Thanks..
VaderShake is offline  
Reply With Quote
Reply
  PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Bookmarks

Discord


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:26 PM.

Content © 2002-2013, PlanetSide-Universe.com, All rights reserved.
PlanetSide and the SOE logo are registered trademarks of Sony Online Entertainment Inc. © 2004 Sony Online Entertainment Inc. All rights reserved.
All other trademarks or tradenames are properties of their respective owners.
Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.