[GS] DLCs seem to be overriding my changes

Elucidus

King
Joined
Mar 3, 2002
Messages
983
Location
USA
I tried changing the cost of techs, the ones from DLCs aren't changing, while the ones from vanilla are. I tried different load orders in both the properties section and the UpdateDatebase section of modinfo, but they don't seem to work (I tried -100, 10, 100).

To be fair I am just testing because I was trying more complex things and that wasn't working either so I would see if I was able to change GS tech costs.
 
LoadOrder in the Mod's Properties section no longer works as I am told by @Laurana Kanan (hope I get her username right)
For LoadOrder in an action, are you using like this?
Code:
    <UpdateDatabase id="XML_Actions">
      <Properties>
        <LoadOrder>100</LoadOrder>
      </Properties>
      <File>Something.xml</File>
    </UpdateDatabase>
If so, try a much higher load order number, like 1000 as a minimum
 
Back
Top Bottom