Slipe-Core is a framework that enables anyone to write scripts for MTA:San Andreas in C# instead of Lua, wrapping all MTA elements and classes and including some .NET Core namespaces. It is based on CSharp.lua by Yang Huan.
To fully enhance your development workflow, use Slipe-CLI to create, build and manage your projects.
Since .NET Core 3.0 is still in preview you need to manually activate it in Visual Studio. You need to also go to Tools > Options > Projects and Solutions > .NET Core and check the Use previews of the .NET Core SDKs checkbox.
- Download the latest version of Slipe-CLI
- Clone this repository in your MTA server's resources folder
- Open the Source/Resource.sln solution
- Use the command
slipe compile
in the resource folder or simply build the project from Visual Studio
Full documentation and tutorials can be found on our website
Additional information on the project can be found on the github wiki
- Bob van Hooff - Nanobob
- Mathijs Sonnemans - DezZolation
See also the list of contributors who participated in this project.