The Witcher 3

File information

Last updated

Original upload

Created by

iCat42

Uploaded by

iCat42

Virus scan

Safe to use

28 comments

  1. Dhorp541
    Dhorp541
    • member
    • 0 kudos
    i got the command to show up but the commands seem not to work.

    PIC_ShowRandomStats(1)
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Do you have any other mod with guiTooltipComponent.ws ?
  2. ycdi69
    ycdi69
    • member
    • 0 kudos
    Hey somehow, your mod doesnt work for me. My game starts normally and everything is working fine, but the commands dont do anything? What did I do wrong? Script Merger said there were no conflicts so why doesnti t work?
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Well, to tell what you did wrong, you need first to tell what did you do. Watch this video, maybe it wil help: https://www.youtube.com/watch?v=U_QF7OMFPsQ
    2. ycdi69
      ycdi69
      • member
      • 0 kudos
      I figured out what I did wrong. Works perfectly :D Nice Mod!
      But I have one question left: How can I add, for example, a 10% Chance of freezing the enemy or like a 20% Chance of burning the enemy and stuff like that on the sword?
    3. iCat42
      iCat42
      • premium
      • 50 kudos
      +10% freezing chance: PIC_AddCraftedAbl('Rune zoria greater _Stats', 2)
      +20% burning chance: PIC_AddCraftedAbl('Rune dazhbog greater _Stats', 4)
      You can view other ability (stats) names in "modPotatoItemCheats/extras/abilities/*.xml".
    4. Dhorp541
      Dhorp541
      • member
      • 0 kudos
      WHAT DID YOU DO WRONG? IMA HAVING the same issue
  3. SwiftMods48
    SwiftMods48
    • member
    • 0 kudos
    does this work on new gen?
  4. Gatorboy5
    Gatorboy5
    • premium
    • 1 kudos
    Sorry to bother but how do I remove the info in the item description that was added by the console command(s)?
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Use the same commands, but with 0. Or PIC_ShowAll(0).
  5. Jed87
    Jed87
    • member
    • 1 kudos
    Is it possible to add silver damage to a steel sword?
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Yes. Here are commands you may need:
      PIC_ShowAbilities(1)
      PIC_ShowAvgDmg(1)
      PIC_AddCraftedAbl('autogen_silver_base', 1)
      // 80-90 silver damage; you can change 1 to a greater number, to add few abilities at once
      PIC_AddCraftedAbl('autogen_silver_dmg', 1)
      // 8-10 silver damage
      PIC_AddCraftedAbl('autogen_fixed_silver_base', 1)
      // 90 silver damage
      PIC_AddCraftedAbl('autogen_fixed_silver_dmg', 1)
      // 10 silver damage
      You can view other ability (stats) names in "modPotatoItemCheats/extras/abilities/*.xml".

      But silver damage won't be displayed for steel swords by default. If you want to see silver damage in tooltips for steel swords, you should comment few lines in "scripts\game\components\inventoryComponent.ws". Change this:
      if(itemCategory == 'silversword' && attributeName == 'SlashingDamage') continue;
      if(itemCategory == 'steelsword' && attributeName == 'SilverDamage') continue;

      To this:
      // if(itemCategory == 'silversword' && attributeName == 'SlashingDamage') continue;
      // if(itemCategory == 'steelsword' && attributeName == 'SilverDamage') continue;
      Note: I advise you to not modify original game (OG) scripts, but make and actual mod, which will override OG script.
  6. RAIDEROFTHELASTARCH
    RAIDEROFTHELASTARCH
    • premium
    • 0 kudos
    Excellent mod iCat42!
    How do you add damage to a sword then? Plain and simple...
    Many thanks.
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Read in manual about "PIC_AddCraftedAbl" and "def_item_upgrades.xml". You need abilities with "SlashingDamage" and "SilverDamage".
  7. UniverseSlava
    UniverseSlava
    • member
    • 0 kudos
    Hello. The mod is not working properly. After entering the commands,after saving and re-entering this save, all stats disappear.I rolled the sword stats for about an hour and I saved, after saving everything was gone.┐(‘~` )┌
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Hello. What exactly have you been doing? Commands you've used, item names, actions, in which order.
    2. None10183
      None10183
      • member
      • 0 kudos
      Hi. Faced with the same situation. I add abilities ('MA_CriticalChance',10) and ('MA_CriticalDamage',10) to the sword, - cool! The ability is fixed, statistics are displayed, it works properly in battle. Save game. Out of the game. Re-uploading the save with the changes made. The sword in the inventory is vanilla:(
      v4.0.4
    3. iCat42
      iCat42
      • premium
      • 50 kudos
      I tried:
      - Copy starting steel sword ('Long Steel Sword') with PIC_AddSelectedItem()
      - Select newly added 'Long Steel Sword' in inventory
      - PIC_AddCraftedAbl('MA_CriticalChance', 10)
      - PIC_AddCraftedAbl('MA_CriticalDamage', 10)
      - save, quit game, start game, load save
      Copied sword had increased crit damage and chance alright.

      Try the same and tell if everything is OK.
      Maybe you did something specific, which caused your issues?
    4. None10183
      None10183
      • member
      • 0 kudos
      I tried to completely reinstall the mod, with re-saving after removing the mod. Before installing the mod, I completely deleted the "Witcher Script Merge" data and re-merged all the scripts. There were no conflicts with your mod, but the situation was repeated completely. Added abilities disappear after saving and re-entering the game. I don't know what could be the reason for the error. I really wanted to play with this mod.
  8. SilverJD
    SilverJD
    • premium
    • 0 kudos
    Hi am having trouble merging this mod and Witcher Lore Collection (https://www.nexusmods.com/witcher3/mods/7236?tab=posts) when I merging it conflicts with the line were you say some thing about item descriptions and you not having anywere to put it so you moved it down. Any way to fix this or update the mod to be compatible with WLC. Thank You in advance. 
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      I'm not doing that. Too much effort to support every mod.
  9. ACEKill3rwolf
    ACEKill3rwolf
    • member
    • 0 kudos
    Hi there, I’m getting a bit confused with the commands and stuff. Im trying to spawn all Witcher gear in at level 100 rather than at its default level 40. I can see that it’s possible with this mod but I’m being stupid and can’t figure it out. Any help from anyone on what I need to do would be great!
    1. iCat42
      iCat42
      • premium
      • 50 kudos
      Try reading manual again. Ctrl + F → autogen
      Also, turn on PIC_ShowAbilities(1) and take a close look at swords and armors in shops.
      First obtain witcher gear, then add abilities with damage/armor, to make them level 100.
  10. Derrickaparo
    Derrickaparo
    • member
    • 0 kudos
    What command do you use to spawn console?
    1. iCat42
      iCat42
      • premium
      • 50 kudos