Tiny and easy mutator.
Spawn snow at actors of specific class
Install:
Add to mutator list SnowAt.SnowAt (or to ServerActors - preferred way)
Not need add it into ServerPackages. However, you need do it for snow.
Settings:
Look at SnowAt.ini file
Auto merged new post submitted 1 hour 46 minutes later
Update: Add MaxHeight.
Auto merged new post submitted 8 minutes later
Update: Fix set height if not hit ceiling.
SnowAt mutator
-
- Godlike
- Posts: 2474
- Joined: Sat Mar 21, 2020 5:32 am
SnowAt mutator
You do not have the required permissions to view the files attached to this post.
Last edited by Buggie on Thu Nov 23, 2023 10:30 pm, edited 1 time in total.
-
- Experienced
- Posts: 106
- Joined: Mon Oct 19, 2020 6:53 pm
Re: SnowAt mutator
Code: Select all
HN.X = Snow.CollisionRadius;
HN.X = HN.Y;
HN.Z = Snow.CollisionHeight;
-
- Godlike
- Posts: 2474
- Joined: Sat Mar 21, 2020 5:32 am