Once upon a time in a custom match I saw one of the Stalingrad maps, but it was covered with a thin layer of snow. (No, it was not a tractor plant) I really want to replicate the effect. Does anyone know how to do this?
Do you mean the Stalingrad map with the Fallen Fighters’ Square in it?
I have seen people do that by editting the level.blk file
Unfortunately, I don’t remember which map it was.
Maybe this.
https://sandbox.enlisted.net/post/wNurNy8XC2ddAG2B/
I’m interested in how to make such a layer of snow.
You are so lucky
The author uploaded the scene.blk
, i.e. you can download and see how he did it
Thanks. I’ll download this and try to see how it’s done.
From
entity{
_template:t="envi_cover_template"
envi_cover_reflectance:r=1.118
envi_cover_intensity_map_left_top_right_bottom:p4=-1024, 1024, 1024, -1024
envi_cover_normal_mask_threshold:r=0.6
envi_cover_intensity_map:t="normandy_ardennes_det_snow_cover_tex_m*"
envi_cover_translucency:r=-1
envi_cover_noise_high_frequency:r=10
envi_cover_normal_infl:r=0.24
envi_cover_normal:p4=0, 1, 0.1, 0
envi_cover_smoothness:r=0.1
envi_cover_albedo:p4=0.678, 0.871, 0.906, 0
}
WAAAAAAAAAAAAAAAAA
I ran to try it
Ok, it worked, but not at all as I expected.
The entities are well covered with snow
it cannot be said about the ground.
Now I’ll try to craft something from trench walls or look for something about global textures on the forum.
You can use this snow sphere to add more snow wherever you want.
snow_sphere{
_use:t="projective_decal"
_use:t="resupply_for_ground_vehicle_zone"
resupply_zone__team:i=3
sphere_zone__radius:r=8.0
decal__thickness:r=10.15
_tracked:t="sphere_zone__radius"
}
Put it in entities.blk
Great stuff!
And I should spawn fewer spheres.
Did it appear when the mod was launched, or after a bunch of spheres were placed?
You can increase the width using some parameters.
sphere_zone__radius:r=8.0
decal__thickness:r=10.15
I suppose they’re responsible for the size of the sphere.
When I filled half the map with spheres.
I also found a small problem. On slopes the sphere turns into a strip.
You can rotate the sphere, tilt it to make more snow, and you can also raise or lower the object.