• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FS2004 black texture in Generic Building system

Messages
84
Country
italy
greeting to all first, I open this post repeating what has already been written in a previous one (Error compiling generic buildings), where I can not find answer, perhaps because a little bit old; anyway:
...quote ...
first of all thank you very much for your Generic Building application I used for many sceneries, in elementary way by compiling directly the syntax and without use of any other tool. I also used the related textures in my simple library.
I would like to ask you, or to anybody that can help me in this way, for a thing I cannot understand, as:
In the "MultiSideBuilding" application, with "sizeRoofY" > 0 (sloope roof) the result is black texture, anyway. Changing the "sizeRoofY" = 0 (flat roof) the textures are ok.
Thanks in advance for an appreciated reply
Aldo

PS: here the syntax applied
....................................
<!-- EDIFICIO MULTILATO TEST 1 -->
<SceneryObject
lat="N31 41.4100"
lon="E07 49.3800"
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="000.00"
imageComplexity="NORMAL">
<GenericBuilding
scale="1.00"
bottomTexture="68"
roofTexture="21"
topTexture="68"
windowTexture="41">
<MultiSidedBuilding
buildingSides="12"
smoothing="FALSE"
sizeX="50"
sizeZ="50"
sizeBottomY="5"
textureIndexBottomX="768"
sizeWindowY="40"
textureIndexWindowX="768"
textureIndexWindowY="1024"
sizeTopY="5"
textureIndexTopX="768"
sizeRoofY="1"
textureIndexRoofX="256"
textureIndexRoofY="256"
textureIndexRoofZ="256"/>
</GenericBuilding>
</SceneryObject>
 

Attachments

  • GenBuild_black roof.jpg
    GenBuild_black roof.jpg
    71.6 KB · Views: 429
I assume it is a limitation of FS?
thanks TGibson, for kind reply.
I'd like to understand it because there will be a reason, for sure. I also built the same building by using Object Placer (inside the tool the building you is correct) but the risult still remain black.
thanks, anyway
Aldo
 

Attachments

  • ObPlacer.jpg
    ObPlacer.jpg
    159.3 KB · Views: 420
  • ObPlacer_test.jpg
    ObPlacer_test.jpg
    333.4 KB · Views: 362
Back
Top