Jump to content

GingerAdonis

Administrators
  • Posts

    122
  • Joined

  • Last visited

Posts posted by GingerAdonis

  1. <?php
    	$url = "https://servers.openrct2.website";
    	$headers = array(
    		"GET HTTP/1.1",
    		"Accept: application/json"
    	);
    
    	$ch = curl_init();
    	curl_setopt($ch, CURLOPT_URL, $url);
    	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    	curl_setopt($ch, CURLOPT_TIMEOUT, 60);
    	curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
    		
    	$data = curl_exec($ch);
    
    	if (curl_errno($ch))
    		print "Error: " . curl_error($ch);
    	else {
    		//Show output
    		var_dump($data);
    	}
    
    	curl_close($ch);

    This should work! (untested)

  2. That's a surprising twist.

    Quote

    Chris Sawyer: My "pet project" at the moment is an ambition to bring my old PC game RollerCoaster Tycoon 2 to modern mobile and tablet platforms - not an easy task given that the original game was written in low-level x86 assembler code which only works on the PC. But with the success of Transport Tycoon on mobile and with the experience and willingness of the small team from Origin8 to continue working for me it was looking a lot more feasible, so they're working with me to create a very faithful conversion of the original PC game.

    Article: http://www.eurogamer.net/articles/2016-03-03-a-big-interview-with-chris-sawyer-the-creator-of-rollercoaster-tycoon

  3. On 11-2-2016 at 01:41, wotot1 said:

    Not sure where to post this - new build pushed out a few minutes ago ( 0.0.4 build 08dc095) broke my ability to have multiple instances of the game up at the same time. 

     

    Do you still have this issue with the latest builds? Works fine here on Windows.

  4. 19 hours ago, Broxzier said:

    When I just tried to edit the first post in the group park 2 topic, it changed the content of the first thread that was created on these forums instead:

    That's a very bizarre bug which is hard to reproduce. I'm aware of it.

    On 14-1-2016 at 19:34, Squab said:

    Quick question:  Is the security certificate for this site expired?  When I access from my work, I see a red "x" and an crossed out https on the address...

    Is this a technical issue because of my workplace filters?  (Don't worry- I won't get in trouble:P)

    Probably a problem on your end. The certificate is valid.

  5. 2 minutes ago, Derf said:

    Sorry, will the new forums and site eventually look like the original .net site?

    The original .net site didn't look that great in my opinion. Some people really love the retro RCT look. It does fit in some situations in my opinion, but now for a whole website.

×
×
  • Create New...