Member
Last active 6 years ago
More specifically, what are the classnames of the objects placed inside installations?
And you have alive.cfg in the root ARMA folder as well? Or in the AppData location? Make sure both files are unblocked, though I'm sure you've already done this if you've followed the instructions in war room.
Is there a way I can detect an installation via trigger?
This may be a silly question, but you have the ALiVE Database placed in the mission, correct? And if so, you've checked each of it's options to make sure it suits your taste? Also, make sure each module has persistence turned on.
@SpyderBlack723 Pretty much any building can be a sabotage target, key infrastructure is of a higher priority.
Is there a way to mark an editor placed building as a high priority sabotage target? I would like to make a telecommunications tower I created a target, and if destroyed I'd set up a code to disable combat logistics until it's "repaired."
Awesome, thanks Spyder! I've got a good humanitarian-aid system thing going now, though now I'm slap happy with this whole thing. Is there a way to add a group to the force pool via code? I want to get a logistics ring running, rewarding the player for delivering ammunition and supplies to FOBs and checkpoints, and I'd be using the same system I did with the civilian-aid, I just need a code to add groups to the logistics force pool.
EDIT: Scratch that, I found it. Though I was wondering, is there a way to show civilian hostility levels where I'm at in game without having the debug on?
Also, didn't think to ask this before, is the hostility corresponding to hostility against BLUFOR or against ASYMM commander in the debug?
@SpyderBlack723 scale is -100 to 100, 0 being nuetral, -100 being no hostility.
Thanks! Is there a way to check hostility levels of civilian objectives? Would I debug the civilian modules or the actual civilian objective module? Or do you happen to know the default starting value for a "High" hostility setting?
I've created a ghetto little workaround involving lots of triggers in one spot. Does anybody know the typical values of Civilian hostility in hostile/neutral/friendly environments? I would like to know so I can decide how much I want to update each sector per delivery. It would be nice if there was a debug for this sort of thing, which I'm sure there is, but I do not know of it.
Another idea I had was creating triggers covering towns, and setting up some kind of ForEach code whenever 'Box_NATO_Support_F' is detected within the trigger area, that would fire off that hostility code for each box there is. Again, this is all trivial, I don't know if it will work but I'm gonna keep trying.
Hey guys, I'm trying to make a script that adds an action to all NATO Support boxes that will lower the hostility of the sector by x amount where that support box is at. Each support box should run the:
'[position, sides, value] call ALIVE_fnc_updateSectorHostility; ' code at the support boxes position, and after performing the action on that support box, I'd like the option to disappear for THAT box only. For instance, if I have a convoy deliver three NATO support boxes, I would like to be able to click each box once and for the action to disappear, updating the hostility per support box.
Any help would be very much appreciated, I'm literally clueless when it comes to scripting.