djwessie Posted August 31, 2016 Share Posted August 31, 2016 Yes, That is exactly what were about to do here. Change the Original scenario's from RCT-1 into custom scenery RCT-2 parks. We changed the entrance area, changed how many land you could buy to expand, and changed rides, scenery etc. etc. So first, were adding a mainstreet, but here's the thing: We don't show it to you yet! Second there's a Divecoaster: More to come, Berke & Wes. Link to comment
X7123M3-256 Posted August 31, 2016 Share Posted August 31, 2016 I love the layout - but you really want to lower that wooden coaster track you used for the catwalk 1 unit, so it doesn't glitch so badly. It's a shame there's no straightforward way to do this in OpenRCT2. Link to comment
YoloSweggLord Posted August 31, 2016 Share Posted August 31, 2016 33 minutes ago, X7123M3-256 said: It's a shame there's no straightforward way to do this in OpenRCT2. Is there a nonstraightforward way of doing this I don't know about yet? Link to comment
X7123M3-256 Posted August 31, 2016 Share Posted August 31, 2016 This is the procedure I use for lowering/raising stuff: Note down the index of the ride whose track to be lowered (use "rides list" in the console). Open /src/rct2/S6Importer.cpp and locate game_load_sv6 Any code inserted at the end of that function will run after scenario load. You can use map_element_iterator_begin and map_element_iterator_next to iterate over all available map elements. Look for track pieces that belong to that ride, and subtract 1 from the base height and clearance height. If the code you've written will crash if the target ride isn't found (not the case for this hack, but for some others), you can skip loading the title sequence by passing the SV6 file directly on the command line. It is often helpful to do this on a seperate branch and commit the changes - if you want to redo the hack later, you don't have to rewrite the code. Sometimes, I put the code in src/interface/console.c and add a new command - it is not necessary for a simple hack like this, but for things like loading a heightmap from an image, it's convenient to be able to rerun the code without reloading the park. If it would be helpful to be able to select the target elements with the mouse, the place to put the code is in the tile inspector. Link to comment
imlegos Posted August 31, 2016 Share Posted August 31, 2016 I can't remember but I think someone mentioned about adding the ability to lower and raise objects in the tile inspector, but this hasn't been done yet. Link to comment
X7123M3-256 Posted August 31, 2016 Share Posted August 31, 2016 (edited) @Broxzier started working on an implementation but I don't think it's complete yet. Edited August 31, 2016 by X7123M3-256 Link to comment
djwessie Posted August 31, 2016 Author Share Posted August 31, 2016 (edited) Thank you for the comments. It glitches much indeed. It needs to be lowered.. It also glitches with the custom catwalks cause the wooden coaster ones didn't fit for the catwalk stairs on the blockbrake. Were trying to do things multiplayer on this. And the obly thing.is, my mate, Berke keeps losing connection when guests are entering the park in multiplayer. I hope it isn't a bug. We'll keep you updated. Is there a way to add a rotodrop car on the dive coaster track and to make the backward launch shuttle coaster going more then one cirquit? Would help me much on some ideas Edited August 31, 2016 by djwessie Link to comment
djwessie Posted September 4, 2016 Author Share Posted September 4, 2016 We have added some stuff in the park. Berke is Seriously going strong on a MACK coaster, while i'm building a story around a small little train station in the mountains. (You do not enter the ride in the station facade but in a secret hole in the mountain). For the full story, well, we save that for you later! It's not a cheap park were building, with several Darkrides, huge coasters and oh you're missing the flatrides, but we are planning to add those too. Here are some screenshots. The Western Darkride might be taken down and being rebuild later on. Some screenshots were taken earlier before i finished some facades. The Expedition coaster now needs foliage and finishing touches. Link to comment
X7123M3-256 Posted September 4, 2016 Share Posted September 4, 2016 On 8/31/2016 at 22:43, djwessie said: Is there a way to add a rotodrop car on the dive coaster track and to make the backward launch shuttle coaster going more then one cirquit? "Show vehicles from other track types", in the cheat window. I don't know that you'd want to do this, though - the roto-drop isn't meant to be used as a tracked ride and doesn't even have the basic 32 frame flat rotation - there is only one sprite. Link to comment
djwessie Posted September 4, 2016 Author Share Posted September 4, 2016 It is the only way to hack a Disk-O-Coaster. As shown so many on Nedesigns. Link to comment
X7123M3-256 Posted September 4, 2016 Share Posted September 4, 2016 (edited) Yeah, I've seen those, they look OK in screenshots but awful in game because the roto-drop car doesn't have sprites to follow the slopes. It has to be hacked any way you do it. I've been thinking about trying to do one of these, but I wouldn't use the roto-drop car for that reason. The biggest challenge is making the spinning work on a ride with no turns (for spinning rides, the turns are what trigger the spinning. For animated rides, you have very limited frames to work with). It might just be one of those rides that's impossible to make work well. Edited September 4, 2016 by X7123M3-256 Link to comment
djwessie Posted September 4, 2018 Author Share Posted September 4, 2018 This ain't dead and we decided to totaly renew some areas. I have totaly redone my mainstreet/doombuggy darkride and woring on a complete overhaul of the dive coaster. Also, i have added another unfinished and working suprise into my Pier section: Any tips how to get rid of the catwalk hack glitch on this particular hack? Now here is the work Berke has done so far: He has a Intamin Magnetic Fin Intamin coaster done which you have might seen before. But he is also working on the Down-Town area and transport hub of the park. Not much of the original map is spared to accomplish this. It might look like chaos and unconnected right now, but everything has a purpose. We do this as a team and we both have a different style of building. It takes time, but when we have time we consider: is it good enough? no, let's totally demolish it and redo it, Regards, Berke & Wes 1 Link to comment
GLOW Posted September 20, 2018 Share Posted September 20, 2018 This is amazing, please keep updating it! 😁 Link to comment
djwessie Posted October 4, 2018 Author Share Posted October 4, 2018 Due to some designs we are doing for some themeparks, we havr this currently on hold. But we can't talk much about it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now