Conversation
|
As an idea, placement markers for SAM and radar like in #735 . Though, since those can vary in sizes drastically it might get out of hand. THOUGH, a way to generally dictate where they should be placed would be nice. Or, instead of adding more markers, simply use large static holders and do a check if they are inside SAM marker space. But then you would need to somehow diversify which holder goes to SAM and which goes to radar. |
Sam marker already exists, and iirc radar uses a sam marker as well. |
Not what I meant. I know sam marker exists. What I'm saying, is that said marker is used as a zone, in which both SAM and radar are both placed semi-randomly (iIrc), so maybe it would be nice to prevent this semi-random behaviour and dictate more exact positions where they should be placed. Like, on |
Wrong forward declaration; base class is `A3AU_RebHelipad_base_F`. Also, twice the same class defined makes Arma croak. Co-authored-by: wersal <wroma@bk.ru> Signed-off-by: UnseenKill <post@oliver-schieche.de>
Wrong forward declaration; base class is `A3AU_RebHelipad_base_F`. Also, twice the same class defined makes Arma croak. Co-authored-by: wersal <wroma@bk.ru> Signed-off-by: UnseenKill <post@oliver-schieche.de>
Co-authored-by: UnseenKill <post@oliver-schieche.de> Signed-off-by: Jake Leach <78276788+Silence-112@users.noreply.github.com>
|
the biggest issue with this concept is it creates a circular dependency of loading the mod to add the objects to a map. |
Behold the humble ALT + F4 and rebuild |
I have tried it before, it broke the editor loading the main mod in entirety |
because, it was broken before that. |
What |
that's what I'm asking |






What type of PR is this?
What have you changed and why?
Information:
Added a "static holder" object for use in map ports, so statics and such aren't bound to a certain building that may or may not exist in that map
Please specify which Issue this PR Resolves (If Applicable).
"This PR closes #XXXX!"
Please verify the following.
Is further testing or are further changes required?
How can the changes be tested?
Steps:
Notes: