mta-slipe / Slipe-Race

A sample resource using Slipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slipe-Core (Alpha)

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.

Getting Started

Prerequisites

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.

Installation

  • 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

Wiki

Additional information on the project can be found on the github wiki

Authors

See also the list of contributors who participated in this project.

License

Apache 2.0 license.

Communication

Slipe Discord

About

A sample resource using Slipe


Languages

Language:C# 100.0%