Factions: Is there a way to set player reputation right at game start?

Discussion in 'Scenarios' started by Needleship, Jul 22, 2019.

  1. Needleship

    Needleship Master of Custom Terrain

    Joined:
    Apr 13, 2017
    Messages:
    527
    Likes Received:
    835
    Hi again!

    ... connected to my last question about 'silent PDA chapter starts' -


    Is there a way to have a faction set to neutral or friendly to the player, right at the game start?
    (E.g. the Zirax?)


    If I set the faction standing in the content/configuration/DefReputation, my individual reputation will be still as 'unfriendly' as ever. .. slowly 'regenerating' to my set faction levels. Which can take quite some time...

    I could reward RP in an PDA mission, but that will be accompanied with a fanfare sound and an 'OK' button press. - Not very sublte...:D

    - Can anybody give me some hints how to do this?
     
    #1
  2. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,413
    Likes Received:
    12,016
    That should be the correct file, and I believe it can be included within a scenario too (but I haven't tested it).

    Code:
    # Allow to override the default reputation for all Origin based factions to NPC factions
    { Reputation Name: "Human:1"
      Zirax: 8500
      Talon: 12500
      Polaris: 16500
    }
    
    If you set the numbers to 18000 or higher, that should be friendly.
     
    #2
    SizeablePunch and Needleship like this.
  3. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,413
    Likes Received:
    12,016
    Just tested it in a scenario and it works! Just include the file in your Scenario/Content/Configuration folder and set it to the desired reputation levels. 18001 will start the player at 1/6000 into friendly. :D
     
    #3
    Needleship likes this.
  4. Needleship

    Needleship Master of Custom Terrain

    Joined:
    Apr 13, 2017
    Messages:
    527
    Likes Received:
    835
    Thanks alot! :)

    ...This is for your character, yes?
    (E.g. does it show that you are 'friendly' to them, if you open NPC faction stats?)

    Will test that once again. :D

    (Did nearly the same thing also, ... just hadn't set the reputation so high. - -Strange.
    In that case, it resulted in having the 'standard', old 'unfriendly' reputation levels for my character, but not for 'human faction', which fared much better.)
     
    #4
  5. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,413
    Likes Received:
    12,016
    Yes when you open the npc faction screen you will be at 1/6000 reputation into friendly. The reputation system goes from 1 to 30000 I think. 1-6000 hostile, 6001-12000 unfriendly, 12001-18000 neutral, etc.
     
    #5
    Needleship likes this.
  6. Needleship

    Needleship Master of Custom Terrain

    Joined:
    Apr 13, 2017
    Messages:
    527
    Likes Received:
    835
    Aargh. That's it!! :D

    I set my reputation too low.
    Haven't checked it throughout. So much for 'I'm totally certain that I looked there!'...

    And because 'hostile' isn't a nice place to be in, it gradually improved from that point... ;)

    - Thanks for the heads-up! :)
     
    #6
    Last edited: Jul 23, 2019
    ravien_ff likes this.

Share This Page