Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Martinezer

Uploaded by

Martinezer

Virus scan

Safe to use

48 comments

  1. Jadehnt
    Jadehnt
    • member
    • 1 kudos
    Will this mod distribute all enchanted gears to merchants too?
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Nope, it was not intended to do so.
  2. trissy
    trissy
    • member
    • 4 kudos
    So, a zillion years after getting Skyrim, I suddenly realised what & why I need this, it is amazing, I think I'll just smash together all my armor and weapon mods and see what this spits out.
    also, will look into seeing if it can add modded in magical effects...
    Awesome work. thanks!
    (Oh, and this is after using similar things to create wacky legendary versions of stuff in FO4, my lack of intelligence is sometimes astounding)
  3. Paulicus1
    Paulicus1
    • supporter
    • 26 kudos
    Is there a legendary version of this script, or might it work with the standard edition naturally?
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      As far as I know, it should work with TES5Edit.
    2. Paulicus1
      Paulicus1
      • supporter
      • 26 kudos
      Thanks!
  4. Mikiniki
    Mikiniki
    • premium
    • 1 kudos
    Geet following error when trying to make the Custom leveled list
    "Load order fileID [00] can not be mapped to fileID for file "Custom leveled list.esp"
  5. greankuy
    greankuy
    • premium
    • 3 kudos
    removed
  6. thelegg77
    thelegg77
    • premium
    • 65 kudos
    Any chance of something like this being made for breakdown recipes?

    Put a long list of items for a mod and have a script compile a load of breakdowns.
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Yes, it's on github: https://github.com/AngryAndConflict/skyrim-utils
      Skyrim - Make Breakdown.pas
      I was lazy enough... and have spamed the nexus already... to post it here...
  7. ttabakova
    ttabakova
    • supporter
    • 24 kudos
    Awesome thing, ty very much. Was able to tweak it to generate me custom enchanted armor and put it into vanilla leveled lists xD.
    1. Kelsenellenelvian
      Kelsenellenelvian
      • premium
      • 517 kudos
      care to share your script changes please?
  8. Sena1993
    Sena1993
    • supporter
    • 0 kudos
    Can you make version for armor too? this tool very useful but when i try to edit armor then it not working... so anychance for you make another version for armor sir?
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Just did. Works with weapons/armors/wigs/bikinis/eyepatches... bandanas... ARMO/WEAP records, in description and changes info about it, but generaly it just works.
    2. lobo3222
      lobo3222
      • supporter
      • 25 kudos
      thank you for this Martinezer :-)
    3. Sena1993
      Sena1993
      • supporter
      • 0 kudos
      thank you so much

      P/s: just download v0.5 3 feb and try and idk why it not working, like weapon tab i still can edit like normal but armor tab i click to line i want to edit but nothing happen
    4. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Sorry, my English ain't that good...
      I've downloaded 0.5 - working no problem
      0.6 - all seems right...
      armor/weapons all generated and can be changed, SSEEdit finds no errors and game is launching...

      what mod - plugin are you trying to edit?
      the only reason records can stop responding is that xEdit is not allowing users to edit Beths master file (but scripts can do many things, like edit records even if user is still locked to accept editing warning), if you are selecting items there... you should not do that... xEdit may freak out...

      So if you want to generate "vannila" items with enchantments, firstly select that weapon/armor records, right click "Copy as override into..." and select plugin you want to edit, or make new one,... that go to that plugin and select these overrides, run a script on them, after that overrides can be deleted.
    5. Sena1993
      Sena1993
      • supporter
      • 0 kudos
      Sorry for making trouble, think i know why i cant edit stat and solve that problem so all good now sorry for my english not good, ty again for great mod you created.
  9. goozor
    goozor
    • supporter
    • 0 kudos
    If a mod adds new enchantment types (i.e. more than the default 31), will the script automatically pick them up and apply to the weapons?
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Unfortunatly it is not doable, cause enchantments are used for many different things, and I don't know how to really detect propper enchantments without hardcoding them inside script.
      And 31 are just more as example, there much more than 31 in vanilla, even for weapon.

      So if you want to to add/delete new object effects to/from the script. You will have to do as I wrote in FAQ:
      Open script in your text/code what ever editor, pres Ctrl + F and type '=Adding'. Above you'll see all the enchantments and comments, right after 'FireEffects' is a commented version for needed arguments, so you can alter them. Basically it is just one line:
      addToLeveledList(enchLevelList, createEnchantedVersion(selectedRecord, '<FormID of Object Effect Record>', '<suffix for EditorID>', <Amount of Enchantment>, <level condition for enchanted weapon used in LeveledList>;
      // EnchWeaponMagickaDamage01 - comment, just the name of Object Effect, I don't like the crypto code, but I can't make it work over way... yet

      And, as allways in modding world, if you want to generate enchantmented weapons inside plugin A, with enchantments of plugin B. Plugin A should require plugin B as master.
    2. darksynth0
      darksynth0
      • premium
      • 37 kudos
      there's actually only one most people are using - Summermyst
      Can you make it compatible?
      This is the reason I cam here lol
    3. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      Well, it is compatible with any mod... or you're asking about generating items with Summermyst enchantments?
      Script was started for making things like creating Summermyst much easier than spending innormous amount of time in buggy CK making same edits over and over, I'm hoping Enai Siaion have some scripts for that.
      I like that mod as all mods by Enai Siaion... and it is not just big collection of magic effects, it has complex math, destribution planing and such stuff... so if you want to open Summermyst plugin, run a script on mod like Immersive Weapons and then play with superbly enchanted Skyrim, you can do that, destributing and balancing are on you, I've made this script easy to read and use, and you can write aditional generation entries once, and every time Summermyst or other mod will be updated -> just run it and play.

      And me, well, I've separated both my scripts and made lib they share, my next goal is to find time to make new update with "Make craftable", so artists who makes superb mods, I like and use, could relax at least for a little bit.
    4. darksynth0
      darksynth0
      • premium
      • 37 kudos
      yes, I want to open Summermyst plugin, run a script on mod like Immersive Weapons and then play with superbly enchanted Skyrim )
      will WryeBash distribute these items via levels lists?

      You're making some cool stuff man!
    5. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      hmm... I was not using Wrye Bash for a long time, but as I remember, it can only combine rewrites of LeveledLists in order to make compatibility patch... some java procer for old Skyrim was doing something like that but only in a way of some overhaul balance mod... but java is against my religion, so I was not using such tools and can't say for sure
  10. metalmanindian
    metalmanindian
    • supporter
    • 1 kudos
    You are the man!!!!!!! You dont know how long Ive been looking for this.
    1. Martinezer
      Martinezer
      • supporter
      • 30 kudos
      You won't belive it, but I think I do :O)
      I was looking for something like this... maybe since Oblivion...
    2. metalmanindian
      metalmanindian
      • supporter
      • 1 kudos
      This script allowed me to get all of my dark souls weapons spread throughout the leveled list and enchanted as well.
    3. darksynth0
      darksynth0
      • premium
      • 37 kudos
      how do you distribute via leveled lists?
      how does it work with bashed patch?