This member has provided no bio about themself...

Comment History
SavageCarWash
SavageCarWash - - 1 comments @ X'treme Wars.

I know it's a bit late but for those of you who wish for the new FatBoy to still be a mobile factory, I have found a fix.

You will need a simple text editor like notepad++.

Open up the X'treme Wars mod folder and go to Units>UEF>Tech3Exp>UEL0401

Then open up the unit.bp file in your text editor and find or word search(control F) the code line, remove the "()" from the code

(Economy( = {)
BuildCostEnergy = 307500,
BuildCostMass = 24600,
BuildRate = 180,
BuildTime = 18450,

Directly under this code line paste this,

(BuildableCategory) (= {)
'BUILTBYTIER3FACTORY UEF MOBILE LAND',
'BUILTBYTIER2FACTORY UEF MOBILE LAND',
'BUILTBYLANDTIER2FACTORY UEF MOBILE LAND',
},

Next, find the code line,

General = {

Directly under this line paste this,

(BuildBones) (= {)
(BuildEffectBones) (= {)
'Arm_Right01_Build_Emitter',
'Arm_Right02_Build_Emitter',
'Arm_Right03_Build_Emitter',
'Arm_Left01_Build_Emitter',
'Arm_Left02_Build_Emitter',
'Arm_Left03_Build_Emitter',
},
},

And you're done, be sure to save the changes before booting up the game. It's a bit janky but you'll have the new FatBoy changes and it will be able to build land units again.

Good karma+1 vote