How to make a layer of snow?

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?

1 Like

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

1 Like

Unfortunately, I don’t remember which map it was.

1 Like

Maybe this.

https://sandbox.enlisted.net/post/wNurNy8XC2ddAG2B/

I’m interested in how to make such a layer of snow.

2 Likes

You are so lucky
image
The author uploaded the scene.blk, i.e. you can download and see how he did it

1 Like

Thanks. I’ll download this and try to see how it’s done.

2 Likes

From Bazsi37

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
}
2 Likes

WAAAAAAAAAAAAAAAAA :dromedary_camel: :dromedary_camel: :dromedary_camel:

1 Like

image

1 Like

I ran to try it :seal: :seal: :seal:

1 Like

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.

2 Likes

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

2 Likes

Great stuff!

image

And I should spawn fewer spheres.

2 Likes

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.

1 Like

When I filled half the map with spheres.

I also found a small problem. On slopes the sphere turns into a strip.

1 Like

You can rotate the sphere, tilt it to make more snow, and you can also raise or lower the object.

1 Like