An editor designed for modding The Sims 2, rewritten and remastered.
Contributions are always welcome!
Inside the fullsimpe folder is the file SimPe.sln, which can be opened with Visual Studio.
Use the build task to compile the program.
Go to the SimPe folder and run either dotnet build to build it or dotnet run to build and run the program.
- .NET SDK 9.0
- For code editing: Either Visual Studio 2022 or Visual Studio Code (or compatible forks)
- When using VSCodium or other open-source VSCode forks: As Microsoft has their C# tooling as closed-source, you need to install the C# with NetCoreDbg extension for debugging.
- Recommended extensions in Code are Avalonia (as this uses Avalonia UI), C# and the XAML Styler.