Page 1 of 1

Map Not Rembering?

Posted: Mon Oct 10, 2011 3:16 pm
by Sniper62
in the wwiiol.xml file, the line

Code: Select all

<value name="stratFilter.showbridges" type="bool" value="false"/>
needs to be changed to

Code: Select all

<scalar name="stratFilter.showbridges" type="bool" value="false"/>
and now the map will remember that bridges are turned off.

so for all of the map settings (stratFilter.) the "<value name=" needs to be changed to "<scalar name="

Code: Select all

  <scalar name="scaleMap.0" type="double" value="0.000000"/>
  <scalar name="scaleMap.1" type="double" value="0.000000"/>
  <scalar name="scaleMap.2" type="long" value="0"/>
  <scalar name="scaleMap.3" type="long" value="0"/>
  <scalar name="scaleMap.4" type="long" value="1"/>
  <scalar name="stratFilter.showairfields" type="bool" value="false"/>
  <scalar name="stratFilter.showbridges" type="bool" value="false"/>
  <scalar name="stratFilter.showbrigades" type="bool" value="false"/>
  <scalar name="stratFilter.showcps" type="bool" value="true"/>
  <scalar name="stratFilter.showews" type="bool" value="true"/>
  <scalar name="stratFilter.showmydivision" type="bool" value="false"/>
  <scalar name="stratFilter.showobjectives" type="bool" value="false"/>
  <scalar name="stratFilter.showports" type="bool" value="false"/>
http://discussions.playnet.com/showthread.php?t=376595