Map Not Rembering?

Public Forum open to all visitors.
Post Reply
User avatar
Sniper62
Site Admin
Posts: 2658
Joined: Sat Jun 19, 2004 4:38 am
Location: Alexandria, VA
Contact:

Map Not Rembering?

Post 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
Sniper62
CO RAF 617 Squadron "The DamBusters"
Image

My Movies: (youtube links, PM me if you are interested in higher res)-BARCAP in Action-Fighter Action-Fighter Action #2-Sniper of 09s-109f1vsSpitV
Post Reply