dev614

Member

Last active 6 years ago

  1. 8 years ago
    Sun Mar 19 23:13:22 2017

    More specifically, what are the classnames of the objects placed inside installations?

  2. Sun Mar 19 21:37:33 2017
    dev614 posted in War Room Persistence .

    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.

  3. Sun Mar 19 21:36:32 2017
    dev614 started the conversation Detecting installation via trigger?.

    Is there a way I can detect an installation via trigger?

  4. Sun Mar 19 05:18:31 2017
    dev614 posted in War Room Persistence .

    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.

  5. Sat Mar 18 07:08:35 2017
    dev614 posted in Civilian Hostility.

    @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."

  6. Sat Mar 18 04:36:33 2017
    dev614 posted in Help with hostility script.

    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?

  7. Sat Mar 18 03:22:32 2017
    dev614 posted in Help with hostility script.

    @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?

  8. Sat Mar 18 02:33:01 2017
    dev614 posted in Help with hostility script.

    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.

  9. Sat Mar 18 00:51:46 2017
    dev614 posted in Help with hostility script.

    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.

  10. Fri Mar 17 21:16:59 2017
    dev614 started the conversation Help with hostility script.

    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.

View more