sea2sky Posted April 12, 2017 Posted April 12, 2017 I'm wondering if such lua function exists. i5-9600K@4.8GHz ★ 32Gb DDR4 ★ Asus TUF rtx3080 OC ★ Quest Pro ★ Warthog on Virpil base
sea2sky Posted April 13, 2017 Author Posted April 13, 2017 I knew it does not exist, but still had a tiny bit of hope. i5-9600K@4.8GHz ★ 32Gb DDR4 ★ Asus TUF rtx3080 OC ★ Quest Pro ★ Warthog on Virpil base
Chump Posted April 13, 2017 Posted April 13, 2017 I do not know of a function that will do this. You could try modifying env.mission.descriptionText (or descriptionBlueTask/descriptionRedTask). I have no clue if this will work or not.
Scifer Posted December 14, 2023 Posted December 14, 2023 (edited) I found it inside 'mission.miz\l10n\DEFAULT\dictionary': dictionary = { ["DictKey_descriptionNeutralsTask_4"] = "", ["DictKey_sortie_5"] = "", ["DictKey_descriptionText_1"] = "Description here!", ["DictKey_descriptionBlueTask_3"] = "", ["DictKey_descriptionRedTask_2"] = "", } -- end of dictionary This function can read individual keys from this dictionary. But how to write to this dictionary? Edited December 15, 2023 by Scifer Include function.
Recommended Posts