Files

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

image image

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

Watch HD on YouTube

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)

  1. Download the latest build from the Releases page.
  2. Locate a zip file similar to SRR2-Release-x64-2025.02.11-12.07.28-73389fa.zip and download it.
  3. Extract the contents of the zip file to your desired location.
  4. Navigate to the extracted folder and locate SRR2.exe.
  5. 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++ and Universal Windows Platform development options)
  • VCPkg support (When selecting Desktop development with C++, ensure vcpkg package manager is checked on the right side)

Setup

  1. 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
  2. Run git lfs pull and make sure you have Git LFS installed.
  3. When done you can open SRR2.sln with Visual Studio.
  4. Once in Visual Studio press Tools -> Command Line -> Developer Command Prompt
  5. A Developer Command Prompt will open enter the following vcpkg.exe install
  6. 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

Screenshot 2025-02-10 092453

UWP

Watch HD on YouTube

https://github.com/user-attachments/assets/ccfdb377-10ed-418b-a81b-932aad9938e1