This project is a collection of hacks for The Sims 1 Legacy Collection.
- Debug Cheats Patch
- 1080p fix (beta and buggy)
Video: How to Run Sims 1 Legacy Hacks
- Download the latest release
- Extract the zip file
- Run Sims1LegacyHacks.exe before you open Sims 1 Legacy Collection
- Debug Cheats Patch
- automatically applied on startup and you should hear a click sound to notify you the hack is applied
- 1080p fix (beta and buggy)
- the screen will look weird after applying the hack. Press f2 then f3 to make the game load the updated UI
- press ctrl+f9 to enable
- press ctrl+f8 to disable
| Windows 11 | ✓ |
|---|---|
| Windows 10 | ✓ |
| macOS | ✓* |
| Linux | ✓* |
* there are no binaries for macOS or Linux, but you can try it through WINE. The executables are compiled nativeaot so there is no dependence on .NET runtime.
| Steam | EA | |
|---|---|---|
| Debug Cheats | ✓ | ✓ |
| 1080p Fix | ✓ | x |
- Download Visual Studio or Jetbrains Rider
- Download .NET 9 SDK if it does not get installed from Visual Studio or Rider
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks- Open Sims1LegacyHacks.sln with Visual Studio or Rider
Download Git
Download .NET 9 SDK
Download Visual Studio
- (Workload) Desktop development with c++
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
cd Sims1LegacyCollectionHacks
dotnet publish -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o binSims1LegacyCollectionHacks.exe is located in the bin folder.
Download Git
Download .NET 9 SDK
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
cd Sims1LegacyCollectionHacks
dotnet build -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o binSims1LegacyCollectionHacks.exe is located in the bin folder.