Search the Community
Showing results for tags 'xml'.
Found 4 results
-
Can someone tell what ports should i open in the firewall to enable squad.xml stuff ? Here's what i have already opened: 2302-2305, 3306, 80, 8080, 1080, 443, 50000-65000 But the squad is still not working on the server...(
-
Hi all, sorry if this has already been posted but I was unable to find a specific topic. I am trying to separate out different xml nodes into external documents to make maintaining them a bit easier. However, I have hit a bit of a bump in that xml does not benefit from pre-processor commands such as the '#include' command. I have looked into externally parsing entities but was unsure if the engine would limit the use of this. This solution would be perfect for what I am attempting to do but as far as I can tell this is not working. Seeing as I don't think this will work, does anyone know of some good programs that would be able to merge selected xml files into one file? My folder setup is as follows: | Mission Root |_ stringtable.xml |_ stringtables |_stringtable_1.xml |_stringtable_3.xml |_stringtable_2.xml Ideally what is needed is something to take all the xml files in this folder and merge them into the stringtable.xml file. Any suggestions? Also, if anyone has been able to use a method to efficiently merge xml files, would you be kind enough to share it to the rest of the community? Kind regards, Bull
- 2 replies
-
- stringtable
- xml
-
(and 1 more)
Tagged with:
-
Hello. For some reason that I can't figure out, my localization files aren't working. Here's my files: Stringtable <?xml version="1.0" encoding="utf-8"?> <Project name="Arma3Aegis"> <Package name="A3_Aegis_F"> <Container name="PhoneticalAlphabet"> <Key ID="STR_A3_Night515"> <Original>Night515</Original> <English>Night515</English> <Czech>Night515</Czech> <French>Night515</French> <German>Night515</German> <Italian>Night515</Italian> <Polish>Night515</Polish> <Portuguese>Night515</Portuguese> <Russian>Night515</Russian> <Spanish>Night515</Spanish> </Key> <Key ID="STR_A3_Kydoimos"> <Original>Kydoimos</Original> <English>Kydoimos</English> <Czech>Kydoimos</Czech> <French>Kydoimos</French> <German>Kydoimos</German> <Italian>Kydoimos</Italian> <Polish>Kydoimos</Polish> <Portuguese>Kydoimos</Portuguese> <Russian>Kydoimos</Russian> <Spanish>Kydoimos</Spanish> </Key> <Key ID="STR_A3_CfgVehicles_Flag_Iran_F0"> <Original>Flag (Iran)</Original> <English>Flag (Iran)</English> <Czech>Vlajka (Ãrán)</Czech> <French>Drapeau (Iran)</French> <German>Flagge (Iran)</German> <Italian>Bandiera (Iran)</Italian> <Polish>Flaga (Iran)</Polish> <Portuguese>Bandeira (Irã)</Portuguese> <Russian>Флаг (Иран)</Russian> <Spanish>Bandera (Irán)</Spanish> </Key> </Container> </Package> </Project> Config class FlagCarrier; class Flag_Iran_F: FlagCarrier { author = $STR_A3_Night515; _generalMacro = "Flag_Iran_F"; scope = public; scopeCurator = public; displayName = $STR_A3_CfgVehicles_Flag_Iran_F0; hiddenSelectionsTextures[] = {"\A3\Structures_F\Mil\Flags\Data\Mast_mil_CO.paa"}; hiddenSelectionsMaterials[] = {"\A3\Structures_F\Mil\Flags\Data\Mast_mil.rvmat"}; class EventHandlers { init = "(_this select 0) setFlagTexture '\A3_Aegis_F\Aegis\data\flags\Flag_iran_CO.paa'"; }; }; Help would definitely be appreciated! Thanks, Night515
- 3 replies
-
- xml
- localization
-
(and 2 more)
Tagged with:
-
How often does squad.xml refresh/load? I have a squad.xml file that randomly chooses an image every time it's loaded, and I'm wondering how often I'll be able to see the change ingame.