3.4 KiB
SRR2
Development paused temporarily; I cannot actively review issues or pull requests because I accidentally broke my monitor (Xbox fell and hit the corner of the monitor 💔) I will try my best to commit frequently but it is hard when half of your monitor is broken and getting worse
SRR2 is a modified fork of The Simpsons: Hit & Run with lots of enhancements, including C++17 support, x64, and VCPkg for easier third-party library management.
Latest Update
Xbox now fully works, it is still jank but there is lots of progression from the bug that prevented you from getting into the main game.
Videos
the version of code shown in the video will be committed to the repository later once i clean up some things and make it less jank
https://github.com/user-attachments/assets/9793dccf-5dd6-4bbf-beb6-a6db33521a0b
Goal
We want to add as many new features as possible and improve upon existing features. While keeping UWP and Windows support.
Issues
If you encounter issues, please create an issue on the GitHub repository.
Installation
Quick Installation (Pre-built)
- Download the latest build from the Releases page.
- Locate a zip file similar to
SRR2-Release-x64-2025.02.11-12.07.28-73389fa.zipand download it. - Extract the contents of the zip file to your desired location.
- Navigate to the extracted folder and locate
SRR2.exe. - You can now run the game. (Note: The game will crash without the required assets)
Developer Installation (Building from Source)
To work with the source code, ensure you have the following:
When working on the code you must have some things
- Visual Studio (Install from Microsoft if not already present)
- C++ Language Support (In the Visual Studio installer, select the
Desktop development with C++andUniversal Windows Platform developmentoptions) - VCPkg support (When selecting
Desktop development with C++, ensurevcpkg package manageris checked on the right side)
Setup
- Open command prompt and navigate to a directory where you want to store the source and run
git clone https://github.com/3UR/Simpsons-Hit-Run - Run
git lfs pulland make sure you have Git LFS installed. - When done you can open
SRR2.slnwith Visual Studio. - Once in Visual Studio press
Tools -> Command Line -> Developer Command Prompt - A Developer Command Prompt will open enter the following
vcpkg.exe install - Once that is done you may need to run
vcpkg integrate install
Building
If the setup was successful, you should now be able to build any project in the solution. When building for UWP don't forget to change the config! e.g if it's ReleaseWindows make it ReleaseUwp.
Media
Note
All builds previewed in the media are built using the source on this repository.
Windows
UWP
https://github.com/user-attachments/assets/ccfdb377-10ed-418b-a81b-932aad9938e1