Page 1 of 1

SnowAt mutator

Posted: Sun Nov 19, 2023 11:00 am
by Buggie
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
SnowAt.zip
(2.48 KiB) Downloaded 23 times
   
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.

Re: SnowAt mutator

Posted: Thu Nov 23, 2023 9:53 pm
by f7r

Code: Select all

	HN.X = Snow.CollisionRadius;
	HN.X = HN.Y;
	HN.Z = Snow.CollisionHeight;
Shouldn't it (HN.X = HN.Y) be the other way around?

Re: SnowAt mutator

Posted: Thu Nov 23, 2023 10:30 pm
by Buggie
Yes, you right, typo.
Fixed.
Updated in first post.