This commit is contained in:
Redo
2025-10-03 19:38:24 -05:00
commit f396288889
8 changed files with 411 additions and 0 deletions

12
readme.md Normal file
View File

@@ -0,0 +1,12 @@
# RedBlocklandLoader
DLL mod loader for Blockland
Tested working with Blockland v21 r2033
## How to Install
- Copy `RedBlocklandLoader.dll` into your Blockland install folder, next to `Blockland.exe`
- Copy `Blockland.exe` into your Blockland folder, replacing the old `Blockland.exe`
- Make `Blockland.exe` read-only (rightclick -> Properties -> Attributes -> Read-only) so the launcher can't overwrite it
- Create a folder called `modules` the Blockland folder. This is where you will install DLL mods.
If all goes well, you should see "RedBlocklandLoader Init" in the console near the beginning of loading, followed by the loading of any installed DLL mods.