Dystopian

Results 42 comments of Dystopian

Also maybe single scroll click is a good idea instead of double left click for menu call (if it possible).

- settings (causes script error): ``` onLoad = " (_this select 0) call cba_settings_fnc_openSettingsMenu; (_this select 0) closeDisplay 0;\"; onLoad = "(_this select 0) call cba_settings_fnc_openSettingsMenu; (_this select 0) closeDisplay...

> > Mikro adds `weapons[] = {};` if not defined (is this required by arma?) > > It's not, but it doesn't matter, in ACE3 it's in the template anyways,...

> But only if RECOMPILE is set? yes, and only on game start

Just tested. Works as expected, CBA functions present, ACE Arsenal works. And at least `SKIP_SCRIPT_NAME` definition is ignored in missionNamespace functions.

Because I want to patch some CBA function and if I understand correctly RECOMPILE works only on game start.

Patch to modify function, add something, maybe fix some bug, maybe just test/debug. Usual development.

1. At least random civilian is much better than that man wearing blue striped shirt in almost every car. 1. Civilian type doesn't affect game process at all but does...

Ready for review. I didn't find a way to fix possible rope attachment inside vehicles resulting impossible to detach it. I added parent hook as partial workaround but if anybody...

After #8963 and this PR rope can also be added to boats inventory. I can't really decide if it's needed.