Jump to content
Sign in to follow this  
Prodeath21

Problems with ladder class config

Recommended Posts

Hey,

I am currently working on an Arma object and now want to implement the ladder function on to the model. But it´s not working and I don´t know why. Tryed out several things, but still not working... I also surched for a thread about it but could not fined one.

 

Here´s my object class

class Static;
class Pro21_Autobahnschild : Static
{
	author = "Prodeath21";
	displayName = "$STR_Pro21_autobahnschild";
	scope=2;
	model = "\Pro21_Autobahnschild\autobahnschild\autobahnschild.p3d";
	//icon = "\Pro21_Autobahnschild\autobahnschild\icons\autobahnschild.paa";
	editorCategory="Pro21_Addon";
	editorSubcategory="Pro21_Objects";
	//editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\I_Boat_Transport_01_F.jpg";
	
	//picture = "\Pro21_Autobahnschild\autobahnschild\icons\autobahnschild.paa";
	//vehicleClass = "";
	
	ladders[]=
	{	
	
		{
			"Ladder_1_start",
			"Ladder_1_end",
			2.5,
			"Ladder_1_action"
		}
	};
};

 

I configured:

Ladder_1_start -> Memory LOD -> at the start of the ladder

Ladder_1_end -> Memory LOD -> at the end of the ladder

Ladder_1_action -> Geometry LOD -> geometry selection of the ladder

 

I looked it up here:

https://community.bistudio.com/wiki/CfgVehicles_Config_Reference#ladders

 

But the player option to climbe is still not showing up ingame..

Am I missing something? Pls Help

 

Thanks in advance.

 

Transfered to other section --> https://forums.bohemia.net/forums/topic/231663-problems-with-ladder-class-config/

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×