Theme editor

Shadow RP

luke.lopez

Member
Joined
Feb 27, 2025
Messages
6
Reaction score
0
Points
0
Credits
83
Thread owner
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.
 
Thread owner
go to -dotnet-resources-NeptuneEvo.sln
you need to have expris with codeing and you need vs
 
this gamemode is decent good , but have lot of bugs , have run this gamemode , worked it , when i fix one another bug comes , if u are very good dev u can fix it :)
 
Back
Top Bottom