Discussion EDCarnage: a tool for tracking stacked massacre missions

Attachments

  • screenshot.png
    screenshot.png
    129.6 KB · Views: 516
Oh Html app in electron rapper...
Allows expansion to support console / geforce now logs via cAPI login may be one day not just PC..
 
EDCarnage is a simple tool that allows for easy tracking of stacked massacre missions

Just launch it and it will start parsing the logs

Looks interesting. How do you track progress on each mission, when the Bounty or CombatBond events dont necessarily tell you if that NPC is mission related ? (some kills for a mission faction dont always count, and if in wing sometimes you dont even get the CombatBond event in a CZ). Also if missions are stacked, how do you tell which ones are being counted to when you make a kill? I wanted to track similar progress for my app EDCoPilot, but couldnt find a reliable method to do it.
 
Looks interesting. How do you track progress on each mission, when the Bounty or CombatBond events dont necessarily tell you if that NPC is mission related ? (some kills for a mission faction dont always count, and if in wing sometimes you dont even get the CombatBond event in a CZ). Also if missions are stacked, how do you tell which ones are being counted to when you make a kill? I wanted to track similar progress for my app EDCoPilot, but couldnt find a reliable method to do it.
As with all addons they read Log files from the PC storage... Any buggy FDEV script will remain buggy as those bugs are in the devs game not the addons...

Every mission you take at a station has a log event..
{ "timestamp":"2022-02-20T12:09:05Z",
"event":"MissionAccepted", "Faction":"Summerland Patron's Party",
"Name":"Mission_Massacre_Conflict_CivilWar", "LocalisedName":"Massacre
Darkwater Inc ships", "TargetFaction":"Darkwater Inc", "KillCount":42,
"DestinationSystem":"Summerland", "DestinationStation":"Henry O'Hare's
Hanger", "Expiry":"2022-02-21T08:25:11Z", "Wing":true, "Influence":"++",
"Reputation":"++", "Reward":20892190, "MissionID":848629732 }

Completion has a log event...
{ "timestamp":"2022-02-20T17:10:50Z",
"event":"MissionCompleted", "Faction":"Summerland Patron's Party",
"Name":"Mission_Massacre_Conflict_CivilWar_name", "MissionID":848629732,
"TargetFaction":"Darkwater Inc", "KillCount":42,
"DestinationSystem":"Summerland", "DestinationStation":"Henry O'Hare's
Hanger", "Reward":20892190, "FactionEffects":[ { "Faction":"Darkwater
Inc", "Effects":[ {
"Effect":"$MISSIONUTIL_Interaction_Summary_EP_down;",
"Effect_Localised":"The economic status of $#MinorFaction; has declined
in the $#System; system.", "Trend":"DownBad" } ], "Influence":[ ],
"ReputationTrend":"DownBad", "Reputation":"+" }, { "Faction":"Summerland
Patron's Party", "Effects":[ {
"Effect":"$MISSIONUTIL_Interaction_Summary_EP_up;",
"Effect_Localised":"The economic status of $#MinorFaction; has improved
in the $#System; system.", "Trend":"UpGood" } ], "Influence":[ ],
"ReputationTrend":"UpGood", "Reputation":"++" } ] }
 
Last edited:
Looks like both EDCarnage and GameGlass aren't working properly after the latest ED update which included Carrier Interiors. Anyone know the status on either forthcoming updates?
 
I will look into the issue
Hi Garga, I did get a response on an email to GameGlass, their developer will be looking into it on their end in about a week (on vacation). For ED Carnage that was a problem. I had the developer confused with a guy of the same russian name and coincidentally also involved in IT! I had resorted to Twitter in this case. If you know a way to reach the developer for EDCarnage that would be amazing! He may not be aware of the problem. Conversely, FD should be made aware of this problem with the addons. I can think of two that as far as I know HAVEN'T been affected, and that's ED Copilot and and online website that syncs the Carrier locations to create a nice routing schedule-

Fleet Carrier Router https://www.spansh.co.uk/fleet-carr...s=[]&source=Wregoe CQ-V b16-1&used_capacity=0

ED Copilot- https://edcodex.info/?m=tools&entry=14

Best,

Carl Johnson
Cap'n Tripps
 
They changed the Journals naming convention post U11

Pre-U11: Journal.220311002140.01.log
Post-U11: Journal.2022-03-15T145633.01.log
 
Back
Top Bottom