Jump to content
Sign in to follow this  
roguetrooper

Loadscreens for Hinds?

Recommended Posts

Does anyone know the names/locations of the loadscreens to be defined in description.ext for TOH: Hinds (and maybe those of TOH)?

Such as those from OA:

loadScreen = "\CA\Missions_e\campaign\missions\CE7A_FinishingTouch.Takistan\img\loading08_finishingtouch_co.paa";

For Operation Arrowhead there is a Adobe library, but not for Arma2, TOH and Hinds.

Share this post


Link to post
Share on other sites
class CfgLoadingScreens
{
refreshDelay = 20;
class Screen1
{
	text = "hsim\ui_h\data\loading\loading_1_ca.paa";
};
class Screen2
{
	text = "hsim\ui_h\data\loading\loading_2_ca.paa";
};
class Screen3
{
	text = "hsim\ui_h\data\loading\loading_3_ca.paa";
};
class Screen4
{
	text = "hsim\ui_h\data\loading\loading_4_ca.paa";
};
class Screen5
{
	text = "hsim\ui_h\data\loading\loading_5_ca.paa";
};
class Screen6
{
	text = "hsim\ui_h\data\loading\loading_6_ca.paa";
};
class Screen7
{
	text = "hsim\ui_h\data\loading\loading_7_ca.paa";
};
class Screen8
{
	text = "hsim\ui_h\data\loading\loading_8_ca.paa";
};
class Screen9
{
	text = "hsim\ui_h\data\loading\loading_9_ca.paa";
};
class Screen10
{
	text = "hsim\ui_h\data\loading\loading_10_ca.paa";
};
class Screen11
{
	text = "hsim\ui_h\data\loading\loading_11_ca.paa";
};
class Screen12
{
	text = "hsim\ui_h\data\loading\loading_12_ca.paa";
};
class Screen1_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_01_co.paa";
};
class Screen2_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_02_co.paa";
};
class Screen3_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_03_co.paa";
};
class Screen4_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_04_co.paa";
};
class Screen5_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_05_co.paa";
};
class Screen6_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_06_co.paa";
};
class Screen7_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_07_co.paa";
};
class Screen8_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_08_co.paa";
};
class Screen9_DLC1
{
	text = "HSim\Data_H_DLC1\data\loading_dlc1_09_co.paa";
};
};

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  

×