Jump to content

RuneLaenen

Administrators
  • Posts

    541
  • Joined

  • Last visited

Everything posted by RuneLaenen

  1. Coastercloud share should be fixed :)
  2. Hmm that shouldn't happen. I'll fix that when I'm home.
  3. Okay good luck y'all! :pAnd about the captcha, it will actually ask other stuff like "select all pictures with pizza" if the system doubts you're a bot.
  4. Nah, it's just the good old summer styleAre you sure? The music it begins with? :o Really reminds me to the efteling....
  5. Is that Efteling music I hear on the background? :p
  6. You can use the share function. Don't mind the server, the function is there for a reason :P
  7. True, Personally I don't think we should support it. Even Microsoft has ditched it...
  8. Fun facts: there's a way of showing a description in the code, there just isn't a way to set it ;)I'll poke one of the devs :p https://github.com/OpenRCT2/OpenRCT2/issues/2032
  9. Yep, it is playable on all windowses newer than Win XP. It should (and will) be playable on XP though in the future.
  10. You can get in touch with other devs over at the dev chat: https://gitter.im/OpenRCT2/OpenRCT2Edit: the name has been added, thanks Broxzier ;)
  11. Nobody knows yet, since it's still called VAR_2A. But that's possible, yeah... I guess, if you look deeper into the code you might find what it means :p
  12. /** At least 10 peeps and more than 1/64 of total guests are lost or can't find something. */static int award_is_deserved_most_confusing_layout(int awardType, int activeAwardTypes){ unsigned int peepsCounted, peepsLost; uint16 spriteIndex; rct_peep *peep; peepsCounted = 0; peepsLost = 0; FOR_ALL_GUESTS(spriteIndex, peep) { if (peep->var_2A != 0) continue; peepsCounted++; if (peep->thoughts[0].var_2 <= 5 && (peep->thoughts[0].type == PEEP_THOUGHT_TYPE_LOST || peep->thoughts[0].type == PEEP_THOUGHT_TYPE_CANT_FIND)) peepsLost++; } return (peepsLost >= 10 && peepsLost >= peepsCounted / 64);}The first line of the code explains it in plain English, for those who aren't programmers :p
  13. What is your resolution. An even bigger/closer zoom is on the roadmap (because of what you're explaining, on high resolutions, the stuff gets a bit small). However, at this moment, it's not possible to create an extra zoom level. An temporary fix is to reduce your screen resolution via your windows settings.
  14. Yeah I could do that, a random one every time the page reloads.
  15. I'm not setting a deadline just now since there have to be at least a few contributions. A slideshow is something I have thought of too, but I think that would really 'clutter' the homepage, but I can try it and see how it turns out.About the resolution: 990px wide and 250px high. Make sure your zoomed in 100% in game.
  16. Hi OpenRCT2'ersI'm looking for a nice image to replace the existing one above the home page. Do you want to be featured on OpenRCT.net? Create a park and post your screenshot in this topic.Multiple images per user are allowed, so you can create a variety of screenshots. The best ones will be collected and put into a poll!May the best one win! :D
  17. You can check The github repo at The network page. I'm on mobile now but i'll put a link here in an hour or so :pEdit:here it is: https://github.com/OpenRCT2/OpenRCT2/graphs/contributors
  18. Yeah I'm not sure I understand either :(
  19. I'll see what I can do :pEdit: I've added an option, check your account page ;)
  20. Dutch :) I'm from Belgium.And yeah, two months later... I was bored and randomly scrolling through the topics when I found this. I only saw my error just now :p
  21. At The moment this limit of 255 rides/stalls is still active. If I understand correctly, this can be changed as soon as everything is decompiled (so... Not very soon, but still in the foreseeable future) because it's how the original game does its memory management.So, tldr, it's not here yet, but it will be changed in The future. (Just like with most of The other game-changing things)
×
×
  • Create New...