Giter Site home page Giter Site logo

igicodes / igicore Goto Github PK

View Code? Open in Web Editor NEW
19.0 14.0 8.0 17.33 MB

Base framework for GTAV FiveM roleplaying servers but in C#

License: GNU General Public License v3.0

C# 87.14% Lua 0.30% JavaScript 4.28% HTML 0.19% CSS 0.26% Vue 7.66% Smalltalk 0.16%

igicore's Introduction

THIS PROJECT IS DEPRECATED AND NO LONGER MAINTAINED. PLEASE SEE NFive FOR THE NEW PROJECT.

igicore

License

Complete base framework for GTAV FiveM roleplay servers built entirely in managed C#. This project aims to replace existing FiveM server resources with a single managed framework to build upon.

This project is primarily developed live on my Twitch stream with the help and input of viewers. Planned features and progress is tracked on Trello.

Currently a work in progress

Development

Building the project will require Visual Studio 2017 and Node.js to be installed. A MySQL database is required for storage, MariaDB is recommended.

This resource currently replaces all stock server resources; make sure you remove them from your configuration. The server will always try to load sessionmanager, even if it is not in your configuration, so you must delete or rename the resource.

  1. Clone this repo inside of your FiveM server's resources directory:
git clone https://github.com/Igirisujin/igicore.git
cd igicore
  1. Build the project in Visual Studio.

  2. Install the interface dependencies:

cd Interface
npm install
  1. Build the interface:
npm run build
  1. Edit your server.cfg file to include the following line below your existing configuration:
start igicore
  1. Edit igicore.yml with your database connection information and server details as needed.

Note: You may need to manually preconfigure your MySQL server to default the character set to Unicode. For MariaDB add --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci to the server arguments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.