Static Guns

havok

Member
So I have been adding some objects to base building 1.3, and now that I have started adding static guns, I am having an issue. When i get in them to use them, the screen goes black, never to return. I can see my GUI, but everything else is black until I relog.
Thoughts?
 
In the build_list.sqf file, in the recipe for the gun, the option for _isSimulated (3rd from the last) needs to be set to true. There is a check later in the code that reviews this option and then removes all physics from the object.

I could still interact, but it behaved like any other object - static.
 
Back
Top