• Consider VIP as an alternative for unlocking the whole board and not needing credits anymore as long as your VIP benefits endure. We have special offers today for any VIP plan only today starting at 6 euro a week ex trans fees.

Shadow RP (1 Viewer)

luke.lopez

Member
Feb 27, 2025
5
0
1
Credits
74
RAGE:MP Compatible


Donload https://drive.google.com/file/d/1qQSlOh0cEUbxnUISZZ82C7P9tx-qHprh/view?usp=sharing



The assembly went through the hands, resales, so keep it, maybe someone will need it.
  • The Shadow RP build, in principle, is not so much different fromso the installation is exactly the same.
  • There is no delay in opening the menu like on
  • The kit includes all DLC (interiors / cars / clothes) in the archive and are already registered, everything is ready for launch.
  • I can't say how fresh the version is, see for yourself.
  • If you have questions about the assembly, or find bugs, write to the topic.
How to install the server:
  1. Download the archive, unzip it anywhere (there should be no Russian characters on the way to the folder).
  2. Install a MySQL server (e.g. - MariaDB). Connect to localhost and create TWO databases:
    shadow and shadowlogs

  3. After creation, import the database dumps (db folder), shadow.sql files and shadowlogs.sql from the archive.

    1648912394016.png

    For convenient database management, use HeidiSQL or other similar SQL managers.

  4. After successful import, edit the data for connecting the server to the MySQL database, in the file:
    dotnet\resources\GameMode\GolemoSDK\MySQL.cs

    C#:
    private static string _dbHost = "127.0.0.1";
    private static string _dbUser = "root";
    private static string _dbPassword = "root";
    private static string _dbName = "shadow";
    private static string _dbSslMode = "None";
  5. The last step is to compile the project in Visual Studio:

    1648912457372.png
  6. If you did everything correctly and there were no errors during the installation process, you can start the server.

  7. We start the server by double-clicking on the ragemp-server.exe and when the launch is successful, we see something like this (there should be no errors):

    1.png


    If you have errors - read the DISCUSSIONS tab, many of them have been discussed and solutions have been found.
 

Users who are viewing this thread

Top