0 of 0

File information

Last updated

Original upload

Created by

NullDev

Uploaded by

NullPing

Virus scan

Safe to use

78 comments

  1. TrackXII
    TrackXII
    • member
    • 0 kudos
    This doesn't seem to work.  The string bIsAchievementsDisabled is only in saves_meta.sav and while that gets patched it doesn't seem to find any similar string in the actual save files themselves.  The disabled achievements seems to be flagged in the files as saves_meta reverts back to having that flag set to 1 every time, even with cloud saves disabled.  There's seems to be some other flag in the save file itself, possible obfuscated or encrypted or compressed or something.

    Edit: I did a little more digging, in the save files themselves I found the string bIsAchievementsDisabl with a byte reading 01 right after it.  I set that byte to 00(NULL) and then the broken achievement icon disappeared.  This flag doesn't appear at all in saves that never had it and when I loaded the altered save and immediately re-saved it, the flag was also gone.
    1. NullPing
      NullPing
      • supporter
      • 2 kudos
      That's interesting. In my save files the flag was on different positions depending on whether it was an autosave/quicksave or a manual save. And the saves_meta file also had a different structure. 

      For saves_meta, the structure was dependent on the length of the fields. 

      bIsESS 
         BoolProperty              bNeedTheWholeGameDownloaded 
         BoolProperty             bIsAchievementsDisabled 
         BoolProperty              SaveHash    StrProperty

      where "BoolProperty" always comes after the flag name. So I had to search the entire window starting from bIsESS to get the correct offset. 

      For the manual saves it was pretty easy, you have "FlagName 00 0D 00 Bool XX" where XX was the actual flag. Like, Bool00 for false and Bool01 for true. 


    2. TrackXII
      TrackXII
      • member
      • 0 kudos
      I'm curious what platform you're on.  The weirdest thing is the flags differ between the two files.  The save_meta has bNeedTheWholeGameDownloaded and bIsAchievementsDisabled but the manual saves have bNeedTheWholownloaded and bIsAchievementsDisabl which is why the script wouldn't match them.  And the bIsAchievementsDisabl flag is just omitted from save files when it's false.
  2. BuckSilent
    BuckSilent
    • member
    • 0 kudos
    tried this and it did not allow achievements again sadly. steam version if this helps
  3. WigOnTheRun
    WigOnTheRun
    • premium
    • 50 kudos
    Thanks bro I was really pissed when I accidently opened the console and realized 3 hours later that my saves were had the disabled achievements symbol.
    1. Materia13
      Materia13
      • supporter
      • 0 kudos
      Just opening the console shouldn't be disabling achievement only using console commands or possibly mods should be doing that.
    2. PappaJoe081
      PappaJoe081
      • member
      • 0 kudos
      It shouldn't but it does. I accidentally hit tilde while trying to press enter in the arena and it disabled achievements. Didn't use it, didn't do a damn thing just closed it and continued.
    3. flipf17
      flipf17
      • member
      • 0 kudos
      It doesn't disable for when when I open it. I started typing stuff to see all of the command hints, just to see if that would trigger it (didn't send any commands), and then I saved, but I'm not achievement locked.
  4. NasalDuck4569
    NasalDuck4569
    • premium
    • 0 kudos
    how do i get this to work with oblivion off of xbox game pass?
  5. Karenbirdmom
    Karenbirdmom
    • member
    • 0 kudos
    why is there a effing Trojan in the file?? i ran it through virus total and there it is
    1. omgTacoTimezz
      omgTacoTimezz
      • member
      • 0 kudos
      same here. windows security blocked it for me. idk how other ppl are saying they got this to work for them :/
    2. wolverine6199
      wolverine6199
      • premium
      • 0 kudos
      It's a false positive. The creator has made a post about it.
  6. gurman8r
    gurman8r
    • supporter
    • 0 kudos
    I used this in combination with this and I think it worked.

    Tested by saving before joining the fighters guild and then got the achievement for joining.
  7. PandorasActor1
    PandorasActor1
    • member
    • 0 kudos
    how do i know if it worked ?when i run it it scans and says no patch needed or pattern not found
  8. omgTacoTimezz
    omgTacoTimezz
    • member
    • 0 kudos
    my windows security detected Trojan:Win32/Sabsik.FL.A!ml. i'm not sure if it's a false positive, but i'm a little suspicious of this mod.
    1. NullPing
      NullPing
      • supporter
      • 2 kudos
      Hi! Those are false positives. To make it easier to use, I packed the python script as an EXE so that people don't have to use the Terminal. The code is fully open source so you can see for yourself what it does: 

      https://github.com/NullDev/Oblivion-Remaster-ReEnable-Achievements

      I talked to nexus about the false detections, so they reviewed it for me and approved it
  9. GageM92
    GageM92
    • supporter
    • 0 kudos
    Didnt work at all.
  10. mr94t
    mr94t
    • member
    • 0 kudos
    Thank you king,i was 9 hours into my game before i noticed, just wanted to change my characters hair :( you've saved me so much pain!