Texac Posted June 6, 2018 Posted June 6, 2018 I would like to now how to call up the normal maps for a specific livery via the description.lua, if possible? So far, for example, I tried this: {"pilot_F18_helmet_nm", 0 ,"pilot_F18_helmet_nm",false}; with no success. Do I need to change the 0 with a different digit or change the whole path/line? - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
Tailhook Posted June 6, 2018 Posted June 6, 2018 The first quotes are the material name which can't be change and must remain 'pilot_F18_helmet'. The second quotes are the texture name and can be whatever you want. There also are no more "normal" maps, they are roughness/metallic textures. 0 is for the standard diffuse maps with color. Intel i9-13900K : ASUS TUF RTX 4080 : 32GB G.Skill RipjawsV 4000 : TM HOTAS Warthog : HP Reverb G2
Texac Posted June 6, 2018 Author Posted June 6, 2018 (edited) The Texture file of the Hornet shows a few normal textures, which are being used on the new model. Or what are these "nm" files? Edited June 6, 2018 by Texac - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
SkateZilla Posted June 7, 2018 Posted June 7, 2018 {"pilot_F18_helmet_nm", 1 ,"pilot_F18_helmet_nm",false}; Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Texac Posted June 7, 2018 Author Posted June 7, 2018 Thanks, I changed it to 1, made sure the textures are exported as dds, couldn't find any typos but no joy. I want to remove the gray leather on the side of the helmet which worked fine with diffuse textures but the normal makes it still visible. - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
Texac Posted June 7, 2018 Author Posted June 7, 2018 The correct line needs to look like this in order to get it working: {"pilot_F18_helmet", 1 ,"pilot_F18_helmet_nm",false}; The first part had to get rid of the _nm. - My Skins/Liveries - Improved F-16C Texture Template • Texac on YouTube •
SkateZilla Posted June 7, 2018 Posted June 7, 2018 All F/A-18C Texture Slots: --{"f18c_glass", 0, "f18c_glass", true}; --{"f18c_glass", 2, "f18c_glass_roughmet", true}; --{"f18c_glass", 5, "f18c_glass_damage", true}; --{"f18c2", 0, "f18c_2_dif", true}; --{"f18c2", 1, "f18c_2_nm", true}; --{"f18c2", 2, "f18c_2_dif_roughmet", true}; --{"f18c2", 5, "f18c_2_damage", true}; --{"f18c2", 10, "f18c_2_damage_nm", true}; --{"f18c1", 0, "f18c_1_dif", true}; --{"f18c1", 1, "f18c_1_nm", true}; --{"f18c1", 2, "f18c_1_dif_roughmet", true}; --{"f18c1", 5, "f18c_damage", true}; --{"f18c1", 10, "f18c_damage_nm", true}; --{"F18C_SKELETON", 0, "f18c_skeleton_diff", true}; --{"F18C_SKELETON", 5, "f18c_skeleton_damage", true}; --{"f18C_headlight_R", 0, "f18c_bano", true}; --{"F18C_headlight_L", 0, "f18c_bano", true}; --{"f18C_headlight_band_f", 0, "f18c_bano", true}; --{"f18C_headlight_band_f", 8, "f18c_bano", true}; --{"F18C_omni_banno_192", 0, "f18c_bano", true}; --{"f18C_headlight_KIL", 0, "f18c_bano", true}; --{"F18C_BORT_NUMBER_KIL_R_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_R_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_R_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_R_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_R_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_R_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_R_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_R_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_R_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_R_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_R_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_R_01", 5, "f18c_2_damage", true}; --{"f18c_glass_ils", 0, "f18c_glass", true}; --{"f18c_glass_ils", 2, "f18c_glass_roughmet", true}; --{"f18c_glass_ils", 5, "f18c_glass_damage", true}; --{"F18C_Brake_pads", 0, "f18c_brake_pads_dif", true}; --{"F18C_Brake_pads", 1, "f18c_brake_pads_nm", true}; --{"F18C_Brake_pads", 2, "f18c_brake_pads_dif_roughmet", true}; --{"f18c_Glass", 0, "f18c_canopy-glass", true}; --{"F18C_headlight", 0, "f18c_bano", true}; --{"F18C_rulezh", 0, "f18c_bano", true}; --{"F18C_aoa", 0, "f18c_bano", true}; --{"F18C_BORT_NUMBER_STV_aus_R_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_STV_aus_R_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_STV_aus_R_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_STV_aus_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_STV_aus_R_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_STV_aus_R_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_STV_aus_R_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_STV_aus_R_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_STV_aus_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_STV_aus_R_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_STV_aus_L_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_STV_aus_L_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_STV_aus_L_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_STV_aus_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_STV_aus_L_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_STV_aus_L_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_STV_aus_L_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_STV_aus_L_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_STV_aus_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_STV_aus_L_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_KIL_L_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_L_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_L_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_L_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_L_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_L_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_L_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_L_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_L_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_L_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_L_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_L_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_ZAK_R_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_R_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_R_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_R_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_ZAK_R_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_R_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_R_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_R_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_ZAK_R_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_R_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_R_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_R_10", 5, "f18c_2_damage", true}; --{"F18C_WISP", 0, "f18c_wisp_diff", true}; --{"f18C_headlight_band", 0, "f18c_bano", true}; --{"cockpit_f18c", 0, "f18c_cockpit_dif", true}; --{"cockpit_f18c", 2, "f18c_cockpit_dif_roughmet", true}; --{"cockpit_f18c_2", 0, "f18c_cockpit_2_dif", true}; --{"cockpit_f18c_2", 2, "f18c_cockpit_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_L_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_L_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_L_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_L_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_L_100", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_L_100", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_L_100", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_L_100", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_L_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_L_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_L_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_L_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_R_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_R_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_R_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_R_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_R_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_R_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_R_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_R_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_R_100", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_R_100", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_R_100", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_R_100", 5, "f18c_damage", true}; --{"P51D_Flame13", 0, "flame_13", true}; --{"P51D_Flame F11", 0, "flame_f11", true}; --{"P51D_Flame F13", 0, "flame_f13", true}; --{"P51D_Flame F12", 0, "flame_f12", true}; --{"P51D_Flame F14", 0, "flame_f14", true}; --{"P51D_Flame14", 0, "flame_14", true}; --{"P51D_Flame12", 0, "flame_12", true}; --{"P51D_Flame11", 0, "flame_11", true}; --{"F18C_afterburn", 0, "f18c_afterburn", true}; --{"f18c_ladder", 0, "f18c_ladder_dif", true}; --{"f18c_ladder", 2, "f18c_ladder_dif_roughmet", true}; --{"f18c_stay", 0, "f18c_1_diff_stay_dif", true}; --{"f18c_stay", 1, "f18c_1_diff_stay_nm", true}; --{"f18c_stay", 2, "f18c_1_diff_stay_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_L_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_L_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_L_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_L_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_ZAK_L_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_L_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_L_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_L_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_ZAK_L_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_ZAK_L_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_ZAK_L_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_ZAK_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_ZAK_L_01", 5, "f18c_2_damage", true}; --{"pilot_F18_helmet_glass", 0, "pilot_f18_visor", true}; --{"pilot_F18_helmet_glass", 2, "pilot_f18_visor_roughmet", true}; --{"pilot_F18_helmet_glass", 14, "pilot_f18_visor_filtr", true}; --{"pilot_F18_helmet", 0, "pilot_f18_helmet", true}; --{"pilot_F18_helmet", 1, "pilot_f18_helmet_nm", true}; --{"pilot_F18_helmet", 2, "pilot_f18_helmet_roughmet", true}; --{"pilot_F18_patch", 0, "pilot_f18_patch", true}; --{"pilot_F18_patch", 1, "pilot_f18_patch_nm", true}; --{"pilot_F18_patch", 2, "pilot_f18_patch_roughmet", true}; --{"pilot_F18", 0, "pilot_f18", true}; --{"pilot_F18", 1, "pilot_f18_nm", true}; --{"pilot_F18", 2, "pilot_f18_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_100", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_100", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_100", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_100", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_L_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_fin_R_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_fin_L_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_R_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_L_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_100", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Kuw_R_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_MTW_aus_R_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_MTW_aus_L_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_100", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_100", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_100", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_100", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_10", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_10", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_10", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_10", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_01", 0, "f18c_1_dif", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_01", 1, "f18c_1_nm", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_01", 2, "f18c_1_dif_roughmet", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_NOSE_kuw_R_01", 5, "f18c_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_01", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_01", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_01", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_01", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_01", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_10", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_10", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_10", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_10", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_10", 5, "f18c_2_damage", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_100", 0, "f18c_2_dif", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_100", 1, "f18c_2_nm", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_100", 2, "f18c_2_dif_roughmet", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_100", 3, "f18c_bort_number2", true}; --{"F18C_BORT_NUMBER_KIL_Switz_L_100", 5, "f18c_2_damage", true}; Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2), ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9) 3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs
Recommended Posts