- UID
- 3 155
- Активность
- Офлайн
- Регистрация
- 04.07.2025
- Сообщения
- 20
- Розыгрыши
- 0
- Реакции
- 795
- Баллы
- 88
- 💰 RC
- 89
иконок тож нет.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Собирайтесь с другими игроками, создавайте собственный сервер, формируйте сообщество или придумывайте новый игровой режим. В RAGE Multiplayer вас ждут бесконечные возможности и непревзойденный контроль. Пусть ваше воображение станет вашим единственным пределом.
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!It's not possible on weekdays because I work
есть текстовая установка/настройка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 Databaseis 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 setCharacter 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
"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
"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
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 .
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
"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
"logs_database": "onyx_logs", ↚ Change to yours
"logs_type": "mariadb",
"logs_port": 3306
You've edited the index.js file, close it and save.
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.
all steps completed only last step wherethere is a text installation/setup
@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!
can u send someone who can take care of it if you are busy? ThanksUnfortunately, I'm at work on weekdays, and my only day off is Sunday. If I have time, I'll definitely watch it.
@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. Thanksall 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!
Сообщения на форумечто он требует, не могу скачать, какие сообщения еще
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 паки недоступны по ссылке