-
-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change: make crash chance at short runway independent of plane crash … #7302
Conversation
|
Note: this is meant as an alternate approach to #7293 |
A quick rundown of how planecrash chances work: thus the chance for a plane crash on landing is |
comparison between crash chances
|
The cheated value is 21, not 0 |
I very much like this approach above adding "yet another setting". We have a cheat to prevent it, and it is fully what I expected the game already does. So yeah, lets do this one! :) |
This feels wrong. |
Yeah, "plane crashes" are a disaster setting that the player has no control over. Sending a large plane to a small airport is a user error. |
It is only a user error if this patch is applied, because it currently isn't on master. And I don't believe people see it as a bug. There are some AIs that check whether this setting is none to decide whether to buy large airplanes on short runways. |
It definitely feels exploit-y to allow large planes to land at small airports at any time. |
@SamuXarick : I suggest you take a few to cool off. You are being a bully at the moment, because you are not getting what you set out to get. This is not acceptable behavior (even more in combination how you react on IRC). Please cool down before replying. It really helps to keep conversations productive. That said, we have said enough about this. Without new argumentation, this is final: we consider large planes on small airports user error, which results in a plane crash. This can be avoided with a cheat, just as you would expect based on the cheat description. |
@SamuXarick I suppose nothing has really ever been defined before, hence the confusion. Making the label on the setting explaining best what really happens could help finally putting everyone of the same page? |
src/lang/english.txt
Outdated
@@ -1257,7 +1257,7 @@ STR_CONFIG_SETTING_PLANE_SPEED :Plane speed fac | |||
STR_CONFIG_SETTING_PLANE_SPEED_HELPTEXT :Set the relative speed of planes compared to other vehicle types, to reduce the amount of income of transport by aircraft | |||
STR_CONFIG_SETTING_PLANE_SPEED_VALUE :1 / {COMMA} | |||
STR_CONFIG_SETTING_PLANE_CRASHES :Number of plane crashes: {STRING2} | |||
STR_CONFIG_SETTING_PLANE_CRASHES_HELPTEXT :Set the chance of an aircraft crash happening | |||
STR_CONFIG_SETTING_PLANE_CRASHES_HELPTEXT :Set the chance of a random aircraft crash happening.{}Does not affect plane crashes due to too short runways. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"to too", while correct, reads weirdly. Perhaps "Does not affect plane crashes on runways that are too short [for the plane]" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not affect plane crashes on too short runways.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Large airplanes always have a risk of crashing when landing on small airports.
For what it's worth, I do agree that "None" while still expecting crashes (even if it is users that screw up) is an issue - but that's a wording thing, rather than anything that needs changing functionally |
You keep saying that, but i've never seen any of these hypothetical people. The overwhelming response (at least on this side of the bubble) has been: "Wait, i thought that is how it worked already" |
…rate setting (there's a cheat for this)
…rate setting (there's a cheat for this)