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
Вопрос крайне тупой, но никак не могу допереть. Как добавить два и более объектов в мод? С одним предметом все получается, а вот как правильно написать, чтобы и последующие паковались. Заранее спасибо за ответ. Вот пример, который у меня работает с одним объектом:
class CfgPatches
{
class Test
{
author="Sour";
units[]={};
weapons[]={};
requiredAddons[]={"DZ_Data","ChernobylZoneTextures"};
};
};
class CfgVehicles
{
class HouseNoDestruct;
class land_sarcofag_1_1: HouseNoDestruct
{
scope=1;
model="Test\sarcofag_1_1.p3d";
};
};
Share this post
Link to post
Share on other sites