• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Multiple scenery texture sheets

AnKor

Members +
Hi!As you may know all scenery objects like trees and houses use ScenerySheet01.dds texture (in stock CFS3, different name in WOFF).When I was working on my DX9 shaders I made an assumption that only one such texture sheet can be used at a time.However the wording in Terrain SDK and file structure hints that it might be possible to have multiple texture sheets used together:
Sheet.dds – The name of the texture sheet to which the textures will be added. All of the textures used by all scenery models are placed on one or more texture sheets.
Does anyone know anything about it?It won't work with DX9 shaders now, but maybe someone tried it long ago?
 
Sorry for odd formatting. Recently this forum started to remove all line breaks from my posts and when I try to edit it just shows blank input area. Maybe it is not a forum problem, but Opera browser I am using to visit it.
 
I messed around with this years ago and I think it is possible. The tricky bit is the size of the .dds, the number of textures on it and how they are called up on the .xml. I gave up because of the trouble I was having creating the .sm models that use it.

It's no different than any other cfs3 texture so could your problem be linked to the type of model that uses them perhaps?
 
Thanks. So I guess this feature (even if it works) is not used in anywhere. I don't have any specific problem with it, I'm just curious whether I need to support it in my shaders :)
 
Back
Top