Nexus Mods - https://www.nexusmods.com/stardewvalley/mods/4024
Stardew Valley mod that doubles the resolution of most textures using a 2xBR upscale algorithm.
All files in the mod's assets folder are loaded and will replace their identically named counterpart in the game's base Content folder. The mod assumes that all loaded images are exactly twice the resolution of the original version.
- Visual Studio
- Python
- Windows
- (Skip if already done) Install the latest SMAPI version here.
- Clone this repository to your computer.
- Open HDSprites.sln with Visual Studio.
- Build the solution. If successful, the folder "HDSprites" will be created in your "Stardew Valley/Mods" folder.
- Copy the "generate_assets.bat" and "tools" folder into "Stardew Valley/Mods/HDSprites".
- Run the "generate_assets.bat" and wait for it to complete.
- Platonymous - ScaledTexture2D and SpriteBatchFix Harmony patch classes - PyTK mod
- draivin - XNB extractor tool - XNB Node
- Salmakis - Image resizer tool for 2xBR filter - ImageFilter
- Pathoschild - Updating code to work with SMAPI 3.0