Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 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 servers
  • Don'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
zilon

Proxy Attachment не отображается

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

Видеогайды на ютубе не помогли американские.

Я DeODOL53 скачал, модель средней палатки разбинарил, и прокси прописал через Object Bilder в конфиге всё сделал, как в видео показано но не отображается прокси хоть ты тресни)

Остальное работает, более менее)

Помогите пожалуста :sadCat:

 

class CfgPatches
{
	class YaNeZnay
	{
		units[]=
		{
			"TentMedium_Packed",
			"TentMedium_Pitched"
		};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			"DZ_Characters", "DZ_Data", "DZ_Gear_Camping"
		};
	};
};

class CfgMods
{
	class CtoTytPisat
	{
		dir="VanilaTentsPlusPlus";
		name="VanilaTentsPlusPlus";
		type="mod";
		class defs
		{
			class imageSets
			{
				files[] =
				{
					
					//скоро
					//"VanilaTentsPlusPlus/gui/imagesets/VanilaTentsCIGhost.imageset",	
					//"VanilaTentsPlusPlus/gui/imagesets/VanilaTentsCIGhost.imageset",
					"VanilaTentsPlusPlus/gui/imagesets/VanilaTentsCIGhost.imageset"				
				};
			};
		};
	};
};

class CfgSlots
{ 
	
	//vanilatentsplusplus
	class Slot_Backpack1
	{
		name="Backpack1";
		displayName="ololololololo";
		ghostIcon = "set:backpacks image:backpacks1";
	};
	
	class Slot_Backpack2
	{
		name="Backpack2";
		displayName="trololoololo";
		ghostIcon = "set:backpacks image:backpacks2";
	};
	
};

class CfgVehicles
{

	class Inventory_Base;
	class Container_Base;
	class WorldContainer_Base;
	class HouseNoDestruct;
	class Static;
	class BaseBuildingBase: Inventory_Base
	{
	};
	class TentBase: Container_Base
	{
		destrType="DestructTent";
	};
	class MediumTent: TentBase
	{
		
//		itemsCargoSize[]={10,60};
		attachments[]=
		{
			"CamoNet",
			"Lights",
			"Backpack1",
			"Backpack2"			
		};
		class GUIInventoryAttachmentsProps
		{
			class Attachments
			{
				name="$STR_attachment_accessories";
				description="";
				attachmentSlots[]=
				{
					"CamoNet",
					"Lights",
					"Backpack1",
					"Backpack2"							
				};
				icon="set:dayz_inventory image:cat_fp_tents";
				view_index=1;
			};
		};		
	};

/*Рюкзаки*/

	class Clothing_Base;
	class Clothing: Clothing_Base{};
	class DryBag_ColorBase: Clothing{};
	class DryBag_Yellow: DryBag_ColorBase
	{
		inventorySlot[]=
		{
			"Back",
			"Backpack1",
			"Backpack2"				
		};
	};

};

	
/*ПРОКСИ*/

class CfgNonAIVehicles
{
	class ProxyAttachment;
	class Proxydrybag_g: ProxyAttachment
	{
		scope=2;
		model="\DZ\characters\backpacks\drybag_g.p3d";
		inventorySlot[]=
		{
			"Backpack1",
			"Backpack2"	
		};
	};
};

там файлы, модели и т.д. https://disk.yandex.ru/d/DFOgZT58dfMdxg

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

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

Edited by zilon (see edit history)

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.