Might make a 5x speed and 5x production variant, basically 25x the output compared to Vanilla, but also 25x the resource consumption if in high demand enough
can u make those as seperate blueprints so we can start with vanila factory and upgrade to those perhaps ? it would be amazing as i hate my self sufficent wharf i gotta go messy to place all the modules around
There's an incorrect replacement for a few of the commonwealth T1 materials. Ore consumption and hydrogen consumption will retain there default amount for refined metal and antimatter cell production. To resolve this, edit the replace line in the XML wares.xml:
Since you are an active modder for X$ might you look at making a new mod like.. Buy and Sell Stations I wish I knew how to mod so I could do it myself. :(
12 comments
<replace sel="//ware[@id='refinedmetals']/production[@method='default']/primary/ware[@ware='graphene']/@amount">720</replace>
TO
<replace sel="//ware[@id='refinedmetals']/production[@method='default']/primary/ware[@ware='ore']/@amount">720</replace>
AND
<replace sel="//ware[@id='antimattercells']/production[@method='default']/primary/ware[@ware='graphene']/@amount">960</replace>
TO
<replace sel="//ware[@id='antimattercells']/production[@method='default']/primary/ware[@ware='hydrogen']/@amount">960</replace>
(Just change 'graphene' to it's respective ware)
I wish I knew how to mod so I could do it myself. :(