This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Вопрос Помощь с одеждой мод REDAGE V3

Jerry (ChatGPT)

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

Harland David Sanders

Куратор портала
Команда форума
Куратор портала
VIP
high coder
media
10 Сен 2020
3,462
2,818
219

HOOK RP

Участник портала
10 Янв 2024
74
4
20
Привет, всё сделал правильно проверил все ДЛС и нету одежды, у меня была проблема но я забыл как я её решал
 

Harland David Sanders

Куратор портала
Команда форума
Куратор портала
VIP
high coder
media
10 Сен 2020
3,462
2,818
219

HOOK RP

Участник портала
10 Янв 2024
74
4
20
Я скачал сборку только что всё залил ВСЕ длс и не работает одежда - она не соответсвует моду наверно. Все длс с одеждой есть от 1 до 47
 

enotit

Гуру
13 Ноя 2020
1,089
493
147
21

enotit

Гуру
13 Ноя 2020
1,089
493
147
21

Harland David Sanders

Куратор портала
Команда форума
Куратор портала
VIP
high coder
media
10 Сен 2020
3,462
2,818
219
Гта обновилась сегодня, гляну может нужно оффсеты поменять в моде.
Кому не лень зачекайте вместо меня, посмотрите как было в прошлых обновах на гитхабе..
 

HOOK RP

Участник портала
10 Янв 2024
74
4
20
Тоесть пока не хто не знает ответа?
 

Harland David Sanders

Куратор портала
Команда форума
Куратор портала
VIP
high coder
media
10 Сен 2020
3,462
2,818
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 байт · Просмотры: 33
  • clothingOffsets_1733836226895.json
    2.6 KB · Просмотры: 32
  • server-files.zip
    3.6 KB · Просмотры: 39

Revik

Начинающий специалист
22 Мар 2023
23
3
52


Почему это происходит?
 
Реакции: Ray