BATTLETECH - Faction loss after Double Agent FP completion.

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Lumric

Recruit
Nov 30, 2018
3
0
One line summary of your issue
Faction loss after Double Agent FP completion.

What platform are you running the game on?

GoG

What operating system do you use?
Windows 10
Which version of the game are you running?
Urban Warfare
What DLC do you have installed?
Flashpoint

Please explain your issue is in as much detail as possible.
After selecting to return the agent to the Magistracy, And completing the second mission. Go through the dialog with Magistracy rep, and collect your reward.

Loss Davion, expect as it was their base you attacked. Loss Liao rep, expected as you double crossed them. For the umpteenth time, but that's my choice. And the third faction that I reportedly lost rep from... the Lyran Commonwealth? Shouldn't that be listed as the Taurians as they were the third faction in the fight?

Steps to reproduce the issue
Start Double agent Flashpoint, and complete first mission.
Go through dialog in between and select to return agent to the Magistracy of Cannopis.
Start and complete second mission in Double Agent Flashpoint.
Go through post Flashpoint dialog and collect rewards.
Notice that the Lyran Commonwealth is listed as lossing faction rep with instead of Taurians

Attach DxDiag (PC), System Info log (Mac), or run sudo lshw -html > specs.html and uploaded specs.html (Linux)

Attach Output Log
Windows: BATTLETECH\BattleTech_Data\output_log.txt
Mac OS: Users >{name} > Library > Logs > Unity > Player.log
Linux: ~/.config/unity3d/Harebrained Schemes/BATTLETECH/Player.log


If the game crashed, please attach the crash file with the time stamp closest to the crash.
Windows: [Steam library folder]\steamapps\common\BATTLETECH\DumpBox
OSX: Macintosh HD > Users > [username] > Library > Application Support > Steam > steamapps > common > BattleTech > DumpBox
Linux: [Steam library folder]/steamapps/common/BATTLETECH/DumpBox


If a save game was loaded at the start of the game session, upload it. Please make sure to upload the save game with the timestamp closest to when you loaded it.
Windows:
Steam: [Steam installation folder]\userdata[SteamID]\637090\remote\C0\SGS1
GOG: 'C:\Users\USER_ID\AppData\Local\GOG.com\Galaxy\Applications\50593543263669699\Storage\Shared\Files\C#\SGS#'
Vanilla:'C:\Users\USER_ID\AppData\LocalLow\Harebrained Schemes\BattleTech\C#\SGS#'
OSX:
Steam: Macintosh HD > Users > [username] > Library > Application Support > Steam > userdata > [SteamID] > 637090 > remote > C#> SGS#
GOG: Macintosh HD > Users > [username] > Library > Application Support > GOG.com > Galaxy > Applications > 50593543263669699 > Storage > Shared > Files > C# > SGS#
Vanilla: Macintosh HD > Users > [username]> Library > Application Support > unity.Harebrained Schemes.BattleTech > C# > SGG#
Linux:
Steam: /home/.steam/steam/userdata/[steamID]/637090/remote/C#/SGS#
GOG: /home/[username]/.config/unity3d/Harebrained Schemes/BATTLETECH/remote/C#/SGS#/
Vanilla: /home/[username]/.config/unity3d/Harebrained Schemes/BATTLETECH/remote/C#/SGS#/


Attach screenshot / video
 

Attachments

  • DxDiag12.1.txt
    78 KB · Views: 8
Upvote 0

Amechwarrior

General
9 Badges
Feb 23, 2018
1.863
146
  • BATTLETECH - Backer
  • BATTLETECH - Beta Backer
  • BATTLETECH - Initiate of the Order
  • BATTLETECH
  • BATTLETECH: Flashpoint
  • BATTLETECH: Season pass
  • BATTLETECH: Heavy Metal
Yes, in the milestoneSet for this FP, where you would expect to see "Reputation.TaurianConcordat" there is "Reputation.Steiner" in the A, B and C tracks.

Code:
{
            "Description" : {
                "Id" : "ms_fp_doubleAgent_103_A-Reward",
                "Name" : "A-Reward",
                "Details" : "Extra rewards, including Reputation and bonus C-Bills go here",
                "Icon" : null
            },
            "Scope" : "Company",
            "Requirements" : [],
            "Results" : [
                {
                    "Scope" : "Company",
                    "Requirements" : {
                        "Scope" : "Company",
                        "RequirementTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "ExclusionTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "RequirementComparisons" : []
                    },
                    "AddedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "RemovedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "Stats" : [
                        {
                            "typeString" : "System.Int32",
                            "name" : "Funds",
                            "value" : "750000",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Liao",
                            "value" : "7",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.MagistracyOfCanopus",
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Steiner",  /*  This should be "Reputation.TaurianConcordat" */
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        }
                    ],
                    "Actions" : null,
                    "ForceEvents" : null,
                    "TemporaryResult" : false,
                    "ResultDuration" : 0
                }
            ],
            "Repeatable" : false,
            "UseRandomInvocation" : false,
            "InvokeChance" : 0
        },

Code:
        {
        {
            "Description" : {
                "Id" : "ms_fp_doubleAgent_203_B-Reward",
                "Name" : "B-Reward",
                "Details" : "Extra rewards, including Reputation and bonus C-Bills go here",
                "Icon" : null
            },
            "Scope" : "Company",
            "Requirements" : [],
            "Results" : [
                {
                    "Scope" : "Company",
                    "Requirements" : {
                        "Scope" : "Company",
                        "RequirementTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "ExclusionTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "RequirementComparisons" : []
                    },
                    "AddedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "RemovedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "Stats" : [
                        {
                            "typeString" : "System.Int32",
                            "name" : "Funds",
                            "value" : "750000",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Liao",
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.MagistracyOfCanopus",
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Steiner",  /*  This should be "Reputation.TaurianConcordat" */
                            "value" : "7",
                            "set" : false,
                            "valueConstant" : null
                        }
                    ],
                    "Actions" : null,
                    "ForceEvents" : null,
                    "TemporaryResult" : false,
                    "ResultDuration" : 0
                }
            ],
            "Repeatable" : false,
            "UseRandomInvocation" : false,
            "InvokeChance" : 0
        },

Code:
        {
            "Description" : {
                "Id" : "ms_fp_doubleAgent_303_C-Reward",
                "Name" : "C-Reward",
                "Details" : "Extra rewards, including Reputation and bonus C-Bills go here",
                "Icon" : null
            },
            "Scope" : "Company",
            "Requirements" : [],
            "Results" : [
                {
                    "Scope" : "Company",
                    "Requirements" : {
                        "Scope" : "Company",
                        "RequirementTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "ExclusionTags" : {
                            "items" : [],
                            "tagSetSourceFile" : ""
                        },
                        "RequirementComparisons" : []
                    },
                    "AddedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "RemovedTags" : {
                        "items" : [],
                        "tagSetSourceFile" : ""
                    },
                    "Stats" : [
                        {
                            "typeString" : "System.Int32",
                            "name" : "Funds",
                            "value" : "750000",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Liao",
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.MagistracyOfCanopus",
                            "value" : "7",
                            "set" : false,
                            "valueConstant" : null
                        },
                        {
                            "typeString" : "System.Int32",
                            "name" : "Reputation.Steiner",  /*  This should be "Reputation.TaurianConcordat" */
                            "value" : "-3",
                            "set" : false,
                            "valueConstant" : null
                        }
                    ],
                    "Actions" : null,
                    "ForceEvents" : null,
                    "TemporaryResult" : false,
                    "ResultDuration" : 0
                }
            ],
            "Repeatable" : false,
            "UseRandomInvocation" : false,
            "InvokeChance" : 0
        },
 

Justin Kase

Lt. General
44 Badges
Feb 28, 2018
1.527
0
  • BATTLETECH: Flashpoint
  • BATTLETECH - Initiate of the Order
  • Surviving Mars: Digital Deluxe Edition
  • BATTLETECH - Digital Deluxe Edition
  • BATTLETECH - Beta Backer
  • BATTLETECH - Backer
  • Cities: Skylines - Parklife
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Surviving Mars: First Colony Edition
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Prison Architect
  • Surviving Mars: First Colony Edition
  • Imperator: Rome Sign Up
  • BATTLETECH: Season pass
  • BATTLETECH: Heavy Metal
  • Prison Architect: Psych Ward
  • Hearts of Iron IV: La Resistance
  • Island Bound
  • Age of Wonders III
  • Cities: Skylines
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings Complete
  • BATTLETECH
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings II
  • Victoria: Revolutions
  • Leviathan: Warships
  • Hearts of Iron III
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
Nice catch!