Jump to content
Sign in to follow this  
bull_a

Stringtable.xml missing when binarizing

Recommended Posts

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

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

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
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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×