The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

BlurredEdge

Uploaded by

BlurredNotions

Virus scan

Safe to use

Tags for this mod

13 comments

  1. ShiraBestInTheWorld
    ShiraBestInTheWorld
    • member
    • 0 kudos
    парень ты лучший ждем твоих новых модов
  2. FullMetalWitcher
    FullMetalWitcher
    • member
    • 2 kudos
    Hi BlurreNotions,

    i have copied your line of code in the Next-gen player.ws file, did i do it right?:

            AddAnimEventCallback('SetRagdoll',            'OnAnimEvent_SetRagdoll');
            AddAnimEventCallback('InAirKDCheck',        'OnAnimEvent_InAirKDCheck');
            AddAnimEventCallback('EquipMedallion',        'OnAnimEvent_EquipMedallion');
            AddAnimEventCallback('HideMedallion',        'OnAnimEvent_HideMedallion');
            
            
            ResumeStaminaRegen( 'Sprint' );
            
            //W2 Quest Facts:
            FactsSet("import_council_exists", 1);
            FactsSet("import_saskia_alive", 1);
            FactsSet("import_henselt_alive", 1);
            FactsSet("import_odrin_met", 1);
            FactsSet("import_geralt_drank_mysterious_potion", 1);
            //FactsSet("import_geralt_has_tattoo", 1);    
            
            photomodeManager = new PhotomodeManager in this;
            photomodeManager.Initialize();
            
            
            
            invertedLockOption = ((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).GetVarValue( 'Controls', 'InvertLockOption' );
            invertedControllerCameraX = ((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).GetVarValue( 'Controls', 'InvertCameraX' );
            invertedControllerCameraY = ((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).GetVarValue( 'Controls', 'InvertCameraY' );
            invertedMouseCameraX = ((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).GetVarValue( 'Controls', 'InvertCameraXOnMouse' );
            invertedMouseCameraY = ((CInGameConfigWrapper)theGame.GetInGameConfigWrapper()).GetVarValue( 'Controls', 'InvertCameraYOnMouse' );
            
        }

    Also, by any chance do you know the code to import "anais given to radovid"? i prefer too that she goes with Natalis, but i would like to add this fact (deactivated) in my script, just in case.
  3. LegolasGaming
    LegolasGaming
    • supporter
    • 0 kudos
    This is amazing. I tried importing a W2 save for the added conversations and the missing paper at the academy, but that save had the tattoo and it caused the Wet Geralt face mod to break. Now I can have the missing content without the stupid tattoo. Thanks! 
    1. LegolasGaming
      LegolasGaming
      • supporter
      • 0 kudos
      Importing a save also doesn't let you go through the interrogation scene, which is a shame. Adding the facts through scripts is definitely the way to go.
  4. FullMetalWitcher
    FullMetalWitcher
    • member
    • 2 kudos
    EDIT
  5. YeungChiLongtimyeung
    YeungChiLongtimyeung
    • supporter
    • 0 kudos
    Good
  6. syrops
    syrops
    • premium
    • 6 kudos
    the tattoo version does not add the tattoo? game version 1.31
    1. BlurredNotions
      BlurredNotions
      • supporter
      • 50 kudos
      It does, but only once you reload the save during the Kaer Morhen prologue, or once the game loads the new area (White Orchard).

      To get the tattoo from the very beginning even during the prologue, check out my Magical Tattoo Kit mod.
  7. Enpror
    Enpror
    • supporter
    • 37 kudos
    Hello, I'm doing 100% Completitionist Characters for fun, I was thinking about doing my next one with your mod, I'm wondering : Should I Simulate and count on your mod for doing the rest? I guess it's also safe to say it only ''add'' facts so if I simulate correctly : Letho should be alive and same of Sheala? Thank you for your great contribution
    1. BlurredNotions
      BlurredNotions
      • supporter
      • 50 kudos
      This mod only affects the things I wrote in the description. Yes you can simulate the save.

      The only choice that could contradict this mod is the one where you're asked whether you saved Triss or saved Anais. Saving Triss = Conclave still exists afaik. You can pick whatever you want for Sile and Letho.
  8. amirdovahkin4life
    amirdovahkin4life
    • member
    • 9 kudos

    BlurredNotions DESTROYS CDPR developers with Facts and Logic. 
  9. WackyUncharateristicDoge
    WackyUncharateristicDoge
    • supporter
    • 4 kudos
    Yo Blurred, where you been man?
  10. HawkTheRock
    HawkTheRock
    • supporter
    • 32 kudos
    Many thanks.