The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

erxv

Uploaded by

erxv

Virus scan

Safe to use

Tags for this mod

184 comments

  1. erxv
    erxv
    • member
    • 138 kudos
    Locked
    Sticky
    100% Script conflict free now, just download this (copy the right stuff to DLC, Mods and bin) and the Bootstrap mod:
    http://www.nexusmods.com/witcher3/mods/2109/?

    add this line: add(modCreate_MedallionMod());

    to The Witcher 3 Wild Hunt\Mods\modBootstrap\content\scripts\local\mods_registry.ws

    just like the commented out ones, and it should work.
  2. Garrold
    Garrold
    • supporter
    • 13 kudos
  3. MindDoser
    MindDoser
    • premium
    • 22 kudos
    It's a sin that one haven't updated for new version (NGen) . Literally best hud medallion ever. 
    1. DKUnit94
      DKUnit94
      • supporter
      • 1 kudos
      +1
    2. kamikad3e123
      kamikad3e123
      • member
      • 8 kudos
      +
  4. Jerichorandall
    Jerichorandall
    • premium
    • 3 kudos
    Update pleaseeee
  5. magpitrs
    magpitrs
    • premium
    • 1 kudos
    Nextgen update pleas? :(
  6. Nevao
    Nevao
    • member
    • 1 kudos
    Can you add the "a night to remember" medallion?
    1. Nohuman02
      Nohuman02
      • member
      • 6 kudos
      That would be awesome to see
  7. Nohuman02
    Nohuman02
    • member
    • 6 kudos
    Does this mod works with Vladimir UI?
  8. ninakou28
    ninakou28
    • premium
    • 0 kudos
    Warning! Uninstalling this mod well permanently delete the original medallion
    1. Antonaros1999
      Antonaros1999
      • member
      • 12 kudos
      Warning!! please explain if you followed the instructions to the latter, because if you not the joke's on you buddy
  9. MroQKun
    MroQKun
    • member
    • 0 kudos
    Mine's texture seems to be wrong. What can I do?
  10. MroQKun
    MroQKun
    • member
    • 0 kudos
    Help please. My medallion does not appear at all
  11. Jerichorandall
    Jerichorandall
    • premium
    • 3 kudos
    !!!!-----!!!!

    In case anyone else had frustrating trouble with adding mods to Bootstrap like I did...
    In my case I couldn't for the life of me find anywhere saying what the format for adding a mod should look like so here it is.
    As a very noob in coding, idk if any part of this code is unnecessary but this worked for me!


    class CModRegistry extends CModFactory {
        protected function createMods() {
            add(modCreate_MedallionMod());
        }
    }
    // ----------------------------------------------------------------------------
    // ----------------------------------------------------------------------------