• 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.
you would need to make an update to the faction enumeration, this is the comstar setting we have in RT:
JSON:
{
            "ID" : 11,
            "Name" : "ComStar",
            "FriendlyName" : "ComStar",
            "Description" : "",
            "FactionDefID" : "faction_ComStar",
            "IsRealFaction" : true,
            "IsGreatHouse" : false,
            "IsClan" : false,
            "IsMercenary" : false,
            "IsPirate" : false,
            "DoesGainReputation" : true,
            "CanAlly" : true,
            "IsProceduralContractFaction" : true,
            "IsPossibleNeutralToAllFaction" : true,
            "IsPossibleHostileToAllFaction" : true,
            "IsPossibleAllyFallbackFaction" : true,
            "IsCareerScoringFaction" : false,
            "IsCareerIgnoredContractTarget" : false,
            "IsCareerStartingDisplayFaction" : true,
            "IsStoryStartingDisplayFaction" : false,
            "HasAIBehaviorVariableScope" : false
        }
 
you would need to make an update to the faction enumeration, this is the comstar setting we have in RT:
JSON:
{
            "ID" : 11,
            "Name" : "ComStar",
            "FriendlyName" : "ComStar",
            "Description" : "",
            "FactionDefID" : "faction_ComStar",
            "IsRealFaction" : true,
            "IsGreatHouse" : false,
            "IsClan" : false,
            "IsMercenary" : false,
            "IsPirate" : false,
            "DoesGainReputation" : true,
            "CanAlly" : true,
            "IsProceduralContractFaction" : true,
            "IsPossibleNeutralToAllFaction" : true,
            "IsPossibleHostileToAllFaction" : true,
            "IsPossibleAllyFallbackFaction" : true,
            "IsCareerScoringFaction" : false,
            "IsCareerIgnoredContractTarget" : false,
            "IsCareerStartingDisplayFaction" : true,
            "IsStoryStartingDisplayFaction" : false,
            "HasAIBehaviorVariableScope" : false
        }
thanks for your help jamie wolf