Jump to content

musurca

Member
  • Content Count

    16
  • Joined

  • Last visited

  • Medals

Everything posted by musurca

  1. Pushed a quick fix (v1.33a) for a one-time message that was repeating under some conditions.
  2. Guilt & Remembrance (v1.33a) Mod for handling civilian deaths, reparations, and war crimes in Arma 3. Atone for your "collateral damage" by bringing the bodies of dead civilians back to their family — or else attempt to conceal the deaths by secretly disposing of the evidence. Steam Workshop Direct Download Github Requirements: CBA_A3, ACE3 FEATURES Civilian Deaths * When a player kills a civilian, a new task is generated requiring the player to deliver the body to a member of their family, who lives in a house in the AO (within 20km by default). * Alternatively, players may attempt to conceal the death by taking the body at least 300m away from a populated center, burying it, and striking off the dead civilian’s name from the grave marker. * Dead civilians are announced to everyone on the same side and marked on the map. Burial and Exhumation * Any corpse in a body bag can now be buried or exhumed (requires an Entrenching Tool). * Burying any corpse produces a burial mound from which the dead person’s name and age can be read. * The items carried by the dead are transferred to the body bag, and persist through burial and exhumation. Autopsies * Medics can perform an autopsy on any body in the field to determine cause of death (requires Surgical Kit). *When performed near a medical facility, an autopsy can also determine the time of death, the faction of the killer — and can even reveal the identity of an unknown victim whose death had been concealed, allowing the body to be returned to his family. Customization * Mission creators can attach functions to event handlers to produce custom events upon civilian death, body delivery to next-of-kin, death concealment, or reveal of the identity of an unknown victim via autopsy. FOR PLAYERS: In order to deliver a dead civilian to their family member, you must first place it in a Body Bag via an ACE action (Interactions -> Place body in body bag). The Body Bag can then be loaded into the cargo of a vehicle, driven to the destination, unloaded, and then manually dragged to the relative. (Note: while the task to deliver the body is created immediately after you have killed the civilian, you will not be notified for 20-60 seconds so as not to distract you if you happen to be in the middle of combat.) You can also bury or exhume any body bags if you are carrying an Entrenching Tool. Autopsies can be performed if you are carrying a Surgical Kit. You can change how your notifications for civilian casualties are displayed in your Addon Settings (listed under "Guilt & Remembrance."). Note that this setting may be overriden by the mission creator or server operator. FOR MISSION CREATORS & SERVER OPERATORS: This mod is fully signed for multiplayer use, and has been tested on both local and dedicated servers. It must be run on both the client and server. The following mod settings are customizable from your mission scripts: // set the civilian types that will act as next-of-kin GR_CIV_TYPES = ["C_man_polo_1_F_asia","C_man_polo_5_F_asia"]; // set the maximum distance from murder that next-of-kin will be spawned GR_MAX_KIN_DIST = 20000; // Chance that a player murdering a civilian will get an "apology" mission GR_MISSION_CHANCE = 100; // Delay in seconds after death until player is notified of body delivery mission GR_TASK_MIN_DELAY=20; GR_TASK_MID_DELAY=40; GR_TASK_MAX_DELAY=60; // Set custom faction names to determine blame when performing an autopsy GR_FACTIONNAME_EAST = "CSAT"; GR_FACTIONNAME_WEST = "NATO"; GR_FACTIONNAME_IND = "the Syndikat"; // You can also add/remove custom event handlers to be called upon // certain events. // On civilian murder by player: [yourCustomEvent_OnCivDeath] call GR_fnc_addCivDeathEventHandler; // args [_killer, _killed, _nextofkin] // (NOTE: _nextofkin will be nil if a body delivery mission wasn't generated.) [yourCustomEvent_OnCivDeath] call GR_fnc_removeCivDeathEventHandler; // On body delivery: [yourCustomEvent_OnDeliverBody] call GR_fnc_addDeliverBodyEventHandler; // args [_killer, _nextofkin, _body] [yourCustomEvent_OnDeliverBody] call GR_fnc_removeDeliverBodyEventHandler; // On successful concealment of a death: [yourCustomEvent_OnConcealDeath] call GR_fnc_addConcealDeathEventHandler; // args [_killer, _nextofkin, _grave] [yourCustomEvent_OnConcealDeath] call GR_fnc_removeConcealDeathEventHandler; // On reveal of a concealed death via autopsy: [yourCustomEvent_OnRevealDeath] call GR_fnc_addRevealDeathEventHandler; // args [_medic, _body, _killerSide] [yourCustomEvent_OnRevealDeath] call GR_fnc_removeRevealDeathEventHandler; // NOTE: if your event handler uses _nextofkin or _body, make sure to turn off garbage collection with: // _nextofkin setVariable ["GR_WILLDELETE",false]; // _body setVariable ["GR_WILLDELETE",false]; GUILT & REMEMBRANCE is licensed under APL-SA (Arma Public License - Share-Alike) and is free for non-commercial use. If you add it to your server, please tell me about it — I'm interested in how this mod will be used. For questions, comments, or bug reports, please post below or contact me directly at nick.musurca@gmail.com. ----- CHANGELOG: v1.33a (July 30, 2020): -fix: one-time msg repeating more than once -assorted fixes v1.33 (June 3, 2020): -Russian localization (thanks to @Barmalei75) -BLM v1.32 (January 26, 2020): -bugfix: doctors can now perform autopsies -added: CBA setting to determine who can perform autopsies v1.31 (January 11, 2020): -bugfix: two events created on civilian death (related to ACE3 Medical update) v1.3 (May 25, 2019): -added: Autopsies -added: autopsy event handler if concealed death is revealed -added: CBA setting to automatically add bodybag to dead civilian inventory (e.g. for missions where getting a bodybag is difficult, like Antistasi) -bugfix: next-of-kin garbage collection v1.23 (May 13, 2019): -civilian dead now marked on your map (but can be disabled from CBA settings) -more reliable performance under heavy CPU load / adverse network conditions v1.22 (May 13, 2019): -bugfix: now supports Antistasi (as well as other mods/game types where civilians are created on the client-side) v1.21 (May 11, 2019): -bugfix: death of Zeus-placed civilians now registered on dedicated servers v1.2 (May 11, 2019): -inventory of corpse now transfers to body bag -body bag inventory persistent through burial & exhumation -bugfixes for dedicated server v1.11 (May 10, 2019): -hotfix: singleplayer scenarios should now work -event handler init moved into preInit -- no need to sleep before adding them v1.1 (May 10, 2019) -added CBA setting to customize notification style -civilian deaths now always create a new diary record -added more possible civilian classes to default array of next-of-kin -added settings to allow mission creators/server ops to customize delay of task notification v1.0 (May 8, 2019) - Initial release
  3. @icebreakr: Ha. You can configure how you're notified via the add-on settings—or you could reduce the GR_MISSION_CHANCE parameter—but yes, if your group is killing large numbers of civilians during operations, the mod is intended to force you to deal with the ensuing friction, whether that friction is moral or logistical.
  4. Just pushed v1.33, a small update that includes Russian localization (thanks to @Barmalei75 -- sorry for the long delay in merging your pull request!) and a short one-time message. It's available on the Steam Workshop and via direct download.
  5. I'm no ALiVExpert but I suspect it wouldn't work automatically—you'd have to do a little bit of scripting. I think you could register a custom event handler to add concealed graves to the ALiVE Logistics module. You'd write something like this in your mission's init.sqf: [{ params["_player", "_nextofkin", "_grave"]; [ALiVE_SYS_LOGISTICS,"updateObject",[_grave]] call ALIVE_fnc_logistics; }] call GR_fnc_addConcealDeathEventHandler; I haven't tested this code, so I'm not sure if it will automatically save all of the grave object's required custom variables. Any ALiVE script mavens out there who would know? (Also, if anyone wants to add ALiVE persistence, I'd be happy to merge any pull requests on the GR Github.)
  6. Another small update (v1.32) to fix a bug that prevented the Doctor class from performing autopsies. There's now also a CBA setting which lets you customize which classes (Anyone, Medics+Doctors, or Doctors only) can perform the basic autopsy.
  7. I've pushed out a small update (v1.31) that should fix an issue with the ACE3 Medical update causing duplicate civilian death events. There will probably be another small update in the future as I work through some issues related to determining the cause of death via the autopsy module, but for now everything should be more or less functional. Please let me know if you notice any other problems as you play.
  8. 1) I noticed that an old ACE3 medical bug -- the "killed" eventhandler being called twice in MP -- has returned after the latest update. Reported here: https://github.com/acemod/ACE3/issues/1859 2) Would anyone be able to tell me the best way to retrieve the type of the last damage source (explosion, projectile, etc.) from the ACE3 medical system (or, in other words, the cause of death)? I had a complicated way of pulling it out of the "ace_medical_openWounds" variable, but the values seems to have changed with this latest update. Thanks!
  9. Glad you like it. The easiest way to add a custom event handler would be to put something like the following in the init.sqf of your mission: if(isServer) then { [{ params["_killer", "_nextofkin", "_body"]; // in case you need to access these // now add your code here, e.g. 15 call btc_fnc_rep_change; }] call GR_fnc_addDeliverBodyEventHandler; }; You could also pass in the name of a custom function if you wanted the ability to remove the event handler later.
  10. Released v1.3: you can now perform autopsies on corpses if you're carrying a Surgical Kit. In the field, you can only determine the rough cause of death... ...but if you're near a medical facility, you can also determine the faction of the killer, the time of death, and even discover the identity of unknown victims whose deaths had been concealed. You will then be given a task to return the body to their family.
  11. Hey, I’m aware of it. It’s a choice. The perspective that I take with this mod is that guilt isn’t just a private experience; it’s also a collective phenomenon, in the sense that you are often held responsible for the actions of others on your side, regardless of whether you feel personally culpable. The Arma AI may occasionally do things that seem bizarre or inexplicable, such as running over people or firing into crowds indiscriminately—but of course real soldiers tend to do such things, too. If you put the AI soldiers in a situation in which they're more likely to kill civilians—using grenadiers, or tanks, or mortars, or air support in an occupied town, for example—then you are in a sense responsible and should be made aware of the consequences. To avoid this you may have to adjust your tactics and operational stance in the game—as, for example, the US Army did in Sadr City—but my strong feeling is that once we decide to behave as if we wish to avoid the death of artificial "life," then we should not discriminate as to how it occurs. (I see that this is not a very practical position, but nothing about this mod is.) Hope that explanation makes sense. Thanks—yes, ACE-only for the foreseeable future.
  12. Released v1.23: per request by @Nicholas Lendall, the map is now marked where forces on your side have killed civilians. Also some bugfixes and generally more reliability under heavy CPU load / adverse network conditions.
  13. Released v1.22, with support for Antistasi and other MP mission types/mods where civilians are created on the client-side.
  14. Thanks. And that's already the case with the current version, so yell away — the notification that pops up when a player kills a civilian gets sent to everyone on the same side, and is marked down as a record in everyone's diary.
  15. Released v1.21, which fixes an issue with placing civilians via Zeus on dedicated servers. There is. Good idea, thanks. I'll look into that.
  16. Thanks guys. Just released v1.1, which is a quick update that allows you to customize the death notification method and adds diary records for every dead civilian. EDIT: and just released v1.11, which fixes a serious bug with singleplayer scenarios. v1.2 -- bugfix with dedicated servers + corpse/body bag inventory.
×