Jump to content


is there a certain patch that mods work on?


  • You cannot reply to this topic
16 replies to this topic

#1 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 12 April 2009 - 22:50

cuz i have tried the 1.10 patch and it doesn't seem to work with mods or else i'm doing something wrong here is my mod.xml and what my build list says

mod.xml


<?xml version="1.0" encoding="UTF-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Tags></Tags>
	<Includes>
		<!--
			mod.xml is the central include for mod setup data.		
		-->
		<!-- These includes need to be in all mod.xml files -->
		<Include type="reference" source="DATA:static.xml" />
		<Include type="reference" source="DATA:global.xml" />    
		<Include type="reference" source="DATA:audio.xml" />
		<!--Other Xml&#39;s-->
		<Include type="all" source="DATA:GlobalData/Weapon.xml"/>
		<!-- Editing the Allied side -->
		<Include type="all" source="DATA:Allied/Structures/AlliedBarracks.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedAirfield.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedBaseDefense.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedBaseDefenseAdvanced.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedConstructionYard.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedConstructionYardRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedCrane.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedNavalYard.xml"/>
	    <Include type="all" source="DATA:Allied/Structures/AlliedNavalYardRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedOutPost.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedPowerPlant.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedPowerPlantTurbine.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedRadarDish.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedRefinery.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedSuperWeapon.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedSuperWeaponAdvanced.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedTechStructure.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWallPiece.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWallSegmentPiece.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWarFactoryRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAirfieldRepairDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiAirShip.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiAirVehicleTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiGroundAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiInfantryVehicle.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiInfantryInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiNavalScout.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiNavyShipTech1.xml"/>
	    <Include type="all" source="DATA:Allied/Units/AlliedAntiStructureShip.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiStructureVehicle.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiVehicleVehicleTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiVehicleVehicleTech3.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAttackDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedBomberAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedCommandoTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedEngineer.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedFighterAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedInfiltrationInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedMCV.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedMiner.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedNavalYardRepairDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedScoutInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedSupersonicBomber.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedSupportAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedWarFactoryRepairDrone.xml"/>
	</Includes>

</AssetDeclaration>



and my build list
Building Mod EPICFAILMOD
Step time taken: 00:00:00.1550000
Step time taken: 00:00:00.0830000
File copied: C:\RA3 MOD SDK\Mods\EPICFAILMOD\data\mod.str to C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.str
Step time taken: 00:00:00.0070000
Step time taken: 00:00:00.0690000
File written: C:\Users\Chris\Documents\Red Alert 3\Mods\EPICFAILMOD\EPICFAILMOD_1.0.skudef
Step time taken: 00:00:00.0050000
Build Completed
Build time taken: 00:00:00.3610000


and is it possible to down patch without reinstalling the game.like deleting certain files?

and for the record my mods name is EPICFAILMOD which is under the 15 char. limit


EDIT:

i have found a way to down patch your game. go into the RA3 directory and delete the skudef file for the patch(s) you want to get rid of and then go into the data driectory and delete the .game files for the patches you want to get rid of. to check this gointo the game and hit options->settings->general and it should say what patch you have installed(you may want to check what patch you have before you do this) in my case i down patched from 1.10 to 1.09 patch so i could test if the SDK only worked with the 1.09 patch

Edited by huhnu, 12 April 2009 - 23:20.


#2 Kerensky287

    Visitor

  • Member
  • 21 posts

Posted 13 April 2009 - 02:24

1.10 works fine with mods. That's the one I always use to test. Did it work after you downpatched?

#3 n5p29

    Lurker

  • Project Leader
  • 1417 posts
  • Projects: NProject Mod, Recolonize, Tidal Wars

Posted 13 April 2009 - 05:05

will patch 1.06 works for SDK?
sorry if I bother.

#4 Kerensky287

    Visitor

  • Member
  • 21 posts

Posted 13 April 2009 - 05:18

View Postn5p29, on 13 Apr 2009, 1:05, said:

will patch 1.06 works for SDK?
sorry if I bother.


It's no bother, don't worry. But sadly, I think that the SDK only works with patch 1.09 and up - one of the changes included something about mod support. Sorry!

#5 Golan

    <Charcoal tiles available>

  • Member Test
  • 3300 posts

Posted 13 April 2009 - 07:34

You don't have to downgrade your game, the SkuDef will automatically make the game launch the version the mod was made for. Seeing that mod support was added with 1.09 and the code of 1.10 is not available yet, you should only compile it for 1.09.
Now go out and procreate. IN THE NAME OF DOOM!

#6 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 13 April 2009 - 21:11

i'm sorry to say that it didn't i dont know why it wont work though.i'm at a loss all i want to do is change the range of a weapon

#7 Golan

    <Charcoal tiles available>

  • Member Test
  • 3300 posts

Posted 14 April 2009 - 07:36

Well, if you are still using the mod.xml that you posted in the OP, then your includes simply point to the void. THE VOID! IT'S COMING TO GET YOU!!!! WAWAWAWAWAWA!!!!


Ahem, sorry. Your includes should be either like this:
<Include type=&#34;all&#34; source=&#34;Allied/Structures/AlliedBarracks.xml&#34;/>

or this:
<Include type=&#34;all&#34; source=&#34;DATA&#58;EPICFAILMOD/Data/Allied/Structures/AlliedBarracks.xml&#34;/>


(might have to be a little different as I'm just deducing your mod structure here)

Edited by Golan, 14 April 2009 - 09:11.

Now go out and procreate. IN THE NAME OF DOOM!

#8 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 14 April 2009 - 20:13

i have tried the second way but i will try the first way and get the results back as soon as i'm done testing



EDIT:forgot to put results here.

didn't work i stumped right now.maybe i'm just not cut out for modding RA3

Edited by huhnu, 15 April 2009 - 20:50.


#9 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 18 April 2009 - 00:52

heres the build btw way i think i found a problem with it


Building Mod EPICFAILMOD
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 
[00:00:00.0020000] BinaryAssetBuilder started
[00:00:00.8090000] Loading previous string hash file from C:\RA3 MOD SDK\BuiltMods\StringHashes.xml
[00:00:00.8340000] Loading compressed XML cache
[00:00:00.9400000] Session cache age is 9 days, 3 hours, 40 minutes.
[00:00:00.9430000] Checking 210 files for updates.
[00:00:01.0210000] Building all streams because c:\ra3 mod sdk\sagexml\audio.xml has no stream hints.
[00:00:01.0230000] Cached session data available.
[00:00:01.0300000] Session caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\BinaryAssetBuilder.SessionCache.xml&#39;).
[00:00:01.0370000] Network caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\cache&#39;).
[00:00:01.3980000] Loading &#39;file://c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml&#39;.
[00:00:01.4700000] Attempting use of referenced stream static.xml with configuration 
[00:00:01.4700000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\static.xml which has not been compiled, attempting to use precompiled
[00:00:02.4730000] Attempting use of referenced stream global.xml with configuration 
[00:00:03.4790000] Attempting use of referenced stream audio.xml with configuration 
[00:00:03.4790000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\audio.xml which has not been compiled, attempting to use precompiled
[00:00:04.1760000] Loading &#39;file://c:\ra3 mod sdk\sagexml\globaldata\weapon.xml&#39;.
[00:00:04.9220000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml&#39;.
[00:00:04.9380000] Error: Input file &#39;art:gbdugout.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9380000] Loading &#39;file://c:\ra3 mod sdk\art\gb\gbdugout.w3x&#39;.
[00:00:04.9420000] Error: Input file &#39;art:abbarracks.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9420000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks.w3x&#39;.
[00:00:04.9450000] Error: Input file &#39;art:abbarracks_particles.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9460000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_particles.w3x&#39;.
[00:00:04.9490000] Error: Input file &#39;art:abbarracks_gag.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9490000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_gag.w3x&#39;.
[00:00:04.9520000] Error: Input file &#39;art:abbarracks_door.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9520000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_door.w3x&#39;.
[00:00:04.9550000] Error: Input file &#39;art:abbarracks_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9550000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_upgrade.w3x&#39;.
[00:00:04.9580000] Error: Input file &#39;art:abbarracks_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9580000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_skn.w3x&#39;.
[00:00:04.9610000] Error: Input file &#39;art:abbarracks_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9610000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_bld.w3x&#39;.
[00:00:04.9640000] Error: Input file &#39;art:abbarracks_lightsa.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.9640000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_lightsa.w3x&#39;.
[00:00:04.9770000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\basestructure.xml&#39;.
[00:00:04.9780000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\baseobject.xml&#39;.
[00:00:05.0400000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml&#39;.
[00:00:05.0490000] Error: Input file &#39;art:abairfield.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0490000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield.w3x&#39;.
[00:00:05.0520000] Error: Input file &#39;art:abairfield_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0520000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_skn.w3x&#39;.
[00:00:05.0550000] Error: Input file &#39;art:abairfield_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0550000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bld.w3x&#39;.
[00:00:05.0580000] Error: Input file &#39;art:abairfield_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0580000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bldw.w3x&#39;.
[00:00:05.0610000] Error: Input file &#39;art:abairfield_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0610000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform.w3x&#39;.
[00:00:05.0640000] Error: Input file &#39;art:abairfield_platform_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0640000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_skn.w3x&#39;.
[00:00:05.0670000] Error: Input file &#39;art:abairfield_platform_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0720000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_bld.w3x&#39;.
[00:00:05.0750000] Error: Input file &#39;art:abairfield_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_fx.w3x&#39;.
[00:00:05.0800000] Error: Input file &#39;art:abairfield_door_01_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0800000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_01_skn.w3x&#39;.
[00:00:05.0830000] Error: Input file &#39;art:abairfield_door_02_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0830000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_02_skn.w3x&#39;.
[00:00:05.0860000] Error: Input file &#39;art:abairfield_door_03_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0860000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_03_skn.w3x&#39;.
[00:00:05.0890000] Error: Input file &#39;art:abairfield_door_04_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0890000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_04_skn.w3x&#39;.
[00:00:05.0920000] Error: Input file &#39;art:abairfield_door_opn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0930000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_opn.w3x&#39;.
[00:00:05.0960000] Error: Input file &#39;art:abairfield_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0960000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_upgrade.w3x&#39;.
[00:00:05.0990000] Error: Input file &#39;art:abairfield_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.0990000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_lights.w3x&#39;.
[00:00:05.1020000] Error: Input file &#39;art:fxinvisbone.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:05.1020000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxinvisbone.w3x&#39;.
[00:00:05.1580000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml&#39;.
[00:00:05.1640000] Error: Input file &#39;art:abbasedefense.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.1640000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense.w3x&#39;.
[00:00:05.1670000] Error: Input file &#39;art:abbasedefense_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.1670000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_skn.w3x&#39;.
[00:00:05.1700000] Error: Input file &#39;art:abbasedefense_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.1700000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bld.w3x&#39;.
[00:00:05.1730000] Error: Input file &#39;art:abbasedefense_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.1730000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bldw.w3x&#39;.
[00:00:05.1760000] Error: Input file &#39;art:abbasedefense_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.1760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_fx.w3x&#39;.
[00:00:06.9570000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:06.9570000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:06.9610000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:06.9620000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:07.0080000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml&#39;.
[00:00:07.0150000] Error: Input file &#39;art:abbasedefenseadvanced_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0150000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_skn.w3x&#39;.
[00:00:07.0200000] Error: Input file &#39;art:abbasedefenseadvanced_patk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0200000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_patk.w3x&#39;.
[00:00:07.0240000] Error: Input file &#39;art:abbasedefenseadvanced_atk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0250000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_atk.w3x&#39;.
[00:00:07.0290000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0290000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:07.0340000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0340000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:07.0380000] Error: Input file &#39;art:abbasedefenseadvanced_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0380000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_skn.w3x&#39;.
[00:00:07.0430000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0430000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bld.w3x&#39;.
[00:00:07.0470000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0480000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bldw.w3x&#39;.
[00:00:07.0520000] Error: Input file &#39;art:fxalliedprismbeam.xml&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:07.0520000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxalliedprismbeam.xml&#39;.
[00:00:07.1030000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml&#39;.
[00:00:07.1140000] Error: Input file &#39;art:abconyard_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:07.1140000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_fx.w3x&#39;.
[00:00:07.1180000] Error: Input file &#39;art:abconyard_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:07.1180000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_skn.w3x&#39;.
[00:00:07.1230000] Error: Input file &#39;art:abconyard_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0560000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_idla.w3x&#39;.
[00:00:09.0590000] Error: Input file &#39;art:abconyard_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0600000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform.w3x&#39;.
[00:00:09.0720000] Error: Input file &#39;art:abconyard_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0720000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bld.w3x&#39;.
[00:00:09.0760000] Error: Input file &#39;art:abconyard_platform_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bldw.w3x&#39;.
[00:00:09.0800000] Error: Input file &#39;art:abconyard_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0800000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_lights.w3x&#39;.
[00:00:09.0830000] Error: Input file &#39;art:aumcv_trans.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0840000] Loading &#39;file://c:\ra3 mod sdk\art\au\aumcv_trans.w3x&#39;.
[00:00:09.1200000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml&#39;.
[00:00:09.1240000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:09.1240000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:09.1270000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:09.1270000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:09.1470000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml&#39;.
[00:00:09.1500000] Error: Input file &#39;art:abcrane_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1500000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_skn.w3x&#39;.
[00:00:09.1530000] Error: Input file &#39;art:abcrane_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1540000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_idla.w3x&#39;.
[00:00:09.1570000] Error: Input file &#39;art:abcrane_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1570000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_fx.w3x&#39;.
[00:00:09.1750000] Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceNodeAttributes(XmlAttribute srcAttrib, XmlSchemaComplexType complexType, XmlAttribute& destAttrib, XmlNode& dest)
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceXmlNode(XmlNode dest, XmlNode src, XmlSchemaParticle parent, Boolean parentsMatch, JoinAction parentAction)
   at BinaryAssetBuilder.Core.NodeJoiner.Override(XmlSchemaSet docSchema, XmlDocument document, XmlNode baseNode, XmlNode overrideNode)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.OverrideInstance(InstanceDeclar
ation instance)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.ProcessOverrides()
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentContents(AssetDeclarati
onDocument document, OutputManager outputManager, ProcessOptions op, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessIncludedDocuments(AssetDeclarat
ionDocument document, OutputManager outputManager, ProcessOptions op, Boolean usePrecompiled)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessProjectDocument(String projectPath, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocument(String fileName, Boolean generateOutput, Boolean __outputStringHashes, Boolean& success)
   at BinaryAssetBuilder.BinaryAssetBuilder.DoBuildData()
Step time taken: 00:00:13.9230000
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 /bcn:MediumLOD /bps:C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.manifest 
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 /bcn:MediumLOD /bps:C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.manifest 
[00:00:00.0020000] BinaryAssetBuilder started
[00:00:00.8000000] Loading previous string hash file from C:\RA3 MOD SDK\BuiltMods\StringHashes.xml
[00:00:00.8130000] Loading compressed XML cache
[00:00:00.8420000] Session cache age is 9 days, 3 hours, 41 minutes.
[00:00:00.8700000] Cached session data available.
[00:00:00.8760000] Session caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\BinaryAssetBuilder.SessionCache.xml&#39;).
[00:00:00.8780000] Network caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\cache&#39;).
[00:00:01.2100000] Attempting use of referenced stream static.xml with configuration 
[00:00:01.2100000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\static.xml which has not been compiled, attempting to use precompiled
[00:00:02.1700000] Attempting use of referenced stream global.xml with configuration 
[00:00:02.1710000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\global.xml which has not been compiled, attempting to use precompiled
[00:00:03.1170000] Attempting use of referenced stream audio.xml with configuration 
[00:00:03.1170000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\audio.xml which has not been compiled, attempting to use precompiled
[00:00:00.8450000] Checking 210 files for updates.
[00:00:00.8680000] Building all streams because c:\ra3 mod sdk\sagexml\audio.xml has no stream hints.
[00:00:01.1580000] Loading &#39;file://c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml&#39;.
[00:00:04.7620000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml&#39;.
[00:00:04.7850000] Loading &#39;file://c:\ra3 mod sdk\art\gb\gbdugout.w3x&#39;.
[00:00:04.7850000] Error: Input file &#39;art:gbdugout.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.7880000] Error: Input file &#39;art:abbarracks.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.7890000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks.w3x&#39;.
[00:00:04.7950000] Error: Input file &#39;art:abbarracks_particles.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.7950000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_particles.w3x&#39;.
[00:00:04.8010000] Error: Input file &#39;art:abbarracks_gag.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8010000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_gag.w3x&#39;.
[00:00:04.8050000] Error: Input file &#39;art:abbarracks_door.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8050000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_door.w3x&#39;.
[00:00:04.8110000] Error: Input file &#39;art:abbarracks_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8110000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_upgrade.w3x&#39;.
[00:00:04.8150000] Error: Input file &#39;art:abbarracks_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8150000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_skn.w3x&#39;.
[00:00:04.8180000] Error: Input file &#39;art:abbarracks_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8190000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_bld.w3x&#39;.
[00:00:04.8220000] Error: Input file &#39;art:abbarracks_lightsa.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.8220000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_lightsa.w3x&#39;.
[00:00:04.8380000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\basestructure.xml&#39;.
[00:00:04.8390000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\baseobject.xml&#39;.
[00:00:04.8930000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml&#39;.
[00:00:04.9020000] Error: Input file &#39;art:abairfield.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9030000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield.w3x&#39;.
[00:00:04.9260000] Error: Input file &#39;art:abairfield_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9260000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_skn.w3x&#39;.
[00:00:04.9290000] Error: Input file &#39;art:abairfield_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9290000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bld.w3x&#39;.
[00:00:04.9320000] Error: Input file &#39;art:abairfield_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9320000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bldw.w3x&#39;.
[00:00:04.9350000] Error: Input file &#39;art:abairfield_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9370000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform.w3x&#39;.
[00:00:04.9400000] Error: Input file &#39;art:abairfield_platform_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9420000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_skn.w3x&#39;.
[00:00:04.9450000] Error: Input file &#39;art:abairfield_platform_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9450000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_bld.w3x&#39;.
[00:00:04.9490000] Error: Input file &#39;art:abairfield_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9490000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_fx.w3x&#39;.
[00:00:04.9530000] Error: Input file &#39;art:abairfield_door_01_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9530000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_01_skn.w3x&#39;.
[00:00:04.9560000] Error: Input file &#39;art:abairfield_door_02_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9570000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_02_skn.w3x&#39;.
[00:00:04.9630000] Error: Input file &#39;art:abairfield_door_03_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9630000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_03_skn.w3x&#39;.
[00:00:04.9680000] Error: Input file &#39;art:abairfield_door_04_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9690000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_04_skn.w3x&#39;.
[00:00:04.9720000] Error: Input file &#39;art:abairfield_door_opn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9720000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_opn.w3x&#39;.
[00:00:04.9760000] Error: Input file &#39;art:abairfield_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_upgrade.w3x&#39;.
[00:00:04.9800000] Error: Input file &#39;art:abairfield_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9800000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_lights.w3x&#39;.
[00:00:04.9830000] Error: Input file &#39;art:fxinvisbone.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.9840000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxinvisbone.w3x&#39;.
[00:00:05.0260000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml&#39;.
[00:00:05.0330000] Error: Input file &#39;art:abbasedefense.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.0330000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense.w3x&#39;.
[00:00:05.0360000] Error: Input file &#39;art:abbasedefense_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.0360000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_skn.w3x&#39;.
[00:00:05.0390000] Error: Input file &#39;art:abbasedefense_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.0390000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bld.w3x&#39;.
[00:00:05.0420000] Error: Input file &#39;art:abbasedefense_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.7760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bldw.w3x&#39;.
[00:00:05.7800000] Error: Input file &#39;art:abbasedefense_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.7800000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_fx.w3x&#39;.
[00:00:05.7840000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.7840000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:05.7880000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:05.7880000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:05.8290000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml&#39;.
[00:00:05.8360000] Error: Input file &#39;art:abbasedefenseadvanced_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8370000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_skn.w3x&#39;.
[00:00:05.8410000] Error: Input file &#39;art:abbasedefenseadvanced_patk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8410000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_patk.w3x&#39;.
[00:00:05.8560000] Error: Input file &#39;art:abbasedefenseadvanced_atk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8560000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_atk.w3x&#39;.
[00:00:05.8600000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8600000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:05.8630000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8630000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:05.8670000] Error: Input file &#39;art:abbasedefenseadvanced_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8670000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_skn.w3x&#39;.
[00:00:05.8700000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8700000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bld.w3x&#39;.
[00:00:05.8740000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8740000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bldw.w3x&#39;.
[00:00:05.8780000] Error: Input file &#39;art:fxalliedprismbeam.xml&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:05.8780000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxalliedprismbeam.xml&#39;.
[00:00:05.9070000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml&#39;.
[00:00:05.9150000] Error: Input file &#39;art:abconyard_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:05.9150000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_fx.w3x&#39;.
[00:00:06.8020000] Error: Input file &#39;art:abconyard_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8020000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_skn.w3x&#39;.
[00:00:06.8060000] Error: Input file &#39;art:abconyard_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8060000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_idla.w3x&#39;.
[00:00:06.8100000] Error: Input file &#39;art:abconyard_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8100000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform.w3x&#39;.
[00:00:06.8140000] Error: Input file &#39;art:abconyard_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8140000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bld.w3x&#39;.
[00:00:06.8210000] Error: Input file &#39;art:abconyard_platform_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8210000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bldw.w3x&#39;.
[00:00:06.8310000] Error: Input file &#39;art:abconyard_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8320000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_lights.w3x&#39;.
[00:00:06.8360000] Error: Input file &#39;art:aumcv_trans.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8360000] Loading &#39;file://c:\ra3 mod sdk\art\au\aumcv_trans.w3x&#39;.
[00:00:06.8740000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml&#39;.
[00:00:06.8770000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:06.8780000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:06.8810000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:06.8810000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:06.9030000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml&#39;.
[00:00:06.9070000] Error: Input file &#39;art:abcrane_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:06.9080000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_skn.w3x&#39;.
[00:00:06.9110000] Error: Input file &#39;art:abcrane_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:06.9110000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_idla.w3x&#39;.
[00:00:06.9140000] Error: Input file &#39;art:abcrane_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:06.9150000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_fx.w3x&#39;.
[00:00:06.9260000] Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceNodeAttributes(XmlAttribute srcAttrib, XmlSchemaComplexType complexType, XmlAttribute& destAttrib, XmlNode& dest)
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceXmlNode(XmlNode dest, XmlNode src, XmlSchemaParticle parent, Boolean parentsMatch, JoinAction parentAction)
   at BinaryAssetBuilder.Core.NodeJoiner.Override(XmlSchemaSet docSchema, XmlDocument document, XmlNode baseNode, XmlNode overrideNode)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.OverrideInstance(InstanceDeclar
ation instance)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.ProcessOverrides()
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentContents(AssetDeclarati
onDocument document, OutputManager outputManager, ProcessOptions op, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessIncludedDocuments(AssetDeclarat
ionDocument document, OutputManager outputManager, ProcessOptions op, Boolean usePrecompiled)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessProjectDocument(String projectPath, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocument(String fileName, Boolean generateOutput, Boolean __outputStringHashes, Boolean& success)
   at BinaryAssetBuilder.BinaryAssetBuilder.DoBuildData()
Step time taken: 00:00:08.9700000
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 /bcn:LowLOD /bps:C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.manifest 
Command Line: C:\RA3 MOD SDK\Mods\EPICFAILMOD\mod.babproj /od:C:\RA3 MOD SDK\BuiltMods /iod:C:\RA3 MOD SDK\BuiltMods /ls:true /gui:false /pc:true /vf:false /el:0 /bcn:LowLOD /bps:C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.manifest 
[00:00:00.0010000] BinaryAssetBuilder started
[00:00:00.7770000] Loading previous string hash file from C:\RA3 MOD SDK\BuiltMods\StringHashes.xml
[00:00:00.7910000] Loading compressed XML cache
[00:00:00.8190000] Session cache age is 9 days, 3 hours, 41 minutes.
[00:00:00.8220000] Checking 210 files for updates.
[00:00:00.8560000] Building all streams because c:\ra3 mod sdk\sagexml\audio.xml has no stream hints.
[00:00:00.8590000] Cached session data available.
[00:00:00.8650000] Session caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\BinaryAssetBuilder.SessionCache.xml&#39;).
[00:00:00.8660000] Network caching enabled (&#39;C:\RA3 MOD SDK\BuiltMods\cache&#39;).
[00:00:01.1510000] Loading &#39;file://c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml&#39;.
[00:00:01.2050000] Attempting use of referenced stream static.xml with configuration 
[00:00:01.2050000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\static.xml which has not been compiled, attempting to use precompiled
[00:00:02.0890000] Attempting use of referenced stream global.xml with configuration 
[00:00:03.0180000] Attempting use of referenced stream audio.xml with configuration 
[00:00:03.0180000] Stream c:\ra3 mod sdk\mods\epicfailmod\data\mod.xml references stream c:\ra3 mod sdk\sagexml\audio.xml which has not been compiled, attempting to use precompiled
[00:00:03.7210000] Loading &#39;file://c:\ra3 mod sdk\sagexml\globaldata\weapon.xml&#39;.
[00:00:04.4740000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml&#39;.
[00:00:04.4920000] Error: Input file &#39;art:gbdugout.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.4920000] Loading &#39;file://c:\ra3 mod sdk\art\gb\gbdugout.w3x&#39;.
[00:00:04.4960000] Error: Input file &#39;art:abbarracks.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.4960000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks.w3x&#39;.
[00:00:04.5000000] Error: Input file &#39;art:abbarracks_particles.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5020000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_particles.w3x&#39;.
[00:00:04.5050000] Error: Input file &#39;art:abbarracks_gag.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5050000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_gag.w3x&#39;.
[00:00:04.5090000] Error: Input file &#39;art:abbarracks_door.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5090000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_door.w3x&#39;.
[00:00:04.5130000] Error: Input file &#39;art:abbarracks_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5130000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_upgrade.w3x&#39;.
[00:00:04.5160000] Error: Input file &#39;art:abbarracks_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5160000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_skn.w3x&#39;.
[00:00:04.5190000] Error: Input file &#39;art:abbarracks_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5190000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_bld_bld.w3x&#39;.
[00:00:04.5230000] Error: Input file &#39;art:abbarracks_lightsa.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbarracks.xml). Treating it as empty.
[00:00:04.5230000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbarracks_lightsa.w3x&#39;.
[00:00:04.5400000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\basestructure.xml&#39;.
[00:00:04.5410000] Loading &#39;file://c:\ra3 mod sdk\sagexml\baseobjects\baseobject.xml&#39;.
[00:00:04.6040000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml&#39;.
[00:00:04.6140000] Error: Input file &#39;art:abairfield.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6140000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield.w3x&#39;.
[00:00:04.6170000] Error: Input file &#39;art:abairfield_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6170000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_skn.w3x&#39;.
[00:00:04.6200000] Error: Input file &#39;art:abairfield_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6200000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bld.w3x&#39;.
[00:00:04.6230000] Error: Input file &#39;art:abairfield_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6230000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_bld_bldw.w3x&#39;.
[00:00:04.6260000] Error: Input file &#39;art:abairfield_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6270000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform.w3x&#39;.
[00:00:04.6290000] Error: Input file &#39;art:abairfield_platform_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6290000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_skn.w3x&#39;.
[00:00:04.6320000] Error: Input file &#39;art:abairfield_platform_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6520000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_platform_bld_bld.w3x&#39;.
[00:00:04.6560000] Error: Input file &#39;art:abairfield_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6560000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_fx.w3x&#39;.
[00:00:04.6600000] Error: Input file &#39;art:abairfield_door_01_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6600000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_01_skn.w3x&#39;.
[00:00:04.6630000] Error: Input file &#39;art:abairfield_door_02_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6630000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_02_skn.w3x&#39;.
[00:00:04.6670000] Error: Input file &#39;art:abairfield_door_03_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6670000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_03_skn.w3x&#39;.
[00:00:04.6730000] Error: Input file &#39;art:abairfield_door_04_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6730000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_04_skn.w3x&#39;.
[00:00:04.6760000] Error: Input file &#39;art:abairfield_door_opn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6770000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_door_opn.w3x&#39;.
[00:00:04.6800000] Error: Input file &#39;art:abairfield_upgrade.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6800000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_upgrade.w3x&#39;.
[00:00:04.6830000] Error: Input file &#39;art:abairfield_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6830000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abairfield_lights.w3x&#39;.
[00:00:04.6860000] Error: Input file &#39;art:fxinvisbone.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedairfield.xml). Treating it as empty.
[00:00:04.6870000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxinvisbone.w3x&#39;.
[00:00:04.7450000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml&#39;.
[00:00:04.7510000] Error: Input file &#39;art:abbasedefense.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:04.7510000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense.w3x&#39;.
[00:00:04.7550000] Error: Input file &#39;art:abbasedefense_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:04.7550000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_skn.w3x&#39;.
[00:00:04.7580000] Error: Input file &#39;art:abbasedefense_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:04.7580000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bld.w3x&#39;.
[00:00:04.7610000] Error: Input file &#39;art:abbasedefense_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:04.7610000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_bld_bldw.w3x&#39;.
[00:00:04.7640000] Error: Input file &#39;art:abbasedefense_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:04.7640000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_fx.w3x&#39;.
[00:00:06.7420000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:06.7420000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:06.7500000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefense.xml). Treating it as empty.
[00:00:06.7500000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:06.7930000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml&#39;.
[00:00:06.7980000] Error: Input file &#39;art:abbasedefenseadvanced_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.7980000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_skn.w3x&#39;.
[00:00:06.8020000] Error: Input file &#39;art:abbasedefenseadvanced_patk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8020000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_patk.w3x&#39;.
[00:00:06.8060000] Error: Input file &#39;art:abbasedefenseadvanced_atk.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8060000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_atk.w3x&#39;.
[00:00:06.8100000] Error: Input file &#39;art:abbasedefense_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8100000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform.w3x&#39;.
[00:00:06.8150000] Error: Input file &#39;art:abbasedefense_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8150000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefense_platform_bld.w3x&#39;.
[00:00:06.8190000] Error: Input file &#39;art:abbasedefenseadvanced_bld_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8190000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_skn.w3x&#39;.
[00:00:06.8230000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8230000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bld.w3x&#39;.
[00:00:06.8260000] Error: Input file &#39;art:abbasedefenseadvanced_bld_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8270000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abbasedefenseadvanced_bld_bldw.w3x&#39;.
[00:00:06.8300000] Error: Input file &#39;art:fxalliedprismbeam.xml&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedbasedefenseadvanced.xml). Treating it as empty.
[00:00:06.8300000] Loading &#39;file://c:\ra3 mod sdk\art\fx\fxalliedprismbeam.xml&#39;.
[00:00:06.8660000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml&#39;.
[00:00:06.8720000] Error: Input file &#39;art:abconyard_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8720000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_fx.w3x&#39;.
[00:00:06.8760000] Error: Input file &#39;art:abconyard_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:06.8760000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_skn.w3x&#39;.
[00:00:06.8800000] Error: Input file &#39;art:abconyard_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:08.9970000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_idla.w3x&#39;.
[00:00:09.0020000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform.w3x&#39;.
[00:00:09.0020000] Error: Input file &#39;art:abconyard_platform.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0160000] Error: Input file &#39;art:abconyard_platform_bld.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0160000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bld.w3x&#39;.
[00:00:09.0250000] Error: Input file &#39;art:abconyard_platform_bldw.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0250000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_platform_bldw.w3x&#39;.
[00:00:09.0310000] Error: Input file &#39;art:abconyard_lights.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0310000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abconyard_lights.w3x&#39;.
[00:00:09.0360000] Error: Input file &#39;art:aumcv_trans.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyard.xml). Treating it as empty.
[00:00:09.0360000] Loading &#39;file://c:\ra3 mod sdk\art\au\aumcv_trans.w3x&#39;.
[00:00:09.0850000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml&#39;.
[00:00:09.0900000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:09.0900000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:09.0950000] Error: Input file &#39;art:abwarfactoryrepairbay.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedconstructionyardrepairbay.xml). Treating it as empty.
[00:00:09.0950000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abwarfactoryrepairbay.w3x&#39;.
[00:00:09.1230000] Loading &#39;file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml&#39;.
[00:00:09.1280000] Error: Input file &#39;art:abcrane_skn.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1290000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_skn.w3x&#39;.
[00:00:09.1340000] Error: Input file &#39;art:abcrane_idla.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1350000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_idla.w3x&#39;.
[00:00:09.1390000] Error: Input file &#39;art:abcrane_fx.w3x&#39; not found (referenced from file://c:\ra3 mod sdk\sagexml\allied\structures\alliedcrane.xml). Treating it as empty.
[00:00:09.1390000] Loading &#39;file://c:\ra3 mod sdk\art\ab\abcrane_fx.w3x&#39;.
[00:00:09.1640000] Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceNodeAttributes(XmlAttribute srcAttrib, XmlSchemaComplexType complexType, XmlAttribute& destAttrib, XmlNode& dest)
   at BinaryAssetBuilder.Core.NodeJoiner.ReplaceXmlNode(XmlNode dest, XmlNode src, XmlSchemaParticle parent, Boolean parentsMatch, JoinAction parentAction)
   at BinaryAssetBuilder.Core.NodeJoiner.Override(XmlSchemaSet docSchema, XmlDocument document, XmlNode baseNode, XmlNode overrideNode)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.OverrideInstance(InstanceDeclar
ation instance)
   at BinaryAssetBuilder.Core.AssetDeclarationDocument.ProcessOverrides()
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentContents(AssetDeclarati
onDocument document, OutputManager outputManager, ProcessOptions op, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessIncludedDocuments(AssetDeclarat
ionDocument document, OutputManager outputManager, ProcessOptions op, Boolean usePrecompiled)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocumentInternal(String logicalPath, String sourcePath, OutputManager outputManager, ProcessOptions op)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessProjectDocument(String projectPath, Boolean generateOutput)
   at BinaryAssetBuilder.Core.DocumentProcessor.ProcessDocument(String fileName, Boolean generateOutput, Boolean __outputStringHashes, Boolean& success)
   at BinaryAssetBuilder.BinaryAssetBuilder.DoBuildData()
Step time taken: 00:00:12.0730000
File copied: C:\RA3 MOD SDK\Mods\EPICFAILMOD\data\mod.str to C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD\data\mod.str
Step time taken: 00:00:00.0100000
Step time taken: 00:00:00.1270000
C:\Users\Chris\Documents\Red Alert 3\Mods\EPICFAILMOD\EPICFAILMOD.big
File copied: C:\RA3 MOD SDK\BuiltMods\Mods\EPICFAILMOD.big to C:\Users\Chris\Documents\Red Alert 3\Mods\EPICFAILMOD\EPICFAILMOD.big
Step time taken: 00:00:00.0110000
File written: C:\Users\Chris\Documents\Red Alert 3\Mods\EPICFAILMOD\EPICFAILMOD_1.0.skudef
Step time taken: 00:00:00.0100000
Build Completed
Build time taken: 00:00:35.2820000


i think this is the problem i found a few of these as errors:
Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.

but when i looked in the error log tab in the SDK it was under the normal errors and not the critical errors.could this be my problem?

btw sorry for the double post but an edit doesn't update the topic

EDIT:
the codebox didn't work so i'm sorry for post length

Edited by huhnu, 23 April 2009 - 21:20.


#10 Slye_Fox

    FOXTec Leader

  • Project Leader
  • 2351 posts
  • Projects: CnC: Condition Red, Sigma Invasion, Armoured Sky: Ethereal Dawn

Posted 18 April 2009 - 02:56

it's just 'code' for the BBcode

just tell us the errors you get fromt he error tab
Posted Image

#11 BeefJeRKy

    Formerly known as Scopejim

  • Gold Member
  • 5114 posts
  • Projects: Life

Posted 18 April 2009 - 04:55

:D All those errors remind me of my Java programming :P
Posted Image

#12 Golan

    <Charcoal tiles available>

  • Member Test
  • 3300 posts

Posted 18 April 2009 - 07:36

*sigh*
Either download JonWil's Dummy art files for RA3 or remove those stupid ART: includes yourself. They are of no use to you but are responsible for 99% of those errors - even though theses errors aren't important, it makes it almost impossible to find the important error reports.

Edited by Golan, 18 April 2009 - 07:37.

Now go out and procreate. IN THE NAME OF DOOM!

#13 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 19 April 2009 - 23:00

i know all those art code errors dont matter thats why i only pointed out that one that says

"Error: System.IndexOutOfRangeException: Index was outside the bounds of the array."

so does anyone know what that means. and all the errors you see were under the normal error tab not the critical errors

#14 Golan

    <Charcoal tiles available>

  • Member Test
  • 3300 posts

Posted 20 April 2009 - 08:34

You should get rid of those regardless. It speeds up the debugging process immensely.

What are you trying to do anyways? There's only files being loaded, not a single one being compiled. Also, all the loaded files are the stock SageXml files, not a single one of your mod. Are you suer that you aren't using the mod.xml you posted in the initial post?
Anyways, seeing that the BAB crashes at the same time in both the normal and low version, the error related either to AlliedCrane.xml or AlliedNavalYard.xml (assuming you are using the mod.xml from your initial post).
Now go out and procreate. IN THE NAME OF DOOM!

#15 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 20 April 2009 - 20:18

View PostGolan, on 20 Apr 2009, 4:34, said:

You should get rid of those regardless. It speeds up the debugging process immensely.

What are you trying to do anyways? There's only files being loaded, not a single one being compiled. Also, all the loaded files are the stock SageXml files, not a single one of your mod. Are you suer that you aren't using the mod.xml you posted in the initial post?
Anyways, seeing that the BAB crashes at the same time in both the normal and low version, the error related either to AlliedCrane.xml or AlliedNavalYard.xml (assuming you are using the mod.xml from your initial post).



well i didn't really change my mod.xml just tried different methods of putting in the includes i'll post the one i have currently.and i'm really sorry if this is an inconvieniance(i have trouble spelling big words like this) i am getting the Dummy Art files right now



My Mod.xml

<?xml version="1.0" encoding="UTF-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Tags></Tags>
	<Includes>
		<!--
			mod.xml is the central include for mod setup data.		
		-->
		<!-- These includes need to be in all mod.xml files -->
		<Include type="reference" source="DATA:static.xml" />
		<Include type="reference" source="DATA:global.xml" />    
		<Include type="reference" source="DATA:audio.xml" />
		<!--Other Xml&#39;s-->
		<Include type="all" source="DATA:GlobalData/Weapon.xml"/>
		<!-- Editing the Allied side -->
		<Include type="all" source="DATA:Allied/Structures/AlliedBarracks.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedAirfield.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedBaseDefense.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedBaseDefenseAdvanced.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedConstructionYard.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedConstructionYardRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedCrane.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedNavalYard.xml"/>
	    <Include type="all" source="DATA:Allied/Structures/AlliedNavalYardRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedOutPost.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedPowerPlant.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedPowerPlantTurbine.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedRadarDish.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedRefinery.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedSuperWeapon.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedSuperWeaponAdvanced.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedTechStructure.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWallPiece.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWallSegmentPiece.xml"/>
		<Include type="all" source="DATA:Allied/Structures/AlliedWarFactoryRepairBay.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAirfieldRepairDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiAirShip.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiAirVehicleTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiGroundAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiInfantryVehicle.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiInfantryInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiNavalScout.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiNavyShipTech1.xml"/>
	    <Include type="all" source="DATA:Allied/Units/AlliedAntiStructureShip.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiStructureVehicle.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiVehicleVehicleTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAntiVehicleVehicleTech3.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedAttackDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedBomberAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedCommandoTech1.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedEngineer.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedFighterAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedInfiltrationInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedMCV.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedMiner.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedNavalYardRepairDrone.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedScoutInfantry.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedSupersonicBomber.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedSupportAircraft.xml"/>
		<Include type="all" source="DATA:Allied/Units/AlliedWarFactoryRepairDrone.xml"/>
	</Includes>

</AssetDeclaration>


#16 Golan

    <Charcoal tiles available>

  • Member Test
  • 3300 posts

Posted 20 April 2009 - 21:11

These includes only point to the files in the SageXML file. Unless you have overwritten the original files, they won't be of any use to you.
Now go out and procreate. IN THE NAME OF DOOM!

#17 R3ven

    Veteran

  • Project Team
  • 468 posts

Posted 20 April 2009 - 21:14

i have overwritten the originals. just as a test i made something completely stupid.i made it so that a peacekeeper takes an entire minute to build.i chose to use that as a test cuz it wouild be very easy to do and notice.but it still builds at 5 seconds :P



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users