Search results

  1. M

    Hex patch for color character portraits

    The scanline fix works for the big portrait, but the color one does not yet. I'll poke around for it, since I think I know what I'm looking for now - shouldn't be hard to find. The white text bug (I'll call it that) is probably not good to keep on - I didn't play enough to see what other...
  2. M

    Experiments on custom perks

    I've been toying with the idea of what it would take to be able to have mods provide custom perks, since this is one of the areas that is pretty much hardcoded into the BOS.EXE. I was able to find the perk table in the EXE, which controls the minimum level, minimum stats/skills, and...
  3. M

    Hex patch for color character portraits

    Thanks for the encouragement! Every so often, I go on one of these wild threads, where I dig into some program (usually a game I like) to see how it works internally. This is really how I got started with programming in the first place, back when a high percentage of programs were in...
  4. M

    Hex patch for color character portraits

    In this thread on fixing the Team Player/Loner perks, a request was made to look into allowing character portraits to be displayed in full color, rather than the green-scanline effect of the Pipboy. I think I have it working: The hex changes to apply are below (be sure to make a backup of the...
  5. M

    Hex patch for Team Player + Loner

    That's an interesting one. I'd think changing that might be possible - guessing there's a routine somewhere that zeroes out the red/blue channels of an image, and multiplies the green channel by a varying factor (to create the scanline effect). Games today would probably use a pixel shader for...
  6. M

    Hex patch for Team Player + Loner

    I've noticed that the Team Player bonus is being applied multiple times - I'm looking into what condition is causing this. For now, I'd recommend holding off on applying the above unless you're just testing. Edit: The duplicate effect is applied on area transition - encounters, mission start...
  7. M

    Hex patch for Team Player + Loner

    ***NOTE***: A fix has been found for the duplicate effect issue. This patch should still be considered still-in-test, as I can't be certain there aren't more bugs uncovered with the fix. --- I've been itching to have another playthrough of FoT, with a high Charisma leader-type character, but...
Back
Top