Transport Restricted Unload
-
from PoS2:
<!-- transports may not unload to multiple territories --> <property name="Transport Restricted Unload" value="true" editable="false"> <boolean/> </property>
what i tried in my .xml (because i've always hated that rule)
<property name="Transport Restricted Unload" value="false" editable="false"> <boolean/> </property>
only it didn't work. is there some other setting that contradicts this one? or is it an old option that is no longer valid? [i'm using TripleA 2.5.22294]
-
@cameron I've not tested this option in years, but a couple things:
1- You don't need to have the option false: the default is always false, so not having the option is the same as having it false. Normally, you have false options if you want to offer them as editable.
2- The basic behaviour of possibly offloading to more than one land zone is restricted to non-combat movements only. -
bah. it does only apply to noncombat unloading. well that sucks. oh well.
thanks for the reply.