Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Change the duration of the personal bounty  (Read 749 times)

ASSIMKO

  • Commander
  • ***
  • Posts: 158
    • View Profile
Change the duration of the personal bounty
« on: July 02, 2021, 05:49:33 PM »

Could someone please tell me the way to change the duration of the personal bounty??? I wish I had more time, because I'm playing with a mod that increases the sector and I don't have time to choose my targets my way.
Logged

Jaghaimo

  • Admiral
  • *****
  • Posts: 661
    • View Profile
Re: Change the duration of the personal bounty
« Reply #1 on: July 06, 2021, 07:09:53 AM »

You need to create a mod and edit PersonBountyIntel property (`public static float MAX_DURATION = 90f;`). Shortest implementation is a mini-mod with one class that extends BaseModPlugin and has in onApplicationLoad() method `PersonBountyIntel.MAX_DURATION = 180f;` (to increase it to 180 days).
Logged

ASSIMKO

  • Commander
  • ***
  • Posts: 158
    • View Profile
Re: Change the duration of the personal bounty
« Reply #2 on: July 07, 2021, 05:45:19 AM »

Thanks for the answer. In 0.8.1a this was done in settingi.json. Seriously thinking about going back to playing 0.9.1a. Now I give up playing, because at the time of battle the npc has more ships in the deploy than me, there's no way to have fun or win. It was supposed to be at least fifty-fifty, and from what I've seen, every ship of mine has 3
his ships
Logged