Перейти к публикации
Поиск в
  • Дополнительно...
Искать результаты, содержащие...
Искать результаты в...
  • Нужна помощь?

    Создайте тему в соответствующем разделе
    Не нужно писать всё в чат!
  • Загляните на торговую площадку

    Там вы можете купить
    всё что касается игровых серверов
  • Не хотите бан?

    Пожалуйста, ознакомьтесь с нашими правилами
    Не нарушайте порядок!
  • Продаёте или покупаете?

    Пользуйтесь услугами гаранта
    Мы сделаем вашу сделку безопасной
Yuki

Настройка модовых types.

Рекомендованные сообщения

@paranoyk 

В  cfgeconomycore.xml прописано вот так.

<ce folder="BMW">
        <file name="cfgeventspawns.xml" type="eventposdef"/>
        <file name="cfgspawnabletypes.xml" type="spawnabletypes"/>
        <file name="events.xml" type="events"/>
        <file name="types.xml" type="types"/>
    </ce>

 

Я хотел сделать только что бы одна машина появлялась и одного типа. Чёрная BMW.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах



Понятно,приеду домой проверим,но что то уже говорит об ошибке подключения. Кстати где папка БМВ лежит?

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@paranoyk Папка лежит в D:\Projects\Steam\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Мдя, через телефон то и не заметил...
Обращаемся к https://community.bistudio.com/wiki/DayZ:Central_Economy_mission_files_modding ,а не ютубу.
И тупо видим что НЕТ обращения <file name="cfgeventspawns.xml" type="eventposdef"/>.
В этом и затык.
Создаём файл в папке BMW -"bmw_events.xml"
 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
	<event name="VehicleBMW_525i_E34">
		<nominal>1</nominal>
		<min>0</min>
		<max>0</max>
		<lifetime>14400</lifetime>
		<restock>0</restock>
		<saferadius>1000</saferadius>
		<distanceradius>100</distanceradius>
		<cleanupradius>200</cleanupradius>
		<flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
		<position>fixed</position>
		<limit>child</limit>
		<active>1</active>
		<children>
			<child lootmax="0" lootmin="0" max="0" min="1" type="CrSk_BMW_525i_E34"/>
			<child lootmax="0" lootmin="0" max="0" min="0" type="CrSk_BMW_525i_E34_Red"/>
			<child lootmax="0" lootmin="0" max="0" min="1" type="CrSk_BMW_525i_E34_Black"/>
			<child lootmax="0" lootmin="0" max="0" min="0" type="CrSk_BMW_525i_E34_Beater"/>
			<child lootmax="0" lootmin="0" max="0" min="0" type="CrSk_BMW_525i_E34_Purple"/>
		</children>
	</event>
</events>

Создаём файл "BMWcfgspawnabletypes.xml"
 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<spawnabletypes>
	<type name="CrSk_BMW_525i_E34">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.20" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik" chance="0.30" />
        </attachments>
	</type>
	<type name="CrSk_BMW_525i_E34_Red">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style16" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style16" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style16" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style16" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style16" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.20" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2_red" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2_red" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1_red" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1_red" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot_red" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik_red" chance="0.30" />
        </attachments>
	</type>
	<type name="CrSk_BMW_525i_E34_Black">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.80" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.80" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2_black" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2_black" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1_black" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1_black" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot_black" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik_black" chance="0.50" />
        </attachments>
	</type>
	<type name="CrSk_BMW_525i_E34_Beater">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style21" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style21" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style21" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style21" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style21" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.20" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2_beater" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2_beater" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1_beater" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1_beater" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot_beater" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik_beater" chance="0.30" />
        </attachments>
	</type>
	<type name="CrSk_BMW_525i_E34_Purple">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style37" chance="0.50" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style37" chance="0.60" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style37" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style37" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style37" chance="0.40" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.20" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.10" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2_Purple" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2_Purple" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1_Purple" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1_Purple" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot_Purple" chance="0.30" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik_Purple" chance="0.30" />
        </attachments>
	</type>
</spawnabletypes>

Создаём файл "BMWtypes.xml"
 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<types>
	<type name="CrSk_BMW_525i_E34">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Red">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Black">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Beater">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Purple">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
    
	<type name="BMWE34_kapot">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_bagazhnik">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_1_1">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_1">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_dver_1_2">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_2">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	
	<type name="BMWE34_kapot_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_1_1_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_1_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_dver_1_2_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_2_red">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	
	<type name="BMWE34_kapot_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_bagazhnik_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_1_1_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_1_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_dver_1_2_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_2_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	
	<type name="BMWE34_kapot_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_bagazhnik_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_1_1_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_1_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_dver_1_2_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_2_beater">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	
	<type name="BMWE34_kapot_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_bagazhnik_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_1_1_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_1_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_dver_1_2_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
    <type name="BMWE34_dver_2_2_Purple">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	
	<type name="BMWE34_koleso_style5">
        <nominal>12</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_koleso_style5_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
	
    <type name="BMWE34_koleso_style16">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_koleso_style16_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
	
    <type name="BMWE34_koleso_style21">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_koleso_style21_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    
    <type name="BMWE34_koleso_style37">
        <nominal>0</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>
	<type name="BMWE34_koleso_style37_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
</types>

В родной файл "cfgeventspawns.xml" вставляем
 

	<event name="VehicleBMW_525i_E34"> 
        <pos x="6320.402344" z="2590.048096" a="9.269621" /> 
        <pos x="5764.929199" z="2344.876221" a="51.603233" /> 
        <pos x="868.065674" z="1961.984985" a="6.007859" /> 
        <pos x="266.678436" z="3777.916504" a="63.798206" /> 
        <pos x="402.847137" z="4719.094238" a="144.979202" /> 
        <pos x="698.552734" z="5654.558105" a="140.648422" /> 
        <pos x="1209.831421" z="9991.514648" a="341.388031" /> 
        <pos x="4983.755371" z="12771.129883" a="168.513580" /> 
        <pos x="6789.576172" z="12559.778320" a="140.213028" /> 
        <pos x="8597.815430" z="12723.086914" a="103.951180" /> 
        <pos x="4145.545898" z="2762.604004" a="0" /> 
        <pos x="4139.986816" z="2832.215332" a="0" /> 
        <pos x="11546.044922" z="6616.039063" a="69.600555" /> 
        <pos x="10024.786133" z="5512.799805" a="255.566742" /> 
        <pos x="10024.850586" z="2109.746338" a="8.621404" /> 
        <pos x="8389.342773" z="4952.984863" a="140.017426" /> 
        <pos x="6537.136230" z="6100.118652" a="322.032776" />
        <pos x="6054.903809" z="7804.946777" a="300.954529" />
        <pos x="3913.718994" z="8831.187500" a="311.216583" />  
        <pos x="5857.565918" z="11512.042969" a="242.016006" /> 
    </event>

В  cfgeconomycore.xml прописЪваем

	<ce folder="BMW">
        <file name="BMWcfgspawnabletypes.xml" type="spawnabletypes"/>
        <file name="BMWevents.xml" type="events"/>
        <file name="BMWtypes.xml" type="types"/>
    </ce>

Делаем полный вайп (или если умеете вайп ивента).
Проверяем.....
Можете опять таки разбить ивент по каждой машине и переписать точки спавна,как в орегенальном моде. Так же прошу обратить внимание,что стёр спавн частей другого цвета.(хотя они и так спавнится не будут из-за ошибки в ванильных файлах игры,ибо увас же не спавнятся в гаражах двери и капоты для ванильных машин. Как исправить-сравните категорию частей в тайпс и mapgroupproto.xml)

ПыСы(имхо,удобней создать папку "Mods" и в ней уже "BMW")

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@paranoyk Огромная благодарочка, Все конфиги перенастроил как мне нужно было и всё получилось даже без вайпа. Теперь проблема в том как за спавнить детали для авто. Я нашёл в mapgroupproto.xml косяк, там не совпадает категория vehicleparts заменил строки на vehiclesparts и ошибка ушла с консоли, но дели так и не появились. Оббежал всё Черно и Новосёлки и от BMW не чего не нашёл)))

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

....вайп или (если умеете вайп тайпса и ивента)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах
10 минут назад, Troy1 сказал:

@paranoyk Теперь проблема в том как за спавнить детали для авто.

cfgspawnabletypes моддить надо, тип как пример

<economycore>
 
  <!-- existing contents of economy core xml -->
 
  <ce folder="foldername">
    <file name="my_spawnabletypes.xml" type="spawnabletypes" />
  </ce>
</economycore>

и в сам файл заполняем по примерно такому типу

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<spawnabletypes>
	<damage min="0.3" max="0.7" />
	
	<type name="Sedan_02_Grey">
		<attachments chance="1.00">
			<item name="Sedan_02_Wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Wheel" chance="0.80" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="0.60" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="0.40" />
		</attachments>
		<attachments chance="1.00">
			<item name="sedan_02_Door_1_1_Grey" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Door_1_2_Grey" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Door_2_1_Grey" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Door_2_2_Grey" chance="0.30" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Hood_Grey" chance="0.20" />
		</attachments>
		<attachments chance="1.00">
			<item name="Sedan_02_Trunk_Grey" chance="0.20" />
		</attachments>
	</type>
</spawnabletypes>

это ж детали и все что внутрь кладется

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@123new Я про детали для авто в гараже и в сараях имею введу. На тачку обвесы я уже сделал.unknown.png.5a20f8d38dac0d0cbcd9c6676087e323.png

@123new 

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<spawnabletypes>
	<type name="CrSk_BMW_525i_E34_Black">
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_koleso_style5" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarRadiator" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="CarBattery" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="SparkPlug" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="HeadlightH7" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_2_black" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_2_black" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_1_1_black" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_dver_2_1_black" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_kapot_black" chance="1" />
        </attachments>
		<attachments chance="1.00">
			<item name="BMWE34_bagazhnik_black" chance="1" />
        </attachments>
	</type>
</spawnabletypes>

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@123new ....спавнить на карте,на самом авто они прикрепляются.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Я хочу сделать так что бы по одной машине BMW и GM65 ( Гелик ) спавнились на карте а остальные версии машин у трейдера продавались. Но к этому всему хотелось бы что бы все детали от этих тачек спавнились на карте в гарашках и разных сараях.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах
13 минут назад, Troy1 сказал:

Я хочу сделать так что бы по одной машине BMW и GM65 ( Гелик ) спавнились на карте а остальные версии машин у трейдера продавались. Но к этому всему хотелось бы что бы все детали от этих тачек спавнились на карте в гарашках и разных сараях.

делаешь эвент со значениями мин и номинал 1, макс 0, и вуаля, спавн на карте готов.

делаешь тайпс со спавном в здания нужных делалей, и вуаля, спавн на карте деталей готов.

Как бы ничего хитро сложного, смысл все тот же остается. Те же файлы выполняют те же функции. Разница лишь в том, что ты выносишь свои изменения в другой файл, который подключаешь. А сами файлы те же функции будут выполнять.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@123new А кординаты? Или по котигориям спавн будет? 

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Изменено пользователем Troy1 (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах
1 час назад, Troy1 сказал:

@123new А кординаты? Или по котигориям спавн будет? 

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

по категориям зданий, которым эти категории уже просвоены, насколько знаю.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

.....

13 часов назад, 123new сказал:

это ж детали и все что внутрь кладется

Именно, но НЕ на карте. Для спавна на карте изменять файл "аттачментов" не нужно.
Счас опишу проблему что бы понятно было, с чем человек столкнулся.
До сих пор ,как указал,есть ошибка в том что различаются классы запчастей. Но у меня сомнения что это ошибка, ибо если это исправить, то прекращается спавн дверей и прочего на брошенных авто, ибо все они "улетают" в сараи и прочее. Что делать-увеличивать их колличество или отдельно прописывать ржавые на брошенные,а целые на обьекты..., но в связи с тем что "суперпупер" моды на авто не имеют таких "простых и ни кому не нужных" деталей...это решение для ванили. Есть и другие способы как то исправить это, но как говорят в соседней палате "каждый выбирает свои таблетки".
 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Короче разобрался как спавнить запчасти для модовых тачек. 
Для начало исправляем ошибку в файле mapgroupproto.xml

Открываем файл mapgroupproto.xml и находим строки с категорией <category name="vehicleparts"/> меняем все строки <category name="vehicleparts"/> на <category name="vehiclesparts"/>.

Далее в модовом или в Ванильном файле Types в вашем классе в самом низу прописываем категории. 
<category name="vehiclesparts"/>
 <category name="tools"/>

<tag name="shelves"/>
<tag name="floor"/>
<usage name="Industrial"/>
<usage name="Farm"/>

Должно получится вот так:

<type name="BMWE34_kapot_red">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
		<category name="tools"/>
        <tag name="shelves"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>

С категориями можно играться и смотреть что где будет появляться.unknown.png.08336f35cc889e46fcce74e90ea2381c.png

Изменено пользователем Troy1 (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

 Поиграйтесь,поиграйтесь....Но то что сами дошли-уже уважение.

 


 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@paranoyk Можете подсказать? Я сделал конфиги в тайпс и даже заморочился и разделил по категориям. Прикол в том что колёса спавнятся а капоты и двери нет. в чём может быть проблема? Категории брал и родного тайпса и вставлял в свой тайпс. Пол карты оббежал и не хрена кроме колёс не нашёл)))

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<types>
	<type name="CrSk_BMW_525i_E34_Red">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Black">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	<type name="CrSk_BMW_525i_E34_Purple">
		<nominal>0</nominal>
		<lifetime>3888000</lifetime>
		<restock>0</restock>
		<min>0</min>
		<quantmin>-1</quantmin>
		<quantmax>-1</quantmax>
		<cost>100</cost>
		<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
	</type>
	
	<type name="BMWE34_kapot_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
    <type name="BMWE34_dver_1_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_1_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_kapot_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_bagazhnik_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
    <type name="BMWE34_dver_1_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_1_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_kapot_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_kapot_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_bagazhnik_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
    <type name="BMWE34_dver_1_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_1_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_1_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_1_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_dver_2_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_dver_2_2_Purple">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
	<type name="BMWE34_koleso_style5">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style5">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style5">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style5">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_koleso_style5_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
	
	<type name="BMWE34_koleso_style16">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style16">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style16">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style16">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_koleso_style16_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
	
	<type name="BMWE34_koleso_style21">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style21">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style21">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style21">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_koleso_style21_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    
    <type name="BMWE34_koleso_style37">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style37">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style37">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
    <type name="BMWE34_koleso_style37">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_koleso_style37_Ruined">
    <lifetime>1800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
</types>

 

Изменено пользователем Troy1 (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Одна и та же вещь не может иметь раздельные категории!
 

	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="shelves"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <usage name="Industrial"/>
    </type>
	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <usage name="Industrial"/>
    </type>
	
    

АРХИ неверно.

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@paranoyk Вот так тогда можно сделать? 

	<type name="BMWE34_bagazhnik_red">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <category name="vehiclesparts"/>
        <tag name="shelves"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Вы видите хоть у одного предмета ДВЕ категории?Оставте  что то одно.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

@paranoyk Сейчас по пробую вот такой варик 
<category name="tools"/>
<tag name="floor"/>
<usage name="Industrial"/>

Если появится то будет гуд и я сразу напишу.

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

В общем добился нужного результата.

Что бы спавнить запчасти от модовых тачек в сараях. Нужна категория Tools

Вот пример.
 

<type name="BMWE34_bagazhnik_black">
        <nominal>40</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>18</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="tools"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
    </type>

Что бы спавнить колёса от модовых тачек в разбитых машинах, просто меняем категорию с Tools на vehiclesparts

Вот пример.

<type name="BMWE34_koleso_shtamp_black">
        <nominal>8</nominal>
        <lifetime>2700</lifetime>
        <restock>0</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="vehiclesparts"/>
        <tag name="floor"/>
        <usage name="Industrial"/>
		<usage name="Farm"/>
    </type>

Если нужно настроить спавн деталей и колёса от модовых тачек в других местах, например в зданиях. то нужно подбирать категорию.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

Изменено пользователем Troy1 (история изменений)

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах
18 минут назад, Troy1 сказал:

Что бы спавнить запчасти от модовых тачек в сараях. Нужна категория Tools

НЕ обязательно.
 

 

19 минут назад, Troy1 сказал:

Что бы спавнить колёса от модовых тачек в разбитых машинах, просто меняем категорию с Tools на vehiclesparts

НЕ обязательно
 

 

19 минут назад, Troy1 сказал:

Если нужно настроить спавн деталей и колёса от модовых тачек в других местах, например в зданиях. то нужно подбирать категорию.

Подбирать-не обязательно.

 

Поделиться сообщением


Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

×
×
  • Создать...

Важная информация

Используя этот сайт, вы автоматически обязуетесь соблюдать наши Правила и Политика конфиденциальности.
Чтобы сделать этот веб-сайт лучше, мы разместили cookies на вашем устройстве. Вы можете изменить свои настройки cookies, в противном случае мы будем считать, что вы согласны с этим.