Добро пожаловать на RAGE MULTIPLAYER

Собирайтесь с другими игроками, создавайте собственный сервер, формируйте сообщество или придумывайте новый игровой режим. В RAGE Multiplayer вас ждут бесконечные возможности и непревзойденный контроль. Пусть ваше воображение станет вашим единственным пределом.

Иконка ресурса

JS GM Слив Onyx_V2 by Yakudza 2024-02-29

Нет прав для скачивания
иконок тож нет.
 
is it still working?

are there any instructions to set itup ? if its still working
 
can anyone make an complete video how to set itup? @Appi can u look into it? buddy?
 
would u kindly, take out some time when on weekends or whenever ur free , to take a look on it and look forward to make an guide video about it? Thanks, buddy!
есть текстовая установка/настройка

Downloadable XAMPP, install XAMPP and run XAMPP (XAMPP in a nutshell: it's a full-fledged web server). / (Instructions for the cool guys)
https://www.apachefriends.org/ru/index.html

MySQL "Click the button" Start (MySQL should light up green).
Apache "Click the button" Start (Apache should light up green).
MySQL "Click the button" Admin (It will redirect you to your browser) "something like this" http://localhost/phpmyadmin/
Then enter the login and password (If you have one: ROFLMAO:).
Don't have one? Good, let's move on ;).

On the left menu, look for Create Database "Click the button" Create Database.
Create database
In the "Database name" field, write what your database is called (for example: onyx or server1) then select utf8mb4_general_ci, utf8mb4_unicode_ci or Collation "Click the button" Create.
You have created a database named (for example: onyx or server1).
Your Database ♥️ is on the left in the menu. Click on your database, whatever you named it, "clicked" Okay.
At the top there is a "Menu", look for the button Import "Click the button" Import "clicked" Okay.
Look for the button Choose File "Click the button" Choose File. Specify where your database file is located.
And then we set ❤️ Character set of the file: utf-8
Scroll all the way down.
"Click the button" Import and wait for it to load into our database.

Create and upload another database named (for example: onyx_logs or server1_logs).

What the database looks like (its extension) / (Instructions for the cool guys)
onyx.sql
onyx_logs.sql
server1.sql
server1_logs.sql


Connecting to the database for the Onyx_RP server / (Instructions for the cool guys).
Go to the Onyx_RP server folder. Look for the file mysql.json. Open the file mysql.json (right-click the mouse, select Notepad++) "I open the file with Notepad++".
Edit the File mysql.json

json

{
"host": "localhost", ↚ Change to yours
"db_user": "root", ↚ Change to yours
"password": " ", ↚ Change to your Password. If you have one :ROFLMAO:
"database": "onyx", ↚ Change to yours
"type": "mariadb",
"port": 3306,

"logs_host": "localhost", ↚ Change to yours
"logs_db_user": "root", ↚ Change to yours
"logs_password": " ", ↚ Change to your Password. If you have one :ROFLMAO:
"logs_database": "onyx_logs", ↚ Change to yours
"logs_type": "mariadb",
"logs_port": 3306
}
You've edited the mysql.json file, close it and save.

Moving on ;).


On your server, there is a folder called packages, go in ;)
And in this folder, there is another folder called server, go in :ROFLMAO:
Look for the file index.js and open it. "I open the file with Notepad++"

Press CTRL + F (this brings up the search).
Copy database → Paste it into the search and click Find Next .:cool:
Find these lines and edit them

javascript

"host": "localhost", ↚ Change to yours
"db_user": "root", ↚ Change to yours
"password": " ", ↚ Change to your Password. If you have one :ROFLMAO:
"database": "onyx", ↚ Change to yours
"type": "mariadb",
"port": 3306,
"logs_host": "localhost", ↚ Change to yours
"logs_db_user": "root", ↚ Change to yours
"logs_password": " ", ↚ Change to your Password. If you have one :cry:
"logs_database": "onyx_logs", ↚ Change to yours
"logs_type": "mariadb",
"logs_port": 3306
You've edited the index.js file, close it and save.:sleep:


Launching the Onyx RP server: (Instructions for the cool guys)
Download - nvm-windows and install it. https://github.com/coreybutler/nvm-windows/releases
We are looking for a folder on the Onyx RP server (this folder is called) src (go into the src folder) and open the command line (SHIFT + RMB ↚ ⭐ ↚ "More details" look for the SHIFT key on your keyboard and press SHIFT + Right Mouse Button ⭐ in an empty space in the src folder - then click on PowerShell).
Copy → nvm install 12.22.12 paste into the command line (PowerShell) → nvm install 12.22.12 and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → nvm use 12.22.12 paste into the command line (PowerShell) → nvm use 12.22.12 and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm install paste into the command line (PowerShell) → npm install and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:cef paste into the command line (PowerShell) → npm run build:cef and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:client paste into the command line (PowerShell) → npm run build:client and press Enter on your keyboard and wait for it to install.
Voila, the installation is complete, you can start the server, the file - ragemp-server.exe.
 
there is a text installation/setup
all steps completed only last step where
Copy → npm install paste into the command line (PowerShell) → npm install and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:cef paste into the command line (PowerShell) → npm run build:cef and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:client paste into the command line (PowerShell) → npm run build:client and press Enter on your keyboard and wait for it to install.
Voila, the installation is complete, you can start the server, the file - ragemp-server.exe.

this area is giving error whenever put npm install on powershell exactly following all step, can u take an moment an solve it, and can u tell how to turn it into EN only?
Thanks!, buddy!
 

Вложения

  • Screenshot 2025-10-01 002106.png
    Screenshot 2025-10-01 002106.png
    21,2 КБ · Просмотры: 15
all steps completed only last step where
Copy → npm install paste into the command line (PowerShell) → npm install and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:cef paste into the command line (PowerShell) → npm run build:cef and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:client paste into the command line (PowerShell) → npm run build:client and press Enter on your keyboard and wait for it to install.
Voila, the installation is complete, you can start the server, the file - ragemp-server.exe.

this area is giving error whenever put npm install on powershell exactly following all step, can u take an moment an solve it, and can u tell how to turn it into EN only?
Thanks!, buddy!
@Appi, would you look into this? buddy?
 
Так себе сборка после этого Газова скамера ее еще брать. Кринж
 
all steps completed only last step where
Copy → npm install paste into the command line (PowerShell) → npm install and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:cef paste into the command line (PowerShell) → npm run build:cef and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:client paste into the command line (PowerShell) → npm run build:client and press Enter on your keyboard and wait for it to install.
Voila, the installation is complete, you can start the server, the file - ragemp-server.exe.

this area is giving error whenever put npm install on powershell exactly following all step, can u take an moment an solve it, and can u tell how to turn it into EN only?
Thanks!, buddy!
@Appi Buddy, when you are free or get some time then kindly can you check the issue? have troed to contact the other guy but didnt respond. Thanks
 
что он требует, не могу скачать, какие сообщения еще
 
@Appi buddy, it would be helpful if you look into it, and solve it.
all steps completed only last step where
Copy → npm install paste into the command line (PowerShell) → npm install and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:cef paste into the command line (PowerShell) → npm run build:cef and press Enter on your keyboard and wait for it to install.
It's installed, next let's go copy.
Copy → npm run build:client paste into the command line (PowerShell) → npm run build:client and press Enter on your keyboard and wait for it to install.
Voila, the installation is complete, you can start the server, the file - ragemp-server.exe.

this area is giving error whenever put npm install on powershell exactly following all step, can u take an moment an solve it, and can u tell how to turn it into EN only?
Thanks!, buddy!
 
dlc паки недоступны по ссылке
 
Назад
Верх