Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe



- 0
-
Our picks
Всем доброго времени суток!
Столкнулся с проблемой.
Недавно возникла идея попробовать сделать ретекстур вещи. Начал с простого - с футболки. Пересмотрел кучу гайдов по ретекстурам как русскоязычных, так и зарубежных, но в каждом случае у меня возникает одна и та же проблема.
При нажатии кнопки "PACK", в аддон билдере у меня возникает следующая ошибка
"Process ended with non-zero code. Exit code: 1
!>
Done.
Build failed"
Что может быть не так? Config.cpp
Саму текстуру перевел в нужный формат, в билдере стоят все необходимые форматы файлов.
class CfgPatches { class Mod_Clothing { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = { "DZ_Data" }; }; }; class CfgVehicles { class TShirt_ColorBase; class TShirt_Adm: TShirt_ColorBase { scope=2; hiddenSelectionsTextures[]= { "ModName\ModClothing\textures\tshirt_adm_co.paa", "ModName\ModClothing\textures\tshirt_adm_co.paa", "ModName\ModClothing\textures\tshirt_adm_co.paa" }; }; };
Share this post
Link to post
Share on other sites