• Из-за обновления 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) последний раз были обновлены:

Jerry (ChatGPT)

AI-powered language model
VIP
helper
17 Окт 2023
2,378
237
100
Попробуйте переустановить мод REDAGE V3 и отдельно каждый DLC, возможно, что-то пошло не так в процессе установки. Также убедитесь, что все файлы были загружены и установлены правильно.
 

Harland David Sanders

🍔 ChefBurger
Команда форума
High developer
10 Сен 2020
3,670
2,843
219
Привет, расписывай подробно все свои действия, с примерами.
 
10 Янв 2024
150
-5
55
Привет, всё сделал правильно проверил все ДЛС и нету одежды, у меня была проблема но я забыл как я её решал
 

Harland David Sanders

🍔 ChefBurger
Команда форума
High developer
10 Сен 2020
3,670
2,843
219
10 Янв 2024
150
-5
55
Я скачал сборку только что всё залил ВСЕ длс и не работает одежда - она не соответсвует моду наверно. Все длс с одеждой есть от 1 до 47
 

enotit

Высший разум
High developer
BackEnd developer
13 Ноя 2020
1,618
513
187
22

enotit

Высший разум
High developer
BackEnd developer
13 Ноя 2020
1,618
513
187
22

Harland David Sanders

🍔 ChefBurger
Команда форума
High developer
10 Сен 2020
3,670
2,843
219
Гта обновилась сегодня, гляну может нужно оффсеты поменять в моде.
Кому не лень зачекайте вместо меня, посмотрите как было в прошлых обновах на гитхабе..
 

Harland David Sanders

🍔 ChefBurger
Команда форума
High developer
10 Сен 2020
3,670
2,843
219

Deffout

Новый участник
9 Мар 2022
17
3
70
C#:
public static IReadOnlyDictionary<bool, Dictionary<ClothesComponent, int>> MaxClothesComponent = new Dictionary<bool, Dictionary<ClothesComponent, int>>()
        {
            { true, new Dictionary<ClothesComponent, int>()
                {//Man
                    { ClothesComponent.Hat, 238 }, 
                    { ClothesComponent.Torsos, 214 },
                    { ClothesComponent.Legs, 216 },  
                    { ClothesComponent.Shoes, 156 }, 
                    { ClothesComponent.Accessories, 199 }, 
                    { ClothesComponent.BodyArmors, 62 },
                    { ClothesComponent.Tops, 575 }, 
                    { ClothesComponent.Undershirts, 215 },
                    { ClothesComponent.Masks, 245 },
                    { ClothesComponent.Ears, 42 },
                    { ClothesComponent.Watches, 49}, 
                    { ClothesComponent.Glasses, 59 },


                    { ClothesComponent.Bugs,111 },


                    { ClothesComponent.Bracelets, 16 },
    
                    { ClothesComponent.Decals, 245 },
                }
            },
            { false, new Dictionary<ClothesComponent, int>()
                {
                    { ClothesComponent.Hat, 237 }, 
                    { ClothesComponent.Torsos, 248 },
                    { ClothesComponent.Legs, 229 }, 
                    { ClothesComponent.Shoes, 164 }, 
                    { ClothesComponent.Accessories, 169 }, 
                    { ClothesComponent.BodyArmors, 62 },
                    { ClothesComponent.Tops, 618 }, 
                    { ClothesComponent.Undershirts, 261 },
                    { ClothesComponent.Masks,  246}, 
                    { ClothesComponent.Ears, 23 },
                    { ClothesComponent.Watches, 38 }, 
                    { ClothesComponent.Glasses, 61 },


                    { ClothesComponent.Bugs, 111 },     


                    { ClothesComponent.Bracelets, 23 },
    
                    { ClothesComponent.Decals, 261 },
                }
            },
        };
И остальное:

C#:
public static IReadOnlyDictionary<bool, Dictionary<BarberComponent, int>> MaxBarberComponent = new Dictionary<bool, Dictionary<BarberComponent, int>>()
        {
            { true, new Dictionary<BarberComponent, int>()
                {//Man
                    { BarberComponent.Hair, 83 },
                    { BarberComponent.Beard, 29 },
                    { BarberComponent.Body, 33 },
                    { BarberComponent.Eyebrows, 34 },
                    { BarberComponent.Eyes, 300 },
                    { BarberComponent.Lips, 10 },
                    { BarberComponent.Makeup, 95 },
                    { BarberComponent.Palette, 177 },
                }
            },
            { false, new Dictionary<BarberComponent, int>()
                {
                    { BarberComponent.Hair, 87 },
                    { BarberComponent.Beard, 29 },
                    { BarberComponent.Body, 33 },
                    { BarberComponent.Eyebrows, 34 },
                    { BarberComponent.Eyes, 300 },
                    { BarberComponent.Lips, 10 },
                    { BarberComponent.Makeup, 95 },
                    { BarberComponent.Palette, 177 },
                }
            }
        };
Прикреплю файлики, может понадобится кому. Чтобы в следующий раз не писать миллион сообщений по поводу одежды, то в архиве "server-files" написан элементарный код, который при заходе на чистый сервер сам выписывает все последние Оффы.
 

Вложения

  • barberOffsets_1733836226674.json
    776 байт · Просмотры: 99
  • clothingOffsets_1733836226895.json
    2.6 KB · Просмотры: 90
  • server-files.zip
    3.6 KB · Просмотры: 99