[HELP] How To Get EUP Addon Component and Prop Numbers

Hey folks,

I’m trying to stream an EUP addon (specifically for body armor), but I don’t know where to get the component and prop numbers for what I just installed. The addon I installed did not come with a wardrobe.ini, and after reading around I understand this might have been where some of the info I’m looking for is. As most of you are probably aware, in eup-ui, the outfits are configured as follows:

['Male LSPD Class A'] = {
		category = 'LSPD',
		ped = 'mp_m_freemode_01',
		props = {
			{ 0, 0, 0 },
			{ 1, 0, 0 },
			{ 2, 0, 0 },
			{ 6, 0, 0 },
		},
		components = {
			{ 1, 1, 1 },
			{ 11, 201, 1 },
			{ 3, 5, 1 },
			{ 10, 1, 1 },
			{ 8, 57, 1 },
			{ 4, 36, 1 },
			{ 6, 52, 1 },
			{ 7, 9, 1 },
			{ 9, 1, 1 },
			{ 5, 53, 1 },
		}
	},

What clothing/accessory do each of these entries in props and components correspond to? How can I determine or set values for newly installed eup addons? Is my only option to go to an in game wardrobe and cycle through everything, or should I just try to find a different addon that includes a wardrobe.ini file?

Answers to any of the above would be GREATLY appreciated.

Cheers,
Henry

2 Likes

bump :pleading_face:

Best suggestion I have for you is to install LSPDFR and EUP menu on singleplayer, make your desired wardrobe that way, and use this tool (EUP Menu Converter (wardrobe.ini > eup_ui.lua) - Scripts / Misc - GTAPoliceMods) to convert the wardrobe.ini to an eup_ui.lua

It’ll be a bit of a hassle, but it’s the best shot you got

1 Like