Page 1 of 1
Is it possible to load lua scripts for any/all scenarios?
Posted: Fri Sep 06, 2024 3:50 am
by binaryfireball
Ideally I would like to write tools to help me organize my forces into task pools so I was wondering if it was possible to drop a lua script inside the base Lua folder and have it load for any scenario I enter.
Re: Is it possible to load lua scripts for any/all scenarios?
Posted: Fri Sep 06, 2024 7:41 am
by blu3s
I'm afraid that not at the moment.
What I'd suggest is create a "installer" script so you can set up all your tools running a script in the console in editor mode.
Re: Is it possible to load lua scripts for any/all scenarios?
Posted: Sat Sep 07, 2024 2:32 am
by binaryfireball
Ah thank you, yea Ideally I wouldn't touch anyone else's stuff but I suppose I could probably do some symlink or tmpdir shenanigans to avoid that