Foxy
Foxy
Fixing game breaking bugs like duping and combat logging will be a massive change as well but that doesn't mean we won't gladly do it.
It's easy to get rid of polys. If you need any help bringing it over to Arma let me know.
Believe it or not Arma does indeed have physics simulation. Kind of a prerequisite for vehicles really. Is there a problem with the water barrel physics?
It seems the problem is actually empty statements i.e. ```sqf _x = { ; }; ``` The error was initially caused by this: ```sqf #define DEBUG_LOG_TRACE #define Debug_Log_Impl(mode, message) (diag_log...
I've added commands by modifying the engine memory structures at runtime.