Jump to content

Broxzier

Developers
  • Posts

    2205
  • Joined

  • Last visited

Everything posted by Broxzier

  1. Broxzier

    Group Park 2

    Dots in filenames have been fixed, and UTMAN's verion is V2.2.V2.0 is empty, V2.1 is what I worked on, so Erik will be working on V2.3.Good luck Erik!
  2. What if you disable auto-update, and manually put the files in the OpenRCT2/bin folder before opening the launcher? Then try to play without updating first.
  3. Broxzier

    Group Park 2

    You can add scenery if you have debugging options enabled. Once enabled you'll see the icon with the two cogs (I believe?) near the top-left corner. From that list there's an option "Object Selection" where you can select which objects you want there to be, just like you would in the scenario editor.For the first topic I set the time one may use to 48-hour, but no one ever reached it, almost every turn was done withing a few hours after being taken.
  4. Broxzier

    Group Park 2

    Welcome, xbalogan! You can go before my next turn :) Not everyone has the expansion packs so they will be excluded from the park. As for the park, right now it's completely flat, so you'd have to raise the parts you'll work on too.Next in line: UTMAN, Erik, jensj, imlegos, Jamaka, Philmon, xbalogan, Broxzier
  5. They're just static arrays now, because that's what the original game used as well. This cannot be stored into a more convenient way before OpenRCT2 is completely independent of rct2.exe.For example this sets the complete map element array to zero upon loading a map. RCT2_ADDRESS_MAP_ELEMENTS is the address in memory of the first element of the array. As you can see it's not dynamic, but has a max size (MAX_MAP_ELEMENTS, which is 196608).memset((void*)RCT2_ADDRESS_MAP_ELEMENTS, 0, MAX_MAP_ELEMENTS * sizeof(rct_map_element));
  6. Broxzier

    Group Park 2

    I followed Jensj's idea of starting out with a flat map, then raising the ground that you use to default height (+3 units).View imageThere's no custom scenery in there yet, though please make sure to have the option to export ObjData together with the saves ticked.Download: https://openrct.net/cc/share/Broxzier/65/Community+Park+V2.1.sv6Next in line: UTMAN, Erik, jensj, imlegos, Jamaka, Philmon, BroxzierNote:I tried saving the game with "V2.1" in its name, though the .1 is not being displayed, this will probably be fixed really soon, so please continue naming it with V2.2, V2.3, V2.4, etc.Also I added some benches now :P
  7. Broxzier

    Group Park 2

    Sorry, I was busy last night unexpectedly. I'll make the scenario right away.
  8. Is this really an issue? It's been that way since RCT1. What's the result you expected exactly by making that move?Link tags do work fine by the way, there's just no text to be displayed.Use it like this[ url=link_to_image]Text to display[/url] (without the space after the [)Edit: Oh, now I get what you mean, you only wanted the land at the same height to move down, and not that plateau. :P
  9. All limits are still there. The error you're getting doesn't have to do with these though, it is just a check in code that should always be true, though for some reason it isn't, which is probably cause by curruption anyway.
  10. I had the same issue yesterday, but this morning it worked just fine for me. I used one I build myself so I didn't really try anything else that you did. Maybe you can try downloading a .zip archieve https://openrct.net/download and extracting it into your Documents\OpenRCT2\bin folder manually. After that the Launch button should be enabled.Edit: I just tested it and everything seems to work fine. When the /bin folder isn't there it actually automatically downloads the game as well. Does the launcher have internet access when you open it?
  11. Turns out someone just made a feature that got added today that will make hex editing not even needed anymore! https://www.reddit.com/r/rct/comments/3rvtkh/openrct2_hiding_rollercoaster_track/ With this you can create the exact same stairs.
  12. It's just one ride for the stairs that you can use it throughout the entire park, you don't necessarily have to build a new one for every single stair. What scenery would you use to build steps?
  13. Probably, but I haven't seen any like this yet.
  14. BAM! Staircase! http://share.broxzier.com/2015-11-07_13-30-26.mp4 With some hex editing you can actually build a path first, make the path invisible, and then build the staircase at the same spot with clearance checks disabled. Guests will then be able to walk on it. Edit: There's also an invisible path as custom scenery, which would make this so much easier to make
  15. You can, you can't just use it as a ride :P
  16. Thanks That's just the part I replaced actually I Didn't like how it looked because I wanted it to be more like a staircase, but there's no scenery like that. Now I used a Rapid Rivers track piece for it instead.
  17. Get those micro parks going Jensj These coasters look nice. Two buildings that I made this week.
  18. This error seems to happen a lot lately. It's nothing to do with the limitations, it's to do with corrupted map data. It seems like your saved games got corrupted, but the devs still don't know where this happens exactly. Do you have the saved game form just before the crash and after, and do you remember what you did between the two?It's easiest if you redo the changes you've done again, but if you don't have one maybe one of the devs can fix this file for you by hand.
  19. You can achieve the same by disabling clearance. afaik tracks would behave exactly the same if two track pieces are on the same tile at the same height.
  20. You can still do so and make it the final version :P
  21. How did you know I would vote for my own coaster?! :(
  22. Broxzier

    Group Park 2

    This Saturday I will create the map based on your feedback. We basically agreed to not use expansion packs, and to make the map the max size. I'd still like to hear more opinions about jensj's proposal of how to build and if we should use CS.
  23. Even with clearance checks disabled you can't build anything under water.
  24. Broxzier

    Group Park 2

    I'm not sure of that would work, but we could give it a try I guess.
×
×
  • Create New...