Helly Saxxon,
i guess its not a bug. mod info says:
[WARNING] Use On big map for full effect! Its HUGE!Just some values from the blueprint:
Health = 4000000000000000000,
MaxHealth =4000000000000000000,
(those numbers are way to big)
Deathweapon Damage = 25000000000000000000000000,
(way to big)
Deathweapon Damage = DamageRadius = 50000,
(a 81x81 map is 4096x4096 big. So this building has a radius for a 990x990 map. har har)
Size, Skirtsize and UniformScale does not match.
(Uniformsacale is to big, size and skirtsize are to small for this building)
Unitcategory has 'CIVILIAN' included.
(Should be UEF in case you use this as player. AI problem...)
But if you like to build this (smaller) then try to modify the blueprint.
Open the file:
- Code: Select all
blacksun_unit.bp
Search for this line:
- Code: Select all
UniformScale = 15,
And change it to:
- Code: Select all
UniformScale = 0.5,
Now you can build the building on a 5x5 map.