1
0
Fork 0

WS30: Add vpb directory to suffixes for terrasync

This allows WS3.0 to sync scenery over terrasync.

At present there is no UI to enable this, as WS3.0
is not available on the main terrasync servers.  So
it needs to be manually enabled by setting

--prop:/sim/rendering/scenery-path-suffix[98]/enabled=true

Note that WS3.0 has a dependency on the airport
data that is stored under the Terrain suffix.

Thanks to merspieler for setting up a test
terrasync server to test this.
This commit is contained in:
Stuart Buchanan 2023-07-31 21:25:51 +01:00
parent 4f7a93d0ba
commit 3fccf08abe

View file

@ -513,6 +513,11 @@ Started September 2000 by David Megginson, david@megginson.com
<enabled type="bool" userarchive="y">false</enabled>
</scenery-path-suffix>
<scenery-path-suffix n="98">
<name type="string">vpb</name>
<enabled type="bool" userarchive="y">false</enabled>
</scenery-path-suffix>
<!-- Terrain must be last, as the suffixes are searched in order -->
<scenery-path-suffix n="99">
<name type="string">Terrain</name>