chopped straw ausbauen

    Hallo,

    öffne die i3d der Map mit einem Texteditor (ich empfehle Notapad++) und such nach folgenden Einträgen und lösche sie raus.
    Die fileId's variieren von Map zu Map und stimmen bei dir nicht überein.


    Quellcode

    1. <File fileId="124" filename="choppedStraw/foliage_maize_haulm_diffuse.png" relativePath="true"/>
    2. <File fileId="125" filename="choppedStraw/foliage_rape_haulm_diffuse.png" relativePath="true"/>
    3. <File fileId="126" filename="choppedStraw/foliage_straw_haulm_diffuse.png" relativePath="true"/>
    4. <File fileId="123" filename="choppedStraw/straw_haulm_density.png" relativePath="true"/>


    Quellcode

    1. Material name="maizeHaulmMaterial" materialId="962" ambientColor="1 1 1" customShaderId="48">
    2. <Texture fileId="124"/>
    3. <CustomParameter name="alphaBlendStartEnd" value="70 75 0 0"/>
    4. </Material>
    5. <Material name="rapeHaulmMaterial" materialId="74" ambientColor="1 1 1" customShaderId="48">
    6. <Texture fileId="125"/>
    7. <CustomParameter name="alphaBlendStartEnd" value="70 75 0 0"/>
    8. </Material>
    9. <Material name="strawHaulmMaterial" materialId="65" ambientColor="1 1 1" customShaderId="48">
    10. <Texture fileId="126"/>
    11. <CustomParameter name="alphaBlendStartEnd" value="70 75 0 0"/>
    12. </Material>
    Alles anzeigen


    Quellcode

    1. <FoliageMultiLayer densityMapId="123" numChannels="3" numTypeIndexChannels="0">
    2. <FoliageSubLayer name="choppedMaize_haulm" densityMapChannelOffset="2" numDensityMapChannels="1" materialId="962" cellSize="8" viewDistance="80" objectMask="65520" atlasSize="1" atlasOffsets="1 0" numBlocksPerUnit="1.4" width="1.5" height="1" widthVariance="0" heightVariance="0" horizontalPositionVariance="0.1" blockShapeId="35"/>
    3. <FoliageSubLayer name="choppedRape_haulm" densityMapChannelOffset="1" numDensityMapChannels="1" materialId="74" cellSize="8" viewDistance="80" objectMask="65520" atlasSize="1" atlasOffsets="1 0" numBlocksPerUnit="1.4" width="1.5" height="0.5" widthVariance="0" heightVariance="0" horizontalPositionVariance="0.1" blockShapeId="7"/>
    4. <FoliageSubLayer name="choppedStraw_haulm" numDensityMapChannels="1" materialId="65" cellSize="8" viewDistance="80" objectMask="65520" atlasSize="1" atlasOffsets="1 0" numBlocksPerUnit="1.4" width="1.5" height="0.5" widthVariance="0" heightVariance="0" horizontalPositionVariance="0.1" blockShapeId="7"/>
    5. </FoliageMultiLayer>