The OpenRCT2 Forums have been archived. Registrations and posting has been disabled. Jump to content

X7123M3-256

Members
  • Posts

    1098
  • Joined

  • Last visited

Everything posted by X7123M3-256

  1. If you're referring to OpenTTDs 32bpp graphics set, no that does not exist for OpenRCT2 - it still relies on graphics from the original game. If you're talking about some kind of upscaling algorithm, that has been tried, but, the only upscaling option present in the official release is nearest neighbour (which won't make it look less pixellated, but does allow you to make the display larger, useful for high resolution monitors).
  2. This means that innoextract either isn't installed or isn't in your PATH. If the latter is the case, you can either supply the full path to the executable or add it to your PATH (I'm not sure how to do this on Mac though). Also, this forum doesn't have much activity lately, maybe try the OpenRCT2 discord instead.
  3. OpenRCT2 can work with the asset files from RCT Classic but you'll still have to copy them to the right location for it to find them. Also, some RCT Classic assets can't be loaded - see the wiki page. OpenRCT2 supports Android but not iOS (at least not officially - I did see someone who got it running on iOS a few years ago but you will have to have a rooted device and compile it yourself). The issue with touchscreens and OpenRCT2 is that OpenRCT2's interface is designed for a mouse and is difficult to use with a touchscreen (unlike RCT Classic which was made for mobile). It's not that it won't work with a touchscreen, but you'll probably find it frustrating to use. Most will prefer RCT Classic on mobile devices, however, nothing stops you from installing both if you want.
  4. Go to the options window, select the tab with the gears, and under "Show toolbar buttons for" select "Cheats".
  5. As far as I can tell, that page can be edited by anyone, so you could just add it yourself.
  6. Shell scripts are just lists of shell commands - whatever you would type on the terminal is what you write in the shell script. But `ls` is a Unix command so this code looks like it's written for use on Linux or Mac - you will probably have to modify it to use it with a Windows batch script.
  7. What do you mean they "won't work"? Is there an error message? Nobody can tell you if there's a fix if you don't say what's wrong.
  8. I've not tested it but I'd assume it is - as far as I'm aware every version of RCT2 that has been tested works.
  9. The station limit cannot be circumvented without the new save format. On the new save format the limit has already been raised, but that branch is not stable yet.
  10. You could try to extract the relevant code from OpenRCT2 but it's going to be quite complicated - in order to calculate the ratings you need the stats, and to get those you have to run the entire physics simulation. A better idea might be to try to implement the coaster generator within OpenRCT2 itself as a plugin - or use some kind of heuristic.
  11. Rollercoaster Tycoon 3 isn't really discussed here because this is a website for OpenRCT2, not RCT in general. You can find RCT3 players on other sites such as RCT Go. It should be obvious that adding a coaster cam to OpenRCT2's existing isometric renderer is entirely impossible. There is a guy experimenting with a 3D rendering backend that supports it, but for this to be made fully functional, every existing asset would need to be replaced with a 3D model, which may one day happen but isn't likely any time soon.
  12. Search for "rct2.exe" and select the folder it's in. You might have to include hidden directories in the search - I'm not sure where Wine puts its files on Mac.
  13. Glass objects have a separate sprite for the glass parts. In the objects I looked at, this was always a solid color - I'm not sure if it has to be. I don't know anything about the object editor though.
  14. It's not, it's based on RCT2. RCT Classic will work with OpenRCT2, but if you want the RCT1 assets you would need to link RCT1 separately. Also, I'm not sure if OpenRCT2 can load the scenarios from RCT Classic yet - unless you already have RCT Classic but not vanilla RCT2, you probably want to use RCT2.
  15. https://en.wikipedia.org/wiki/List_of_game_engine_recreations
  16. The directory you want to select is the one that contains rct2.exe and the "Data" and "ObjData" folders.
  17. This is caused by missing expansion objects. Do you have the expansions installed?
  18. OpenRCT2 supports Mac OS 10.14 and above. If you're on an older version you would need to either update your OS or use the release version of OpenRCT2 (which still supports older Mac OS for now, but the next release won't). If you have trouble downloading the vanilla game files from Steam, you can follow the guide here, or use the demo version which also works.
  19. Here is what the homepage looked like. The sign up link is in the top left corner above the search bar. You won't be able to access it or anything else on the site until it comes back online.
  20. Either delete one track and rebuild, or use a script to change the ride ID for all the track pieces belonging to one ride (this might be something the plugin system can do, IDK) There is no built in facility to make two rides into one. Another option is to keep them as separate rides but use a track merge to connect them. This will probably only work if you disable the block system.
  21. Select "object selection" from the cheats window. This will allow you to edit the ride selection.
  22. Yes, you can do this. In fact, the prebuilt wooden design "Great White Wail" makes use of this trick. In order to make the lifthill not count as a block, remove the chain lift from the topmost track piece (the gentle slope to level). It may take some experimentation to get the timing right.
  23. If you are talking about the custom RMC track type, that is done with a modified version of the game and will not work with the official version. The source code for that is available here. Lots of people build RMCs by either layering steel track (typically twister or LIM coaster track) on top of wooden coaster track using zero clearance, or building wooden supports underneath with scenery. You can look at the recent Deurklink contest for examples of RMCs built in OpenRCT2.
  24. It should work with RCT Classic.
×
×
  • Create New...