File information

Last updated

Original upload

Created by

Hao

Uploaded by

howe222

Virus scan

Safe to use

Tags for this mod

4 comments

  1. jkzimmerman
    jkzimmerman
    • member
    • 0 kudos
    When you're playing with a controller, the cursor still lights up where the headers are in the vanilla (so in the picture, clicking the highlighted area in the upper left (where Quirks used to be) brings me to the Quirks menu in the bottom right). Should be easy to fix by just editing a couple lines, but I don't know where to find the right file. Do you?

    1. jkzimmerman
      jkzimmerman
      • member
      • 0 kudos
      I've got an imperfect solution. The cursors line up now, but arrowing between them doesn't work quite as expected. For example, hitting the left button from the character name goes all the way down and over to Quirks, and left again from there goes to Base Stats. But, hitting down from either Quirks or Base Stats goes to Resistances.

      My best guess is that it's generally smart enough to navigate by itself, but there are a couple hard-coded interactions somewhere in the files (for example, I assume hitting left from the name took the cursor all the way across to Combat Skills, so they forced it to go to Quirks instead).

      I'll post again if I find a full solution, but for now if anyone has the above problem you can at least get the partial fix by opening the characters.layout.darkest file and copy-pasting the following code over the similar-looking section:

      character_focusgroup_rectangles:
      .quirks_pos 740 435
      .quirks_size 580 90
          .quirks_highlight_pos 782 427
          .quirks_hotspot_pos  192 50
          .quirks_hotspot_size 192 200
      .base_stats_pos 141 180
      .base_stats_size 580 80
          .base_highlight_pos 192 145
      .equipment_pos 141 570
      .equipment_size 580 175
          .equipment_highlight_pos 192 503
      .combat_skills_pos 780 170
      .combat_skills_size 580 100
          .combat_highlight_pos 782 51
      .camping_skills_pos 780 340
      .camping_skills_size 580 100
          .camping_highlight_pos 782 285
      .resistances_pos 191 350
      .resistances_size 580 90
          .resistances_highlight_pos 192 329
      .diseases_pos 780 670
      .diseases_size 580 75
          .diseases_highlight_pos 782 612
      .char_edit_pos 780 670
      .char_edit_size 580 75
          .char_edit_highlight_pos 20 20
    2. howe222
      howe222
      • member
      • 2 kudos
      thank you for your information!
  2. aaally
    aaally
    • supporter
    • 0 kudos
    太好了,人物大图显示的也全了