NumbNutsJunior 67 Posted March 15, 2018 I am trying to find the icon of a vehicle using its class name in the config but have stuggled i found icon which seems to be for the map using https://community.bistudio.com/wiki/CfgVehicles_Config_Reference#icon _x = vehicle; format["%1", getText (configfile >> "CfgVehicles" >> (typeOf _x) >> "icon")] I am trying to find these types of icons which you see in the virtual garage: Share this post Link to post Share on other sites
POLPOX 779 Posted March 15, 2018 Are you looking for this? configfile >> "CfgVehicles" >> typeOf vehicle player >> "picture" Share this post Link to post Share on other sites