Jump to content

jensj12

Members
  • Posts

    1575
  • Joined

  • Last visited

Everything posted by jensj12

  1. Doing fine. Only playing/coding ORCT2 over the last few weeks. Don't remind me of my exams starting this week
  2. jensj12

    Group Park 3

    Claimed: jensj12 Queue: Wuis, Broxzier, SuperVarken, ziscor Missed: Philmon11, Dan, imlegos I'm almost done...
  3. The height limit check removal is only for ride that are high above the ground, not for the ground itself (that might still be limited by the save game format). The console itself has a built-in help, just type anything other than a command and it'll show you how to access it.
  4. jensj12

    Group Park 3

    Feel free to add some variation to the landscape (even some wireframed land), it's something the park really needs. Immediatly building it through the whole park would be too much for one turn (it's a group park after all), but you defenitely get my approval for starting it (I'll expand it if I haven't used all my 900 tiles yet).
  5. Staff AI is just as bad as guest AI. I've done some testing here: https://github.com/OpenRCT2/OpenRCT2/issues/3423 The devs know the AI is bad, so we just have to wait until someone takes the time (expect it to be at least a full month of work) to understand and improve it.
  6. Since the trains will go faster without being slowed down that much, the ratings will differ. Remember a .01 difference in lateral G forces may trigger a penalty on intensity and exitement. I'm against running two tests, as that will cause a considerable delay, especially for long rides and rides with too many trains. A difference between a testing and open ride is normal and even part of the gameplay since RCT1. Another solution I thought of (would be fun to have anyways): an emergency button (like in NoLimts). Makes all trains stop on the next block brake (or station) and all chainlifts stop immediatly. This would allow the player to test blocking block brakes (and the ride stats recording will be canceled for the current test run).
  7. For the ride rating calculation, it must also apply in testing mode. Stopping there during a breakdown is at the risk of the player.
  8. Contest is over, scores are calculated, and here are the final scores (from worst to best): 7: @Redino - Deezle Box (6.02) - final score: 5.68 6: @Broxzier - Broxbox (5.71) - final score: 5.85 5: @mokman - contest_mokman (5.99) - final score: 6.19 4: @_fog - Optimal (6.01) - final score: 6.23 3: @Kevdog3700 - Rats Nest (6.20) - final score: 6.26 2: @Mattiator - Switchback (6.65) - final score: 6.48 And the winner is... 1: @YoloSweggLord - Railgun (6.72) - final score: 6.98 Congratz! Your coaster will be included in the next compact coaster track pack and you now have the full rights to start the next Compact Coaster Contest (CCC2)! Drop me a PM (within a week) if you want to do that and we'll discuss some things (I can run it with your rules if you want). To the others: don't be disappointed, you are amogn the few that managed to build a coaster that met the requirements to enter and you've improved you building skills, which is the most important part of this.
  9. jensj12

    Group Park 3

    Trains can't go backwards on forward track, you'll need to build the track backwards if you want trains facing the other side, or make a backwards train type.
  10. Confirmed. I've posted a screenshot on GitHub. Edit: slightly outdated version =/ @KKLD Can you provide a screenshot of the bug with the correct game version (including the disable train lenght limit cheat)?
  11. jensj12

    Group Park 3

    Claimed: -Queue: @imlegos, ziscor, jensj12, Wuis, Broxzier, SuperVarkenMissed: Philmon11, Dan
  12. Removing this limit has been proposed in a pull request 14 hours ago (with lines 4193-4197 removed from track.c): https://github.com/OpenRCT2/OpenRCT2/pull/3486 Are you sure more than 14 tiles gives problems? If so, please post that in the pull request I linked.
  13. jensj12

    Group Park 3

    Guests are getting stuck on the paths Wuis added. Either remove or extend them to fix the issue.
  14. Looking good! Can we have a screenshot with see-through ground/scenery too? Feel free to use the 'micropark showcase' thread for small parks like this.
  15. jensj12

    Group Park 3

    Worked on it non-stop for a few hours, not good, but I'm done (yeah, couldn't come up with a super great ingenious refreshing never-done-before plan yet, hopefully next turn): Added a new ride: Overflow (don't worry about the guests, they'll get wet anyways) Built a lot of paths, a lot of them are just temporary paths to connect different area's Added toilet+food+drinks to the new area Fixed Sky Tower (I now understand why they didn't run up to the top to enter there, at that point the lower entrance was closer) Gave T'chaka river a new natural border, hope you like it The OpenRCT Group Park 3.27.sv6 Affected area's: Had to build a path through the T'chaka jungle and I built a path at the backside of Motion Raiders. I tried to fit it in nicely, but feel free to improve (sorry, AI is still horrible on nice-looking wide paths). Claimed: - Queue: @Dan, Broxzier, imlegos, ziscor, jensj12 Missed: Philmon11, @Wuis
  16. jensj12

    Group Park 3

    Claimed: jensj12 Queue: Dan, Broxzier, imlegos, ziscor Missed: Philmon11, Wuis Sky Tower was an easy fix, just moved the lower entrance one tile and everyone walked straight into the queue. I do wonder why Flight of the Iron Men has its ratings halved...
  17. jensj12

    Group Park 3

    I'll claim it in about 18 hours from now. Anyone from the missed turns list can claim it in meantime. I'm aware of the pathfinding problem with the elevator, should be fixed within two days. I see the problem now with starting a with a flat map at normal ground level... (not just you ziscor, everyone, including me)
  18. I think I know what you did there as I did the same thing yesterday. Don't navigate to the file and run it with powershell, first open powershell, then navigate to the repository inside powershell (using 'cd C:\Users\luke_2\Source\Repos\OpenRCT22'). Then you can run the scripts after each other inside the same powershell window. If powershell gives a security error, follow the link it gives and look there for information on how to run it in 'remoteSigned' security mode. On another note, it looks like you've cloned the repository using VS, but I highly recommend using github desktop for that (for easy syncing later on). Make sure you follow these steps (missed them the first time too) and open your own fork in github windows (the official OpenRCT2 repository will be your 'remote tracking branch'). You might want to come to the dev chat to continue the conversation there. Edit: the version of windows powershell was outdated
  19. You said you were using Visual Studio to build the game. Quit VS until you got the game to run at least once through PowerShell. Move towards the repository (if you use github, ...\documents\GitHub\OpenRCT2 is the default location) in PowerShell and run '.\setenv.ps1', then 'install', 'build all' and at last 'run'. If the game pops up you can quit safely and continue in VS. Running 'install' should take care of all the dependencies you need.
  20. Have you read the readme? There are some scripts that need to be run before you can build using VS.
  21. jensj12

    Mount Coasters

    Just checked, it still works, you just need to zoom out as far as possible or it won't work.
  22. jensj12

    Mount Coasters

    You might want to try what's explained here: https://openrct2.org/forums/topic/215-scenery-guide-tricks/?do=findComment&comment=694 It's a bit old and uses a glitch, so I hope it's not 'fixed' yet.
  23. It is a known bug that the mountain tool corrupts map edges: https://github.com/OpenRCT2/OpenRCT2/issues/3390 I've not seen this fix anywhere yet, so I've posted a link back to here on github too.
  24. jensj12

    Mount Coasters

    To me the least realistic official scenario is BYOSFP (RCT2), which is pretty much what your park looks like. I honestly can't think of anything less realistic in RCT1 (where it is not part of the challenge), though I have seen them all. Edit: octagon park was pretty bad right? Keep in mind that people (most likely) can't raise the land any further, decreasing the creative abilities. Also remember RCT2 already has 2 coaster-fest scenario's, extreme heights for free build coasters and gravity gardens for those looking for a coaster building challenge.
×
×
  • Create New...