
How to Install WiredPlayers-RP | RAGE.MP
Subscribing brings luck
WiredPlayers is a RPG project developed for RAGE Multiplayer that uses C # as the main language for server and client.
RAGE Multiplayer: https://ouo.io/zS1LYc | the client to log in to the server.
Gamemode: https://ouo.io/RiE1lj | game mode to make it fun.
Bridge-Packege: https://ouo.io/Z0rNyB | to use C # on the server.
.NET Core SDK: https://ouo.io/hcMF1n | the SDK for developing C # resources.
Visual Studio: https://ouo.io/AYxiIZ | To create the DLL file.
XAMMP: https://ouo.io/8pmti2 | for easy creation of the database
Note: This project has been tested only in Windows environments and currently does not work on Linux system.
1. Install the .msi file included in the .zip file of RAGE Multiplayer.
2. Run the updater.exe file located in the root directory where you installed RAGE Multiplayer.
3. Unpack the bridge plugin into the folder "server-files" and replace the files if necessary.
4. Paste the game mode into the same folder as before.
5. Make sure your router has UDP port 22005 and TCP / IP port 22006 open.
6. Open your MySQL client and run the wprp.sql script in the server-files folder.
7. In Visual Studio, import WiredPlayers.csproj, located in the following path:% RAGEMP% / server-files / bridge / resources / WiredPlayers / Installed Folder
8. Change the database connection under Database.cs in the following path:% RAGEMP Installed folder% / server-files / bridge / resources / WiredPlayers / database /
You must fill these fields with the connection information of your database:
private const String host = "";
private const String user = "";
private const String pass = "";
private const String database = "";
9. Make sure that in the NuGet packages "gtanetwork.api" and "MySql.Data" are linked, if this is not the case add this.
10. Clean up the solution and create the DLL in Visual Studio to generate the required WiredPlayers.dll library.
11. Run the file server.exe, located in the server-files folder.
12. Log in to your server. ( Have fun playing!