Jump to content
⚠ Known Issue: Media on User Profiles ×

daremo

Members
  • Posts

    8
  • Joined

  • Last visited

Nexus Mods Profile

About daremo

Profile Fields

  • Country
    United States
  • Currently Playing
    Fallout New Vegas

daremo's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I am actually working on something which allows users to select what recipes are available using books and hidden perks but waiting on SKSE64 since I need access to arrays larger than 128 indices as with just Skyrim SE I have 138 different books. Users though would not start with any books or recipes but will gain them by adventuring or finding them on merchants throughout Skyrim.
  2. Can this be done with functions CC_ArrayAddForm(Form[] array, Form value) where array and value are variables as in CC_ArrayAddForm(someArray, someValue) or do they need to be implicitly stated in the function?
  3. I have actually decided as using a large array to keep track of the forms but need to wait on SKSE64 as I need arrays larger than 128 elements.
  4. Is it possible to create a database using a formlist?
  5. I had originally planned on using GetItemCount but that also results in a crowded smithing menu since many items use similar materials. I am now investigating using hidden perks to hide recipes with the users choosing what recipes they want hidden which was something an addon in Oldrim called Lorecraft did.
  6. Could someone point in the right direction to make this a reality. I know this would require scripting but I am in need of a starting point.
  7. I am working on converting numerous plugins to the TGND body and was wondering it someone could take a look a nif I have already converted to make sure I am on the right track? Any advice or constructive criticism would also be helpful. You can get the file with necessary resources at: Test NIF
×
×
  • Create New...