Skip to content
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

Limitation of the quantity of subsidies #6645

Closed
DorpsGek opened this issue Dec 23, 2017 · 2 comments
Closed

Limitation of the quantity of subsidies #6645

DorpsGek opened this issue Dec 23, 2017 · 2 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

AK opened the ticket and wrote:

I suggest adding a parameter (S) that limits the quantity of subsidies for N years (N = 5 or N = 10). The number of subsidies per year (s) remains random, but is dependent on the number of subsidies for the previous N - 1 years.

s₀ = rnd(S - ∑(s₁₋ₙ … s₋₁))
Where rnd(S) is a function that generates a random number with a normal distribution around S.

It is also possible to calculate the probability of a subsidy in the current month directly from the value of S.

A large number of subsidies turns the game into work and does not leave time for enjoyment.

Reported version: 1.7.1
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/6645
@DorpsGek
Copy link
Member Author

andythenorth closed the ticket.

Reason for closing: Won't fix

Thanks for the suggestion Aleksey. This one is unlikely to be implemented in OpenTTD. You can just ignore the subsidies :) .

You can also try out GameScripts such as Busy Bee (which add more goals not less) :) . It is probably possible to write a GameScript that controls subsidies directly (there are controls for this). https://nogo.openttd.org/api/1.6.0/classGSSubsidy.html

OpenTTD's preferred strategy is to modify gameplay with content (newgrf, GS, AI) rather than changing the core game, where possible :)


This comment was imported from FlySpray: https://bugs.openttd.org/task/6645

@DorpsGek
Copy link
Member Author

AK wrote:

I do not understand why it is not possible to manage the probability of issuing subsidies? Who decided that 2 to 5 subsidies per year the most right amount? Why can not I make 1 to 2 or 5 to 10? Just give the ability to change one constant.


This comment was imported from FlySpray: https://bugs.openttd.org/task/6645#comment14818

@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant