How much rep from doing generic missions

This forum is the ideal place for all discussion relating to X4. You will also find additional information from developers here.

Moderator: Moderators for English X Forum

thomasbkdk
Posts: 180
Joined: Wed, 8. Jan 20, 07:34
x4

How much rep from doing generic missions

Post by thomasbkdk »

There are some data online for how many trades you would need to do to increase faction reputation.

However, do any one know of some data on how much rep you get from the various types of generic missions?
AMD 3700X|GSKILL 2x32GB 3600C17|MSI X570 UNIFY|MSI RX 6800|SAMSUNG NVME 990 PRO|RAZER TARTARUS PRO|AOC AGON AG273QX 2560x1440@165|STREAM DECK XL+PEDAL|CORSAIR K95 PLATINUM RGB
Socratatus
Posts: 1626
Joined: Tue, 11. May 04, 15:34
x4

Re: How much rep from doing generic missions

Post by Socratatus »

Well, logically, the more difficult, yet rewarding in cash I would presume nets a greater rep. But I have never seen a rep gain that just shot me into being loved by a Faction. personally, I don't worry about it. I just do and as my Rep goes up ( usually in 1s) I'm happy.

Just do missions you like and try not to worry about getting there as fast as possible. It'll come.
1. Please do more on NPC civilian/uniform variety, and bio customisations, Devs.
2. Stations need sirens/warnings when enemy is close in numbers or Station in danger of destruction (in Sandbox).
Yes, for immersion. Thankyou ahead of time. (Edit: This is actually happening!!!)

"No problem can withstand the assault of sustained thinking."
"Before acting 'out of the box', consider why the box was there in the first place."
Mookau
XWiki Moderator
XWiki Moderator
Posts: 172
Joined: Tue, 8. Sep 20, 05:31
x4

Re: How much rep from doing generic missions

Post by Mookau »

thomasbkdk wrote: Thu, 2. Jan 25, 11:10 However, do any one know of some data on how much rep you get from the various types of generic missions?
Faction relations are on a logarithmic scale.

No reputation = 0.00 rep
10 reputation = 0.01 rep
20 reputation = 0.10 rep
30 reputation = 1.00 rep

Keeping that in mind, the possible relation reward amounts with a min-max range (depending on mission type and parameters) are:

trivial, veryeasy
0.001 - 0.0019 reputation

easy
0.0012 - 0.00228 reputation

medium
0.004 - 0.0076 reputation

hard
0.01 - 0.019 reputation

veryhard, impossible
0.02 - 0.038 reputation

(Assuming my math is correct)

The data (made readable by me) for reference:

Difficulty Scalar
  • trivial =1.0f
  • veryeasy = 1.0f
  • easy = 1.2f
  • medium = 4.0f
  • hard = 10.0f
  • veryhard = 20.0f
  • impossible = 20.0f

Code: Select all

MissionScale = 1.0f + ((SpecificMissionMultiplier - 1) * 0.1)
(SpecificMissionMultiplier can be from 1 to 10, this gives us a range for MissionScale of 1 to 1.9)

Code: Select all

RelationReward = Difficulty * MissionScale * 0.001
Which gives us the data I gave above.
Last edited by Mookau on Sun, 12. Jan 25, 09:18, edited 2 times in total.
thomasbkdk
Posts: 180
Joined: Wed, 8. Jan 20, 07:34
x4

Re: How much rep from doing generic missions

Post by thomasbkdk »

Thank you.
AMD 3700X|GSKILL 2x32GB 3600C17|MSI X570 UNIFY|MSI RX 6800|SAMSUNG NVME 990 PRO|RAZER TARTARUS PRO|AOC AGON AG273QX 2560x1440@165|STREAM DECK XL+PEDAL|CORSAIR K95 PLATINUM RGB

Return to “X4: Foundations”