Releases: Underscore76/SDVTASMod
0.0.2 - Customizing screen resolution
Added a config.json
associated ModConfig to allow setting screen resolution/windowed state.
Right now only works for Windowed/Fullscreen, borderless fullscreen would be nice but that was going to be quite a bit more involved.
Note when you boot up the game, it'll dump you a list of valid graphics options for your screen
For windowed mode, this doesn't matter as much (though it can be larger than your screen). For full screen you should match one of these resolutions or it's going to be super jank.
First Release!
0.0.1 - First Full Release
Almost feature complete version of the Stardew TAS engine, now in SMAPI Mod form! Completely rewraps the game to allow for frame by frame recording that is RNG consistent on playback. Includes Lua scripting for automating tasks, as well as a bunch of baked in overlays, logic, and info commands. Check the README for details on usage!
What's Changed
- Map view by @Underscore76 in #4
- Add Lua support by @Underscore76 in #5
Full Changelog: https://github.com/Underscore76/SDVTASMod/commits/0.0.1