PDA

View Full Version : WOFF WOTR scenery in CFS3



mongoose
September 9th, 2020, 18:37
I have seen several threads and posts on this before, including http://www.sim-outhouse.com/sohforums/showthread.php/63049-Screenshots!/page32, but nowhere is ther a coherent step by step procedure which could be in the knowledge base sticky. That would be useful for all including myself!:dizzy::wiggle:

Daiwilletti
September 10th, 2020, 14:10
I start with the landclass.xml file. That tells me which scenery textures are used for each landclass, eg "dry woody scrub". It also tells you which .lso and .mos files attach to which .dds textures. (The .dds textures are named the same as the .mos and .lso files) If you have scenery textures floating around that are not listed in the landclass.xml, they are redundant in terms of scenery, except where the textures are required for facilities. You can easily test that by backing up and removing redundant textures from your Assets folder.

When porting over .dds textures to the Assets folder, you need to ensure that you port over the matching .lso file (as specified in the landclass.xml file), and you also need to ensure there are no duplicates in the Asset folder. I always use the same set of sub-folder names in the Assets folder for quick comparison between installs.

<LandClass Id="51" Name="Dry Woody Scrub" Dim="9216" Priority="20" IsWater="No" Mask="GenericLandClassMask.xml">
<Seasons>
<Season Name="Summer">
<Variations>
<Variation Mosaic="051summer1.mos" Scenery="051summer1.lso" />
<Variation Mosaic="051summer2.mos" Scenery="051summer2.lso" />
<Variation Mosaic="051summer3.mos" Scenery="051summer3.lso" />
</Variations>
</Season>
<Season Name="Winter">
<Variations>
<Variation Mosaic="051winter1.mos" Scenery="051summer1.lso" />
<Variation Mosaic="051winter2.mos" Scenery="051summer2.lso" />
<Variation Mosaic="051winter3.mos" Scenery="051summer3.lso" />
</Variations>
</Season>

mongoose
September 10th, 2020, 14:40
I'm not quite sure I understand WRT to the basic set up and what Dan is saying here:-

"You need to replace the contents of your assets and terrains folders with the ones from WOFF {WOTR)"

and WRT WM scenery manager

"...........but it is a little more complicated to get it set up in WM Scenery manager to be able to change seasons, but still mainly just a matter of putting files in the right folders............"

My point is, I need to know how to set it up WRT seasons either without if possible, of if not, with WM Scenery Manager.

grover1
September 11th, 2020, 12:19
I've compiled a guide to installing WOFF/WOTR scenery into CFS3. It's a bit of a process to set up. I'll post the guide later today

mongoose
September 13th, 2020, 06:33
How's the guide going?

Leichim
September 6th, 2021, 22:39
Any chance of getting that manual?
👍🏻

Threedp
September 7th, 2021, 04:33
I know I did one meticulously and posted it. I can do that again, but can I make it 'sticky'?

mongoose
September 7th, 2021, 12:53
Put it in this thread
http://www.sim-outhouse.com/sohforums/showthread.php/40606-Projected-knowledge-base

Threedp
September 7th, 2021, 14:52
Done! Hope it's helpful.

mongoose
September 7th, 2021, 15:12
Thanks! At least the post won't disappear!