bull_a 44 Posted January 16, 2014 Hello, Im having a slight problem when trying to add a stringtable.xml file to my addon I create the stringtable and config.cpp and then go to binarize which i have also setup to generate a bikey file However, when i go into the game the strings i have are missing and when i depbo the addon the stringtable is not present Here is snippets from my config and stringtable config.cpp class TiB_soldier_base_F : B_Soldier_base_F { author = "$STR_TIB_ADAM_BULLOCK"; scope = 0; faction = "BLU_UK_F"; stringtable.xml <?xml version="1.0" encoding="utf-8"?> <Project name="TiB_soldierMod"> <Package name="TiB_Arma"> <Container name="TiB_main"> <Key ID="str_tib_adam_bullock"> <Original>Adam Bullock</Original> <German>Adam Bullock</German> <English>Adam Bullock</English> <Russian>Ðдам Баллок</Russian> <Italian>Adam Bullock</Italian> <Spanish>Adam Bullock</Spanish> <French>Adam Bullock</French> <Czech>Adam Bullock</Czech> <Polish>Adam Bullock</Polish> <Hungarian>Adam Bullock</Hungarian> </Key> <Key ID="str_tib_soldier_rifleman"> <Original>Rifleman</Original> <German>Schütze</German> <English>Rifleman</English> <Russian>Ñтрелок</Russian> <Italian>Fuciliere</Italian> <Spanish>Fusilero</Spanish> <French>Fusilier</French> <Czech>StÅ™elec</Czech> <Polish>Strzelec</Polish> <Hungarian>Puskás</Hungarian> </Key> </Container> </Package> </Project> Any help is greatly appreciated Regards, Bull Share this post Link to post Share on other sites
bull_a 44 Posted January 20, 2014 Bumped -- 4 Days old now response No solution has been found yet, need some basic knowledge on how others are using stringtables in mods and the steps they go through when binarizing their mods Regards, Bull Share this post Link to post Share on other sites
mankyle 420 Posted January 20, 2014 When you are binarizing go to options and in he upper part of the pop up screen that comes you will see a field called "list of extensions that will be directly copied" or something similar. write there *.xml and binarize. I think this will solve your problem Share this post Link to post Share on other sites
bull_a 44 Posted January 20, 2014 When you are binarizing go to options and in he upper part of the pop up screen that comes you will see a field called "list of extensions that will be directly copied" or something similar.write there *.xml and binarize. I think this will solve your problem i already had this set, but i retyped the whole line again and now it works. Cheers mate Share this post Link to post Share on other sites
mankyle 420 Posted January 20, 2014 I don't know why but with arma 3 tools this happens very frequently. The list of extensions to be directly copied resets by itself very often. I'm happy for having been helpful. :) Share this post Link to post Share on other sites
sparfell_19 188 Posted July 11, 2014 Wow. I spent hours searching for that solution. Thank's a lot. Share this post Link to post Share on other sites