Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hello,

Do you know a way to remove negative reputation for a faction ?

I know you can add points with the console command:

 

DispositionAddPoints (disposition name)disposition strength (minor, average, major)

 

Exemple:
Repuatationaddpoints FCT_**** (After the underscore just hit TAB key until you get to the faction you want) Positive/Negative Minor/Average/Major

 

https://steamcommunity.com/app/560130/discussions/0/2828702372992031890/

 

But I don't know if it is possible to remove negative points with console command or maybe a mod ?

 

Thanks

 

Edited by SenSx

For factions specifically, Positive and Negative reputations are tracked separately by the game. As such adding a negative number to the Negative axis will reduce it without affecting the Positive axis.

With that in mind you can create a mod with a new "ChangeStrength" and set the "ReputationValue" to a number with minus "-" before it. Then use it in the Console Command or a Script to reduce the Negative faction rep by that number.

Something like:

{
  "GameDataObjects": [
    {
      "$type": "Game.GameData.ChangeStrengthGameData, Assembly-CSharp",
      "DebugName": "Reduce_Major",
      "ID": "39a0dbf5-fe80-4bba-9e9c-b0edfc2003a0",
      "Components": [
        {
          "$type": "Game.GameData.ChangeStrengthComponent, Assembly-CSharp",
          "ReputationValue": -8,
          "DispositionValue": 0,
          "RelationshipValue": 0,
          "DisplayName": 1784,
          "FormatString": 1299
        }
      ]
    }
  ]
}

 

Edited by Kvellen

  • Author

Ok thank you, I will try this, but no promise to succeed haha

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.