Decals under Map Features
Moderator: Moderators
Decals under Map Features
I was wondering if there are any examples of ground decals under features, sort of like a shadow or something?
Re: Decals under Map Featuers
well not like a shadow cause thats already in the engine, more like defining a texture for the ground so that we can put dirt around trees without having to bake it into the ground texture map. or for geothermal spots and metal spots making them look prettier as a decal only feature. etc etc..
Re: Decals under Map Featuers
Decals for features are new to the engine... infact I think they are so new as to not be in 90.0 (not in the changelog!) 

Re: Decals under Map Featuers
kloot added that:.
https://github.com/spring/spring/commit ... 35e33e5908
but yes, does not seem to work yet in 90.0
I copied this:from a unit into a feature and there was no ground decal.
(units can have decals if you didnt know)
Also tried but same.
https://github.com/spring/spring/commit ... 35e33e5908
but yes, does not seem to work yet in 90.0
I copied this:
Code: Select all
useBuildingGroundDecal =true,
buildingGroundDecalType = "grounddecal_factory.png",
buildingGroundDecalSizeX = 5,
buildingGroundDecalSizeY = 10,
(units can have decals if you didnt know)
Also tried
Code: Select all
useGroundDecal =true,
groundDecalTypeName = "grounddecal_factory.png",
groundDecalSizeX = 5,
groundDecalSizeY = 10,
Re: Decals under Map Featuers
ooh, then it sounds like the next release will make features look even better! :D
Re: Decals under Map Featuers
Use them sparingly, they are quite expensive (test with BA and lots of buildings, then type /grounddecals 0 or 1)