-
Posts
806 -
Joined
-
Last visited
Everything posted by Gymnasiast
-
Struggling with RCT in Open RCT2
Gymnasiast replied to PCretrogamer's topic in Problems, Bugs and Feedback
Hm. How did you determine it doesn't work to begin with? -
Extracting Archive Issues MacOS
Gymnasiast replied to GvLiechtenstein's topic in Problems, Bugs and Feedback
Please edit your messages instead of triple-posting. (This is basic forum etiquette.) I am not sure this is a launcher bug to begin with, considering it just downloads ZIPs from openrct2.org and has trouble extracting them because they are corrupt. -
This information is saved in `highscores.dat`. This is saved in the OpenRCT2 user folder (which opens when you click the red toolbox and select "Open custom content folder").
-
Question about some specific shops' products
Gymnasiast replied to andy55699's topic in General Discussion
Copying from the game's code, this is what's considered food: SHOP_ITEM_BURGER SHOP_ITEM_CHIPS SHOP_ITEM_ICE_CREAM SHOP_ITEM_CANDYFLOSS SHOP_ITEM_PIZZA SHOP_ITEM_POPCORN SHOP_ITEM_HOT_DOG SHOP_ITEM_TENTACLE SHOP_ITEM_TOFFEE_APPLE SHOP_ITEM_DOUGHNUT SHOP_ITEM_CHICKEN SHOP_ITEM_PRETZEL SHOP_ITEM_FUNNEL_CAKE SHOP_ITEM_BEEF_NOODLES SHOP_ITEM_FRIED_RICE_NOODLES SHOP_ITEM_WONTON_SOUP SHOP_ITEM_MEATBALL_SOUP SHOP_ITEM_SUB_SANDWICH SHOP_ITEM_COOKIE SHOP_ITEM_ROAST_SAUSAGE And these are considered drinks: SHOP_ITEM_DRINK SHOP_ITEM_COFFEE SHOP_ITEM_LEMONADE SHOP_ITEM_CHOCOLATE SHOP_ITEM_ICED_TEA SHOP_ITEM_FRUIT_JUICE SHOP_ITEM_SOYBEAN_MILK SHOP_ITEM_SUJEONGGWA- 1 reply
-
- 1
-
-
Extracting Archive Issues MacOS
Gymnasiast replied to GvLiechtenstein's topic in Problems, Bugs and Feedback
There was an outage on openrct2.org, which is now resolved. Er, why are you trying to install the Windows version of OpenRCT2 on your Mac? That makes little sense, as we have a native Mac version. Same applies to the Launcher. What you need to do is: Download the launcher Run it Start OpenRCT2 When asked for the RCT2 files, point it to the RollerCoasterTycoon2TTP_EN folder (which you can place anywhere you like). That should be it. -
Struggling with RCT in Open RCT2
Gymnasiast replied to PCretrogamer's topic in Problems, Bugs and Feedback
Ah, that explains it. You have an OpenRCT2 build from two years ago. That's ancient ;-). Please upgrade to the newest develop (you can use the Launcher to keep your game up to date). Thanks ^.^ -
Struggling with RCT in Open RCT2
Gymnasiast replied to PCretrogamer's topic in Problems, Bugs and Feedback
I need to know a few things: Which version and build of OpenRCT2 are you using? The build is in the title screen and looks something like ab1c2de. What is the full path of your RCT1 directory? -
Unable to find "allow testing of unfinished rides" option
Gymnasiast replied to JanVan's topic in Problems, Bugs and Feedback
It has been removed in favour of "simulate ride". -
Certain 4 station rides can't be saved properly
Gymnasiast replied to lot61's topic in Problems, Bugs and Feedback
This bug has now been fixed. -
@MadsKillzThe VTroot is not created by OpenRCT2, but is the result of Comodo AV sandboxing OpenRCT2. You should probably set up Comodo not to do so. After that, you should be able to merge the paths - the second one is the correct one.
-
4Ds now broken when opening saves.
Gymnasiast replied to MrMoriarty's topic in Problems, Bugs and Feedback
I cannot reproduce this. Which build are you talking about, and could you provide a set of steps to reproduce or an affected save (one that loads correctly in vanilla/old OpenRCT2 versions, but incorrectly in current versions)? -
Sorry for answering it this late. There is unfortunately nothing else you can do.
-
Bug/Miscalculation with On-Ride Photos
Gymnasiast replied to two100meterman's topic in Problems, Bugs and Feedback
I have reported this issue here: https://github.com/OpenRCT2/OpenRCT2/issues/10946 Any updates will be posted there. -
It wouldn't be too hard to build it in, though the devil is in the details. For example, in most parks, you can remain seated in transport rides (and most other ones), but only if there aren't more people waiting to get in than there are seats left. You'd also take stuff like guests' happiness into account (angry guests are less likely to remain seated), and make sure that people wouldn't stay on forever. That is assuming you don't take stuff like proximity to park entrance, food areas or attractive rides into account. That would vastly increase the difficulty of implementing it.
-
Some things to check: If the objects were zipped, did you unzip them? Do the objects have a .DAT (or .PARKOBJ) extension? Custom content will not automatically appear in any park you open, you will have to add it via the Object Selection (accessed via the cheats). Make sure that you have the filters set currently (like X7123M3-256 describes) and that you have clicked the "Advanced" button in that dialog.
-
Park Crashes when opened to guests
Gymnasiast replied to Boomer_Coasters's topic in Problems, Bugs and Feedback
I cannot reproduce the crash. Are you running "release" or "develop"? If it's release, please switch to develop. If it's develop: which build of OpenRCT2 are you running? (Listed in the title screen and looks something like ab1c2d3). -
Restroom 2 hourly cost is too high
Gymnasiast replied to Derpercoaster's topic in Problems, Bugs and Feedback
I cannot reproduce this. Could you upload an affected save? -
They did. jessicajones was banned on Friday.
-
Chinese characters cannot display
Gymnasiast replied to bigan's topic in Problems, Bugs and Feedback
Do you have the YaHei font (msyh.ttc)? If not, please install it. Make sure you also revert your changes to config.ini. -
The `track` folder is meant for custom track designs. These files have the .td6 extension. The `object` folder is meant for custom objects, e.g. custom rides, vehicles, scenery, etc. These files have the .parkobj, .dat or .pob extension. You likely put .dat files in the `track` folder that should have gone in to the `object` folder.