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

Support for industry vars 0x70 and 0x71 needed. #83

Closed
andythenorth opened this issue Feb 16, 2020 · 2 comments
Closed

Support for industry vars 0x70 and 0x71 needed. #83

andythenorth opened this issue Feb 16, 2020 · 2 comments

Comments

@andythenorth
Copy link
Contributor

OpenTTD added new industry vars in 0x71 OpenTTD/OpenTTD#7409

  • 0x70 Primary industry production rate
  • 0x71 Last month transported (FF = 100%)

NML needs support for those.

  • 0x70 would be production_rate
  • 0x71 would be transported_last_month_pct

Would need docs updated

@andythenorth
Copy link
Contributor Author

Should this also deprecate the old vars replaced by 0x70?

'production_rate_1'            : {'var': 0x8E, 'start':  0, 'size':  8},
'production_rate_2'            : {'var': 0x8F, 'start':  0, 'size':  8},

Per OpenTTD/OpenTTD#7409

@andythenorth
Copy link
Contributor Author

Closed by #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant