Skip to content

1.1.0 - Cleanup & SMAPI Stuff

Compare
Choose a tag to compare
@steviegt6 steviegt6 released this 23 Mar 05:39
· 57 commits to master since this release

Stardew64Installer v1.1.0 (Requires Windows and Steam)
SMAPI-compatible (mod/64-bit-support branch)

Prerequisites:

  1. A copy of the Linux installation for Stardew Valley (obtained via DepotDownloader).

Changelog:

  1. Proper error catching.
  2. Removed an if check in KeyboardDispatcher's ctor (thanks Mello, Dradon!).
  3. Heavily reduced packages DLLs (thanks, Pathos!).
  4. Fix pointer overflow error in KeyboardInput initialization (thanks, Pathos!).
  5. Improved installation speed by removing forced wait times and instead use checked operations (thanks, Pathos!).
  6. Move file copying and other stuff to a temporary staging folder instead, avoiding having to copy a lot of files from one place to another (thanks, Pathos!).
  7. Beautified the installer (thanks, Pathos!).
  8. MonoMod and CorFlags now write their text directly to the installer window, allowing for easier troubleshooting (thanks, Pathos!).
  9. General code cleanup (thanks, Pathos!).
    ?. And maybe some more changes tha tI'm forgetting.
    (If you can't tell, Pathos helped a lot with this one.)

NOTE: Due to the fact that this program messes with files (moves, copies, and modifies), AntiViruses may flag or other-wise block this program from performing tasks. If this is the case, please whitelist this program.
CorFlags.exe may also fail to modify StardewValley.exe. If this is the case, please re-launch the program with administrator privileges.

Usage instructions:
View GitHub README.
SMAPI + 64bit installation guide: Pathoschild/SMAPI#767 (comment)

GitHub: https://github.com/Steviegt6/Stardew64Installer
License: MIT