Jump to content

X7123M3-256

Members
  • Posts

    1082
  • Joined

  • Last visited

Posts posted by X7123M3-256

  1. 1 hour ago, cruzy80 said:

    My question is, is there any way to know what specific objects are needed for a given track design?

    In game, I don't think there's a way (although this feature has been requested before), but the quick and dirty way is to open the TD6 file in a text editor. You'll see the scenery object names in there amongst all the garbage.

     

    • Awesome 1
  2. 3 hours ago, spoonycoot said:

    I tried unwrapping the exe on my pc with innoextract, but the exe was incompatible hence trying to copy the directory and the files to my Mac which some say should work. 

    It definitely should work, as should the demo. Innoextract is for extracting the files from the installer without running - if you have the game working on Windows then you already have the files you need and you just need to copy them over. This sounds like the problem may not be missing files - if you start the game from the terminal does it print any output?

  3. 9 hours ago, Paulos47 said:

    I gather this will require a new save format because of hard limits in the game.

    It does, which is why it hasn't been done yet and won't be until the new save format is merged. The limits are already raised on the new save format branch, but I don't know if they are yet raised to the point where you could have everything; I think it is currently 255 objects of each type.  Also, if you want to help with development on this here's the PR.

     

    9 hours ago, Paulos47 said:

    All other fixes and improvements are less important than this

    In your opinion.

  4. 1 hour ago, thorthesecond said:

    Thank you. How do people know what they are downloading? The names of the objects are coded and ussually vague. 

    You don't, really. If you click on the object, it will show you the in game description, but that's often pretty vague and if there's no image in the database, the only way to see what the object looks like is to download it and view it in game. For this reason, the NE database is almost useless for finding new custom scenery - it is mostly useful if you know the name of the object you need and are just looking for a download link (for example, when you are trying to open a save file that is missing objects*). You can search it, but because most objects have only short descriptions this isn't as useful as it could be.

    If you are looking for something specific, it's better to ask for what you want on the forums. If you just want more custom scenery, I recommend downloading parks from NE rather than objects - most parks there have lots of custom scenery included. The workbench downloads are also a good place to look.

    * Note that in OpenRCT2, if you try to open a save file which is missing objects, there is the option to search the NE database for the missing objects automatically.

  5. 6 hours ago, thorthesecond said:

    Going through all the objects on Nedesign's page, what is the deal with the objects with a red X? Is there an image available elsehwere or is it not available anymore? 

    The red X just means the database lacks a preview image for the object. It doesn't meant the object doesn't have one, and the object is still available to download. The website lacks code to extract preview images from object files so this must be done manually for the object to display a thumbnail; otherwise it just shows the red "X".

    Most of the preview images that are in the database were added by me using a script, but my access has long expired so anything added within the last couple of years has no preview image.

    • Like 1
  6. On 12/09/2020 at 14:34, ExCrafty said:

    Why does the game get concerned when a vehicle on a test run "hasn't returned to the station" when that's because of the distance it has to travel ?

    Because it doesn't take account of the distance it has to travel. You get that message if the train takes longer than a certain amount of time to return to the station, which means that if you have a ride with a very long duration you might get that message even if the train isn't actually stuck.

     

    On 12/09/2020 at 14:34, ExCrafty said:

    3. Any tips for the annoying "most confusing layout" or "guests are getting lost or stuck". When there is clearly (to me) no reason, straight line pathing, etc. I know the AI doesn't really "read" signs and maps.

    The best option is to keep the path layout very simple - a grid usually works. The AI isn't very smart and figuring out what's causing a particular issue is often difficult - if I get that message I usually try to identify where the guests are getting stuck and where they're trying to get to, and then build a path directly between those two points, which is far from an ideal solution.

    • Like 1
  7. 4 hours ago, joshmarsilio said:

    You should really place your coaster in a park and then save the park and upload the .sv file, otherwise it is almost impossible for any novice rct2 user to view your coaster as a .td6 file.

    No it isn't, you can open a TD6 with vanilla RCT2. It only needs to be an SV6 file if the ride is hacked or uses terrain in a way that would make it impossible to place down.

    • Like 1
  8. 8 hours ago, ninja1470 said:

    I don't quite understand what you mean? I meant for the player to have the option in-game to lock the main camera view onto the train or car that you're watching on the ride's window, like how you can do that in RCT Classic.

    You mean like this?. That is what @jensj12is referring to, but contrary to what he said, you don't technically have to make a title sequence to use it. It's possible to lock the camera in game by opening the title sequence editor via the options menu - although this usage was almost certainly not intended and is a bit awkward, it does work and that is what I used for the linked video.

    • Like 1
    • Awesome 1
  9. If you have "export plug-in objects with saved games" checked in the options, the custom objects will be included in the SV6 file and installed automatically (if the user does not have them already). If this option is not checked, they need to be installed separately. This does save on file size but generally makes it much harder for someone else to open the file especially if there are a lot of custom objects - I recommend always exporting parks you plan to share.

     

  10. Just now, ExCrafty said:

    You have often used "PR". I have no idea what that means.

    PR is short for "Pull Request". A PR is a request for changes to be merged into the develop build. Usually the PR needs to be reviewed before it is merged, to make sure the code style is consistent and that it doesn't introduce further problems.

    • Like 1
  11. 9 hours ago, etut2t6t said:

    This in the screenshot  OBJECT File Upload Please Me.

    This isn't a syntactically valid sentence and I can't figure out what you're trying to say. I don't know what object that is but it definitely isn't one of mine.

  12. 4 minutes ago, ExCrafty said:

    Thanks, that's what I thought.  :) 

    65535 ... Hmm .... that's reminds me of the number of ports on a USART, from back when I did my electronics course nearly 30 years ago.  :)

     

    It's the largest value representable in a 16 bit unsigned integer, so it crops up a lot anywhere that binary is used.

    • Like 1
  13. 12 hours ago, MartinMertens said:

     think it would be good if staff were biased against going down queue paths.

    I think this is a good idea as queuing guests do not litter or vomit, so the only way queue paths can get dirty is if a guest queues for the ride, then decides not to ride it (which can happen due to a change in the ride value or entry cost), and then litters on their way out. It is therefore not necessary for queue lines to be patrolled frequently.

  14. On 30/12/2019 at 04:05, jerry_at_trick said:

    I set the location of the RCT2.exe file

    The directory you should set as the RCT2 path is the one which contains rct2.exe - if you provided the path to the executable itself, that might be why it doesn't work.

     

    5 hours ago, ChopLowRObLowe said:

    I have no idea how to get the Debian OpenRCT2 to open/install and let me choose where the installer for RCT2 is at

    If it can't autodetect the location of your RCT2 install, it should prompt you for the location on first start. If this doesn't happen for some reason, look in ~/.config/OpenRCT2/config.ini and set the game_path manually there.

  15. 1 hour ago, ExCrafty said:

    Is this something that the proposed new save file type may address ?

    Yes. As of now the limit still appears to be 255 on the new save format branch, but it looks like plans are to increase that to 65535. You can follow progress on the new save format here.

    • Like 1
  16. 14 hours ago, Ryno917 said:

    Think I figured out what happened. I started this scenario based on the Hydro Hills scenario. When I pulled the saved map into the scenario editor it removed the existing ride from the first little lake. I believe those broken tiles are the ones where the station of that road were placed, and something there got corrupted. I'll have to start the scenario over, but at least now I know what went wrong (I think).

    That sounds like a bug, I would submit an issue on the Github page especially if you are able to reproduce it. Also note that corrupted tiles often can be fixed using the tile inspector, so you may not have to restart the scenario.

×
×
  • Create New...