Skyrim

23 comments

  1. gmh4589
    gmh4589
    • premium
    • 28 kudos
    Locked
    Sticky
    If you see square instead letters in books, you need download "Font patch"!
    This patch replace book fonts from this mod on standart Skyrim book font (without patch all books from mod use Arial font)
    I be tri fix it trubble, while the patch is a temporary measure
    UPD: Upload new version, I think, now there should be no problem with font. But as a precaution, patch for font while not deleted
  2. LucasLs
    LucasLs
    • member
    • 0 kudos
    None of the enchantment IDs on the armor work. :(
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      All work, you need use this command:
      player.additem armor_ID ench_ID additional_ench_ID count
      Instead of armor_ID you need enter ID of the armor item.
      Instead of ench_ID and additional_ench_ID you need enter ID of the enchantment. Up to 4 values of the enchantment can be entered/
      Instead count enter count of item, if you need 1 item, enter 1 etc...
  3. ComikStorm
    ComikStorm
    • member
    • 0 kudos
    Hey I am really new to modding skyrim, and I loved this mod, but unfortunately, I am not able to see these books, I have checked with Belator in Whiterun and the trader in Riverwood. Is there like a level you must reach before the mod activates or am I doing something wrong? ?I am using the Vortex mod manager from Nexus and I have installed SKSE also. Or am I missing other dependencies?

    EDIT: NVM, I used LOOT and everything works!
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      Hello, possible this mod conflict with something other mod, wich added new items for trader. And LOOT repair this troubles.
  4. LolaVerwood
    LolaVerwood
    • premium
    • 0 kudos
    Q: If I type in code for something like, "Sawn Log" will it give me just 1 or unlimited?  I have not added this mod yet and needed to know.
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      No, you need to specify the quantity. 
      It's working that:
      player.additem item_ID count
      For example: player.additem 0000000F 1000 - give you 1000 golds.
  5. aragonit
    aragonit
    • premium
    • 53 kudos
    I just discovered this collection. Looks really cool.

    One suggestion (if it isn't implemented already) Add some bugfix "cheats" like:

    setstage SKI_ConfigManagerInstance 1

    to fix MCM not showing all menu entries.
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      Thanks for help, I think about it. Maybe include this code and something else. While I don't have a plan how mod will be update
  6. LatinGames
    LatinGames
    • premium
    • 68 kudos
    Do you know some CODES to create Idle points with the Player.placeatme command? for example using player.placeatme 00064106 creates an idle Point and the NPC will start running the Sweep Animation, randomly,That is very useful to create Immersive environments in any GamePlay
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      Thanks, I didn't know about codes for idles points. I promise add this codes in next update.
    2. LatinGames
      LatinGames
      • premium
      • 68 kudos
      Hi gmh4589, I already found this CODES,Check my Mod https://www.nexusmods.com/skyrim/mods/95210

      Lying down: player.placeatme 000C482E
      Support Table: player.placeatme 000C4EF1
      Posing: player.placeatme 00070EA1
      Warm on Fire: player.placeatme 0004240B
      Injured NPC: player.placeatme 000D873D
      Read: player.placeatme 0007872B
      Meditate player.placeatme 000F688D
      Pray: player.placeatme 000F9AA2
      Lean: player.placeatme 00052FF5
      Sit: player.placeatme 000C4EFD
      Sit on Edge: player.placeatme 000C4827
      Play instrument: player.placeatme 00097536

      But I know there is a Lot of More
    3. gmh4589
      gmh4589
      • premium
      • 28 kudos
      Thanks for help, I can find more this codes in CK
  7. GlowingHeart
    GlowingHeart
    • member
    • 41 kudos
    What a legendary work is that ...

    THX
  8. Aryell
    Aryell
    • premium
    • 13 kudos
    So well done, Congratulations!
  9. lefttounge
    lefttounge
    • supporter
    • 213 kudos
    my brother, this has GOT to be, hands down the most useful mod on the nexus ^~^
    Now there are many useful mods. But this one? Dude this makes you invincible in skyrim
  10. Kydude
    Kydude
    • member
    • 0 kudos
    Not sure if I have a mod conflict or what but all the print in the books are just small squares... This is a great idea and would like to resolve the problem. I don't have any mods that add items to vendor inventory so not sure. Anyone have any ideas?
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      I add font fix on file page, download and install, and all be OK
  11. WansInALayfTaym
    WansInALayfTaym
    • member
    • 2 kudos
    I have some lists you have as a bat file and to prevent it from activating the console scripts and just lists them out, I just add ";".

    For example:
    ;player.additem 900973 1
    ;player.additem 43770 1
    ;player.additem 4377 1

    Posting this just in case anyone wants another workaround.
    1. gmh4589
      gmh4589
      • premium
      • 28 kudos
      Thanks, good idea, I add it in the mod. And until I sticked your post.
      I think, me need add more info for using bat files