Downloading Files and Preparing the Ground
Here we will see how to download and install the base
Downloading Files
First of all, download all the dependencies of the previous page, Next, we will go to the official GitHub repository and download the latest version.
After Downloading
Unzip the server to your preferred path, but keep in mind that the path is important, I recommend that you always put it on the desktop or on a fast disk so that it loads faster when you open it. After unzipping it, it should look something like this inside a folder;

Setting Up Start Script
The server contains a cmd script that allows to open the server without TX-ADMIN, it can be used perfectly well, but we will do it this time without it.
To set it up you just have to set the folder path to find the server.cfg, if you did the FiveM Artifacts (dlls) step as we said, you should not touch anything in the first routing (C:\dllsFXServer.exe +exec).
The second one we will have to modify it if or if to adapt it to our route, for example if we have it in the desktop with the folder name i-Legacy the route should be this way; C:\Users Iker i-Legacy
Final Result with this path of start-server.cmd
@echo off
echo Opening Server, Wellcome to i-Legacy...
timeout 2 > NUL
C:\dlls\FXServer.exe +exec E:\FiveM\i-Legacy\i-Legacy\server.cfg +set onesync on 1
Ad
Installing the SQL
We must import the sql to our sql manager, in my case, HeidiSQL, in our "database" folder we have the 2 versions of the sql that I have created, an English version and a Spanish version for the jobs and grades.

We will simply open Heidi and copy all the content of the sql we want to import, go to the queries tab and make the complete query, refresh Heidi or restart it and we will see how a new table called "es_extended" has been created, once we have that everything will be correct.


Last updated