Jump to content

janisozaur

Developers
  • Posts

    250
  • Joined

  • Last visited

Everything posted by janisozaur

  1. OK, I've loaded your 30-cars file and I'm sorry to say it relies on undefined behaviour – which will also likely be cause of your crash. I will have to create a change to limit that, from the initial look of things 16 is the hard limit.
  2. The only change to this part of code this year was labelling of some fields, so it has not been touched recently. I still don't know how do you make 30/31 cars?
  3. How do I test it? How do you make such long trains?
  4. Your post is not clear as to what exactly is your problem. Can you try explaining it again?
  5. Can't you use object selection window for that?
  6. You can use netfilter for the purpose of blocking by IP. It is beyond scope because we will not implement and maintain such code. It is purely a distraction and side-tracking for us, when there are better suited solutions already available. See also https://github.com/OpenRCT2/OpenRCT2/issues/2870
  7. We only really pass the values you put in there to the system calls that handle network and give us sockets to work with. Perhaps the calls themselves are already capable of resolving IPv6, so maybe it works.
  8. Blocking IPs is beyond scope of OpenRCT2. There are other tools much better suited for this job. We plan to implement a more reliable, robust login system. See https://github.com/OpenRCT2/OpenRCT2/issues/3155
  9. @Manoman when you find the offender, please upload it so we can inspect it.
  10. what are you talking about? if you haven't had vanilla, you wouldn't be able to play openrct2.
  11. must be https://github.com/OpenRCT2/OpenRCT2/blob/70f38aa/src/ride/track_paint.c#L213 as there is no other assert on line 213.
  12. can you verify if your rides get same or different scores in vanilla?
  13. https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/interface/console.c#L543-L714 If you have to ask, it's not meant for you.
  14. I find this idea ill-conceived. We, the developers, don't really use this forum much, only occasionally come by to see if there are any issues, which we then pull into the issue tracker. It appears you're trying to replicate our issue tracker as a forum thread, while you're free to do so, given record of past actions I highly doubt anyone will maintain it. The forums, reddit and nedesigns are already high-maintenance in my opinion. You're welcome to browse through the issue tracker, this gives you the best and biggest picture.
  15. https://www.reddit.com/r/openrct2/comments/48kwoq/gokarts_crashed_game_crashes_on_startup/d0l4j2j
  16. Yes it is. There are builds available occasionally here or on reddit.
  17. you probably are looking for something like this: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/network/http.cpp#L139
  18. I assume you mean headless mode. The only way to manage groups is in "headful" mode, but the permissions and default group get stored and loaded both in headless and non-headless mode.
  19. A likely reason is the server has some objects that are not available to client. You can perhaps overcome this by re-connecting for the second time, if that was the case, then the cache should have been rebuilt by then and you should be able to connect easily. Alternatively, you can send you friend a map you intend to host (make sure "export plug-in objects" option is on) for him at least once before you connect. I don't think there's anything else you could do on your end to alleviate this problem. See https://github.com/OpenRCT2/OpenRCT2/issues/3057
  20. Which version are you using, where did you get rct2? Just by looking at it, without any investigation it may be a problem with your assets, can you validate your rct2 installation?
×
×
  • Create New...