Skip to content

FaithBeam/Sims1LegacyCollectionHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sims 1 Legacy Collection Hacks

This project is a collection of hacks for The Sims 1 Legacy Collection.

Hacks

  • Debug Cheats Patch
  • 1080p fix (beta and buggy)

How to Use

Video: How to Run Sims 1 Legacy Hacks

  1. Download the latest release
  2. Extract the zip file
  3. 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

OS Compatibility

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.

Store Version Compatibility

Steam EA
Debug Cheats
1080p Fix x

Development

  1. Download Visual Studio or Jetbrains Rider
  2. Download .NET 9 SDK if it does not get installed from Visual Studio or Rider
  3. git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
  4. Open Sims1LegacyHacks.sln with Visual Studio or Rider

Build from Source (NativeAOT)

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 bin

Sims1LegacyCollectionHacks.exe is located in the bin folder.

Build from Source (CIL)

Download Git

Download .NET 9 SDK

git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
cd Sims1LegacyCollectionHacks
dotnet build -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o bin

Sims1LegacyCollectionHacks.exe is located in the bin folder.

About

Hacks for The Sims: Legacy Collection.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages