File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,13 +46,30 @@ Video: [How to Run Sims 1 Legacy Hacks](https://www.youtube.com/watch?v=SLDmUN7y
46463 . ``` git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks ```
47474 . Open Sims1LegacyHacks.sln with Visual Studio or Rider
4848
49- ## Build from Source
49+ ## Build from Source (NativeAOT)
5050
51+ Download [ Git] ( https://git-scm.com/downloads/win )
5152Download [ .NET 9 SDK] ( https://dotnet.microsoft.com/en-us/download/dotnet/9.0 )
53+ Download [ Visual Studio] ( https://visualstudio.microsoft.com/vs/community/ )
54+ - (Workload) Desktop development with c++
55+
56+ ``` bash
57+ git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
58+ cd Sims1LegacyCollectionHacks
59+ dotnet publish -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o bin
60+ ```
61+
62+ Sims1LegacyCollectionHacks.exe is located in the bin folder.
63+
64+ ## Build from Source (.NET IL)
65+
66+ Download [ Git] ( https://git-scm.com/downloads/win )
67+ Download [ .NET 9 SDK] ( https://dotnet.microsoft.com/en-us/download/dotnet/9.0 )
68+
5269``` bash
5370git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
5471cd Sims1LegacyCollectionHacks
55- dotnet publish -c Release Sims1LegacyCollectionHacks/Sims1LegacyCollectionHacks .csproj -o bin
72+ dotnet build -c Release Sims1LegacyHacks/Sims1LegacyHacks .csproj -o bin
5673```
5774
5875Sims1LegacyCollectionHacks.exe is located in the bin folder.
You can’t perform that action at this time.
0 commit comments