This project provides a patch to make the latest version of BombSquad CLIENT/SERVER
work on Windows 7. The patch involves using a Python modification that enables compatibility with Windows 7.
Donwload the latest exe here. For client just place the exe in the folder containing the games executable and for the server place the exe inside the dist
folder. Then run the exe.
CLIENT | SERVER |
---|---|
NB - You will need python version that support windows 7 I used {3.8.6}
- Create a Virtual Environment:
py -m venv bsw7
- Activate the Virtual Environment:
.\bsw7\Scripts\activate
- Upgrade pip:
python.exe -m pip install --upgrade pip
pip install pefile, requests, pyinstaller
pyinstaller --onefile --icon=resources/bsw7.ico bsw7_patch.py
- BombSquad: Special thanks to efroemling for developing BombSquad and making it available. You can find the ballistica (Bombsquad game engine) project here.
- Python Patch for Windows 7: Thanks to adang1345 for their work on making Python compatible with Windows 7. You can find their project here.
- DLL Support: Thanks to kobilutil for originally creating the
api-ms-win-core-path-HACK
project, which was later forked and enhanced by nalexandru. - Tester: Thanks to discord user
@snobbish
This project is licensed under the MIT License. See the LICENSE
file for details.