TheIronWolfModding
released this
07 Sep 14:54
·
11 commits
to master
since this release
This version introduces input buffers. See "Input Buffers" readme section for more info.
Plugin:
- Expose
rF2PitInfo
andrF2Weather
buffers. Special thanks for prototypingAccessPitMenu
andCheckHWControl
plugin functionality go to Tony Whitley. - Expose
rF2HWControl
input buffer, which allows sending limited number of inputs into the game. - Expose
rF2WeatherControl
input buffer, which allows changing weather conditions dynamically. - Expose
rF2PluginControl
input buffer. Allows requesting additional plugin features dynamically. - Experimental: Expose
rF2RulesControl
input buffer, which allows sending rules input into the game. - Intenral: rework tracing and reduce code duplication.
Monitor:
- Updated to demo newly added features.