-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support CfgFunctions natively #195
Labels
Comments
Implemented in 73d30d4 To load Please reopen if not as desired in latest development release |
Version built from development branch does not seem to read CfgFunctions correctly
|
Possibly related to pbo input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I would like to run tests in a project which has CBA-like structure - multiple subdirectories and cross-addin function calls. To do that, I need to be able to load functions from multiple projects simultaneously - using
CfgFunctions
which is already defined in each projectSee also: #186 #196
Describe the solution you'd like
Have a flag which allows
sqfvm
to parseCfgFunctions
config section and load referenced SQF files from virtual filesystem, using PBO or explicit mapping via cmd arge.g.
sqfvm --input-pbo my.pbo --parse-cfgfunctions
Describe alternatives you've considered
I have considered loading files manually - however, it is tedious and may lead to inconsistencies
The text was updated successfully, but these errors were encountered: