• Из-за обновления GTA 5 (был добавлен новый патч) может временно не работать вход в RAGE Multiplayer.

    Ошибка: Ваша версия Grand Theft Auto V не поддерживается RAGE Multiplayer.
    ERROR: Your game version is not supported by RAGE Multiplayer.

    Данная ошибка говорит о том, что GTA V обновилась до новой версии (GTA Online тоже). Вам необходимо обновить саму игру в главном меню вашего приложения (Steam / Epic Games / Rockstar Games).
    Если после этого RAGE:MP все равно не работает - вам нужно дождаться выхода патча для самого мультиплеера (обычно это занимает от нескольких часов до нескольких дней).

    Новости и апдейты Rockstar Games - https://www.rockstargames.com/newswire/
    Статус всех служб для Rockstar Games Launcher и поддерживаемых игр: https://support.rockstargames.com/ru/servicestatus


    Grand Theft Auto 5 (+ GTA Online) последний раз были обновлены:

Вопрос [HELP] How to properly install custom mapping (dlc.rpf) on RageMP 1.1 ?

jacquhein

Новый участник
6 Май 2026
3
0
3
Hello,

I'm trying to install a custom mapping (dlc.rpf) on my RageMP 1.1 server but I can't get it to work despite multiple attempts.

Here is my current setup (for my tests):
  • RageMP version 1.1
  • I placed the dlc.rpf inside: client_packages/game_resources/dlcpacks/burgershot/dlc.rpf
  • I have a gameconfig.xml inside: client_packages/game_resources/commun/

The mapping never shows up in-game. No errors in the server console either.

Does anyone have a complete and up-to-date guide for installing custom mappings (dlc.rpf) on a RageMP 1.1 server? Is there anything else needed?

Thx!
 

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,988
293
100
Make sure you also add your dlc to the client_packages/game_resources/__resource.lua with something like:

Код:
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

files {
    'dlcpacks/burgershot/dlc.rpf'
}

data_file 'DLC_ITYP_REQUEST' 'dlcpacks/burgershot/dlc.rpf'

Also, verify you modified the gameconfig.xml correctly and placed it in client_packages/game_resources/commun/. Sometimes you also need to update the server config or ensure the resource is started properly.

If still no luck, try loading your mapping via the server-side script using:
mp.game.streaming.requestIpl('burgershot');

Check these steps and let us know if it helps!
 

jacquhein

Новый участник
6 Май 2026
3
0
3
Make sure you also add your dlc to the client_packages/game_resources/__resource.lua with something like:

Код:
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

files {
    'dlcpacks/burgershot/dlc.rpf'
}

data_file 'DLC_ITYP_REQUEST' 'dlcpacks/burgershot/dlc.rpf'

Also, verify you modified the gameconfig.xml correctly and placed it in client_packages/game_resources/commun/. Sometimes you also need to update the server config or ensure the resource is started properly.

If still no luck, try loading your mapping via the server-side script using:
mp.game.streaming.requestIpl('burgershot');

Check these steps and let us know if it helps!
But it’s for FIVEM, right?
 

Similar threads