gruppe-adler / grad_meh

An Arma 3 Modification built on intercept, which allows exporting data from Arma 3 maps.
MIT License
13 stars 2 forks source link

Intercept doesn't work properly in the main menu #4

Closed DerZade closed 4 years ago

DerZade commented 4 years ago

All our script run while the main menu display is open. Intercept doesn't like that, so we have to start a mission and then run the export process.

Best option for that is probably the playScriptedMission command.

dedmen commented 4 years ago

Intercept doesn't like that

huh? why? Only thing I can think of is the eachFrame handler not running, but thats CBA XEH.

DerZade commented 4 years ago

cc @TheWillard

TheWillard commented 4 years ago

@dedmen Check Intercept Slack

TheWillard commented 4 years ago

We can't get a thread lock before pre-init, so we can't do thread stuff in the main menu.