Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

Author Topic: Pather Interest tooltip does not display negative values  (Read 531 times)

Wyvern

  • Admiral
  • *****
  • Posts: 4033
    • View Profile
Pather Interest tooltip does not display negative values
« on: May 28, 2023, 02:49:31 PM »

Negative values do work, at least... but it would be nice if the tooltip filters to only show items where pather interest is not equal to zero, instead of filtering to show items where pather interest is greater than zero.
Logged
Wyvern is 100% correct about the math.

Wyvern

  • Admiral
  • *****
  • Posts: 4033
    • View Profile
Re: Pather Interest tooltip does not display negative values
« Reply #1 on: March 03, 2024, 11:48:37 AM »

This is still an issue in Starsector 0.97, and could be trivially fixed by changing line 374 of com.fs.starfarer.api.impl.campaign.intel.bases.LuddicPathCellsIntel to check for score != 0, instead of the current check for score > 0.
Logged
Wyvern is 100% correct about the math.

Wyvern

  • Admiral
  • *****
  • Posts: 4033
    • View Profile
Re: Pather Interest tooltip does not display negative values
« Reply #2 on: March 31, 2025, 12:57:24 PM »

This is still an issue in Starsector 0.98, and still just as trivial to fix. (Though, okay, it's probably a different line number now.)

You could even change the text to say "The following activity is impacting Pather interest,..." - 'impacting' instead of 'attracting' so as to not imply that every listed item is necessarily an increase in Pather interest.
« Last Edit: March 31, 2025, 01:09:53 PM by Wyvern »
Logged
Wyvern is 100% correct about the math.

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 25440
    • View Profile
Re: Pather Interest tooltip does not display negative values
« Reply #3 on: March 31, 2025, 06:08:09 PM »

Changed the if statement! Don't want to change the phrasing since it reduces clarity for the main use case in the base game.
Logged

Wyvern

  • Admiral
  • *****
  • Posts: 4033
    • View Profile
Re: Pather Interest tooltip does not display negative values
« Reply #4 on: March 31, 2025, 06:25:53 PM »

Thanks!
Logged
Wyvern is 100% correct about the math.