Jump to content

GingerAdonis

Administrators
  • Posts

    122
  • Joined

  • Last visited

Everything posted by GingerAdonis

  1. You guys should consider to use this launcher instead: https://github.com/LRFLEW/OpenRCT2Launcher/releases/latest
  2. You can consider adding this. This will stop checking the SSL certificate: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); A proper fix can be found on Google.
  3. <?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)
  4. I recommend using the game notifications for these kind of actions, since they're game related, and not chat messages.
  5. That's a surprising twist. Article: http://www.eurogamer.net/articles/2016-03-03-a-big-interview-with-chris-sawyer-the-creator-of-rollercoaster-tycoon
  6. We have a gitter chat already: https://gitter.im/OpenRCT2/OpenRCT2/non-dev
  7. You need to have RCT2 installed on your PC in order to play OpenRCT2. You need to select the folder where RCT2 is installed. Also, I have changed your username.
  8. Do you still have this issue with the latest builds? Works fine here on Windows.
  9. You can consider to install OpenRCT2 in the RCT2 directory/folder and launch it. That should work as well, although it's a dirty workaround.
  10. Get this scenario pack: http://www.mediafire.com/download/3cw47sd2wt3hues/ExactRCT1Recreations.zip
  11. Host a server on 1 machine and make sure you get the local IP (INTERNAL IP). And type in the IP address of that machine on the other machine by clicking the 'Add server' button. Tutorial on finding your INTERNAL IP address: http://www.bobborst.com/tools/whatsmyip/
  12. The new https://openrct2.org/ is up and running. It's still work in progress. Any feedback is welcome! Github repo if you wish to contribute: https://github.com/JarnoVgr/OpenRCT2.org
  13. What @Maize04 says is correct. OpenRCT2 will run fine on both 32-bit and 64-bit.
  14. That's a very bizarre bug which is hard to reproduce. I'm aware of it. Probably a problem on your end. The certificate is valid.
  15. Updated the theme and forum software. Some earlier fixes might be reverted again. So let me know if you people find anything or if earlier reported bugs still exist. Thanks!
  16. The Windows builds should work again once the following PR has been merged: https://github.com/OpenRCT2/OpenRCT2/pull/2553
  17. The build system has ben drastically changed and the OpenRCT2.com download server will need to adapt to these changes. I expect this will be fixed tomorrow. Thanks for your patience.
  18. 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...