A fan project in the form of a Python program that aims to give Bloodstained the randomizer experience it deserves, like what many of the Castlevania games got.
Discord: https://discord.gg/nUbFA7MEeU
Requirements:
- Python 3.12 or higher
- pip 23.2.1 or higher
- Optional: dotnet 8
Steps:
- clone the repo
- run
python.exe -m pip install -r requirements.txt - download the latest release
- checkout the commit that matches the version of the downloaded release
- Unzip the contents of the release to the
dist/folder (create it if missing)- The
dist/folder should at the very least contain theTools/,MapEdit/, andData/folders from the release
- The
- run
pyinstaller.exe --onefile --add-data "Bloodstained.ico;." --icon=Bloodstained.ico Randomizer.py - optional: view the UAssetSnippet project to setup UAssetAPI and UAssetSnippet code snippets
