The Witcher 2
0 of 0

File information

Last updated

Original upload

Created by

maiden159

Uploaded by

maiden159

Virus scan

Safe to use

26 comments

  1. almothafar
    almothafar
    • premium
    • 0 kudos
    Everything working fine, people may misunderstand auto-loot, it is when you kill a monster or anything, you will get that looted, not like you pass by and loot herbs, so even if someone else killed the monster or enemy you still get that loot, which is awesome  

    I have 1 suggestion if you can add 
    if ( inv == thePlayer.GetInventory() )
    {
      return (1 + RoundFEx(item_price / 2.5));
    }
    else
    {
      return RoundFEx((item_price * 2.5) * multi + 1);
    }


    This is more fair price IMO, check the comments here https://www.nexusmods.com/witcher2/mods/67?tab=posts
    Personally, I modified it using Gibbed RED Tools it was easy to do

    Thanks for the mod, such QoL 
  2. bain123
    bain123
    • member
    • 0 kudos
    Hello!
    I need help, plz. I dont see extra talents per lvl ((. Is i will get extra talents from beginning in prologue? Coz, i up from 1 lvl to 2nd (just start the game) and got only 1 talent. I open archive, replace base_scripts.dzip in CookedPC, but... Only 1 talent for my first lvlup ((
    What i do wrong? Version EE 3.4.4.1, difficulty - Dark.
    1. PapercutOwl
      PapercutOwl
      • premium
      • 0 kudos
      Anyone got an answer to this? Didn't have any problems with instaling mods, this is the only one that dosn't wotk EMC changes work perfectly but I do not get the extra talent on my first level-up...
    2. Gothchicksrock
      Gothchicksrock
      • supporter
      • 1 kudos
      I always get the 2 points per level. this is the only mod I have installed. auto loot doesn't seem to work...but auto looting gold does work but items aren't 0 weight like the description said. I started a new game so idk if that helps or not.
  3. AngryPuppy78
    AngryPuppy78
    • member
    • 1 kudos
    Do you need to start a new game in order for this mod to work? Auto loot doesnt seem to work for me.
  4. Lurdiak
    Lurdiak
    • member
    • 0 kudos
    Hey, I replaced the dzip file, but the game remains unchanged? I'm using the steam version of Enhanced Edition.
    1. andrusprime
      andrusprime
      • member
      • 0 kudos
      Same here, replaced the dzip in UnCooked PC with this one...no change. I'm playing the gog drc-free version of TW2 EE.
    2. theawesomeico
      theawesomeico
      • member
      • 0 kudos
      You need to install EMC-Minimal first then overwrite it with this one
    3. AngryPuppy78
      AngryPuppy78
      • member
      • 1 kudos
      Why would you need to do that? ECM adds nothing but the "base_scripts.dzip" file just like this one. So installing it first will also do nothing if this mod didn't work either.
  5. XDCiastkoXD
    XDCiastkoXD
    • member
    • 0 kudos
    Automatically loot items with a weight of 0, excluding quest items.

    Where can i change to loot things over 0 to 1
  6. AMPreturned
    AMPreturned
    • member
    • 0 kudos
    Splendid idea, though Geralt shouldn't become too much of a Garrett the Masterthief (and Taffer), as he is already an overdosed warrior-warlock-alchemist type...
  7. SamVision
    SamVision
    • member
    • 1 kudos
    "Lootable objects always glow."

    Is there a way of removing this?
    1. dragon083
      dragon083
      • supporter
      • 3 kudos
      Yes you need to extract base_scripts.dzip with RedTool, open base_scripts/game/gameplay/container_class.ws with Notepad

      Find this:

      // EMC - Detect without using medallion
      function SetVisualsFull()
      {
      ApplyAppearance( "1_full" );
      PlayEffect('medalion_detection_fx' );
      PlayEffect( 'glow' );
      QuestItemGlow();
      isHighlightedByMedallion = false;
      }

      Just remove PlayEffect('medalion_detection_fx' );

      And modify isHighlightedByMedallion from false to true

      Then repack and replace base_scripts.dzip
    2. SamVision
      SamVision
      • member
      • 1 kudos
      Thanks
  8. Sabrewulf6000
    Sabrewulf6000
    • supporter
    • 0 kudos
    Good sir, any chance of doing a Enhanced Mod Compilation - Full Version? (With Two Talents Per Level of course) Would be very very much appreciated!

    Thanks
    1. erk4802
      erk4802
      • member
      • 0 kudos
      I'm looking for this as well. I like full for the extra options such as mutegen upgrading and sometimes i just don't want to "play" dice poker so the win option is nice to have.
    2. guimblon
      guimblon
      • member
      • 1 kudos
      There is a full version yet?
  9. pasarakos
    pasarakos
    • member
    • 0 kudos
    Thank you very much its exactly what i need.
  10. User_2054310
    User_2054310
    • account closed
    • 0 kudos
    EMC Minimal v065 has a "z_emc_data.dzip" file in it, do we have to install that and then rewrite base_scripts.dzip?
    1. TheBigBallsOfFury
      TheBigBallsOfFury
      • member
      • 0 kudos
      Yes you have to install the EMC minimal files first then overwrite the base_scripts.dzip that came with EMC with the new one that you download over here. Don't know how the uploader missed that out on the instructions.