POLPOX 779 Posted May 29, 2019 So, I just successed to extract every localized string IDs (unless if I missed something) legally which have "STR_A3_" prefix or something like that, and probably this might useful for someone so I'm posting this. DOWNLOAD AT YOUR OWN RISK! This is a very long array and may contains major spoiler about every vanilla contents until enoch (not containing about contact which is all about Aliens). https://drive.google.com/file/d/1gtBnr2vlkUwsj1NcULywyy0gcI95igLL/view?usp=sharing And the way to extract this easily: _ary = [] ; _tables = [ "languagecore_f", "a3\language_f", "a3\language_f_beta", "a3\language_f_bootcamp", "a3\language_f_epa", "a3\language_f_epb", "a3\language_f_epc", "a3\language_f_exp_a", "a3\language_f_exp_b", "a3\language_f_gamma", "a3\language_f_mod", "a3\language_f_warlords", "a3\languagemissions_f", "a3\languagemissions_f_beta", "a3\languagemissions_f_bootcamp", "a3\languagemissions_f_epa", "a3\languagemissions_f_epb", "a3\languagemissions_f_epc", "a3\languagemissions_f_exp_a", "a3\languagemissions_f_gamma", "a3\language_f_kart", "a3\languagemissions_f_kart", "a3\language_f_curator", "a3\language_f_heli", "a3\languagemissions_f_heli", "a3\language_f_mark", "a3\language_f_mp_mark", "a3\languagemissions_f_mark", "a3\languagemissions_f_mp_mark", "a3\language_f_exp", "a3\languagemissions_f_exp", "a3\language_f_argo", "a3\language_f_patrol", "a3\languagemissions_f_patrol", "a3\language_f_destroyer", "a3\language_f_jets", "a3\language_f_sams", "a3\languagemissions_f_jets", "a3\language_f_orange", "a3\languagemissions_f_orange", "a3\language_f_tacops", "a3\languagemissions_f_tacops", "a3\language_f_tank", "a3\languagemissions_f_tank", "a3\language_f_enoch" ] ; { _ary = _ary + ((((preprocessfile (_x + "\stringtable.xml")) splitstring toString [10]) select {toLower _x find "<key id=" != -1}) apply {(_x splitString '"')#1}) ; } forEach _tables ; copyToClipboard ((_ary apply {str _x + ","}) joinString toString [10]) ; 2 Share this post Link to post Share on other sites
AveryTheKitty 2626 Posted May 29, 2019 Some interesting things to note from Enoch: - Looter faction - M2 HMG .50 static weapon + shield, and shield for armed Offroad - Extraterrestrials (just CTRL+F it) - ARCO AK - Green 4-five - Green RPG-42 - Camo RPG-42 - Black Mk200 - Forest rangers textures - LDF Military Police Van - LDF ambulance - DMS (Old) - Cargo and flatbed HEMTTs Share this post Link to post Share on other sites
POLPOX 779 Posted May 29, 2019 Just realized that I didn't included Argo and Curator, I'll fix this later today. Edit: Updated. Share this post Link to post Share on other sites
Dedmen 2724 Posted May 29, 2019 We also have this thing if you are looking for something: https://synixebrett.github.io/stringtables/ 3 Share this post Link to post Share on other sites