Fieldstone

Your forum for all discussions around Modding.
GamingXSpaceStudio
Posts: 1
Joined: Wed Jun 29, 2022 2:52 pm

Fieldstone

Post by GamingXSpaceStudio »

Hello, I have a problem when I want to modify a map to put the stones in the fields. Indeed, these do not appear despite the fact that I have made all the necessary changes:
-> Added densityMap_stones.png which turned into GDM
-> Added "Stones" in the root of the map by modifying with Notepad++ (added <File fileId="253" filename="$data/foliage/stone/stone.xml"/> and <FoliageMultiLayer densityMapId=" 282" numChannels="3" numTypeIndexChannels="0">
<FoliageType name="stone" foliageXmlId="253"/>
</FoliageMultiLayer>
-> Addition in the maps_densityMapHeightTypes: <densityMapHeightType fillTypeName="STONE" maxSurfaceAngle="32" fillToGroundScale="1.0" allowsSmoothing="false">
<collision scale="0.80" baseOffset="0.0" minOffset="0.0" maxOffset="0.0" />
-> Added in the maps_fillTypes: <fillType name="STONE" title="$l10n_fillType_stone" showOnPriceTable="true" achievementName="DeliveryStones" unitShort="$l10n_unit_literShort">
<physics massPerLiter="1.6" maxPhysicalSurfaceAngle="35" />
<economy pricePerLiter="0.05" />
<image hud="$dataS/menu/hud/fillTypes/hud_fill_stone.png" />
<diffuse textures="$data/fillPlanes/stone_diffuse.png"
normal ="$data/fillPlanes/stone_normal.png"
specular="$data/fillPlanes/stone_specular.png"
distance="$data/fillPlanes/distance/stoneDistance_diffuse.png" />
</fillType>
Despite all these modifications, it doesn't appear on IG and I don't understand why if anyone has a solution please :)