-
Notifications
You must be signed in to change notification settings - Fork 149
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
review request "script_macros_mission.hpp" #142
Comments
What kind of review? Please explain. |
I'll try to explain. the compile macros should be changed too: another posibillity: |
Perhaps MODULAR and the related macros could be kept for missions aswell. Next, the prefix thing. In order to "not use the prefix as a folder", define
We do not know how many missions there are that depend on |
Your solution is an easy and a better one. I didn't come up with this myself. My solution was to redefine the macros. Nevertheless the file sould get an review e.g.: Maybe the whole Some macros could be added too (maybe even in script_macros_common) shorten: |
Maybe a new script_macros_mission.hpp can be made if it's worth it then. |
It would be interesting if there are some A3 missions are using the cba macros. |
That never means there aren't any, communities might have in-house ones, they might simply not be published. Either way backwards compatibility must stay. |
Yes of course. My intention was to get an overview how/which the macros are used and how the missions are structured. This could be useful to decide if an additional version should be made or not. |
Since Arma Version 1.50
#include '..\parent'
is possile.This results in a posiblillity to make mission modular.
Therefore i'd like to request a review of "script_macros_mission.hpp".
The text was updated successfully, but these errors were encountered: