Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

WillieSea

Moderators
  • Posts

    5,414
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by WillieSea

  1. I easily made new crafting recipes in my mod, levelers towers.

    I never used "Game Setting sGenericCraftKeywordName09" to do it either.

    Its been like a year plus since I looked at it, but its all about keywords.

    If you want your new recipe to be made on the workbench (World Objects: Furniture: CraftingBlacksmithArmorWorkbench) then look at the 'keywords' on that object. You see one of them is "CraftingSmithingArmorTable". Remember that.

    Now go to the recipes (Items: Constructible Objects:) and make a new recipe. On the "Workbench Keyword" drop down box, select "CraftingBlacksmithArmorWorkbench". Now that recipe will be available on the workbench.

  2. The ESP files (with the warehouse cells) will be INVISIBLE and UNUSABLE to any other ESP or ESM files.

    Although, there may be a work around where you can create a 'pointer' to the ESP files using script.

    Look into the 'GetFormFromFile' command.

    Here is an example of detecting if Dragonborn.esm is loaded in the players game.

    Armor DLC2ArmorBonemoldBoots = Game.GetFormFromFile(0x0001CD92, "Dragonborn.esm") As Armor

    • Upvote 1
  3. We have several 'Halloween' unique mods, for Oblivion and Skyrim. They were a competition made by the community.

    My mod on the Nexus is unique, and pretty popular, so you probably already have it. I have been making mods since Morrowind came out, many, many years ago...

    This site is really about 'learning'. There are many tutorials here in the 'Enclave' forum should you wish to look them over, you might even learn something. lol

  4. I have done the imp button tutorial and it worked first time.  Thanks for that!  I have used it as a means of turning on and off triggers, while I am designing my areas.

     

    Is this a normal enrollment class?  I want to enroll please.

    This is an 'abnormal' enrollment class. All you need to do is show a screenie of your button working in the game. No sign up, no mess or hassle. Just good old fun! Oh, and PM a copy of your script to me for grading.

    • Upvote 1
  5. You have 6 nested IF statements and only 4 ENDIF statements.

     

    I also question your use of ELSEIF statements, as they are looking at different criteria than the original IF that they go with.

     

    You might want to look at my basic tutorial on scripting in this forum.

  6. Ok, so I did the 'Rate Performance' on my new computer, and it has scores from 1.0 to 7.9 (Right-click Computer and do the performance scan.)

    Processor: 7.8

    Memory: 7.8

    Graphics: 7.9

    Gaming graphics: 7.9

    Primary Hard disk: 5.9 :rofl:

     

    I Guess I need an SSD for my primary to get that score up...

  7. GetSelf, wouldn't that give you the object being equipped?

     

    Just place your GetActionRef inside your gamemode block.

     

    You also don't want to 'continually' make faction changes, like your doing in your gamemode block.

  8. Success!

     

    Arion pointed me to Acronis, which is a Western Digital software package for true image utilities for hard drives.

    I did not see anything really, in it that looked like it would do what I wanted.

     

    But, by the miracle of simply 'installing' Acronis, my drive partition that was 'unallocated' suddenly showed up and now I have access to it once again!

     

    Hallelujah! I have not lost all my backup data!!!

×
×
  • Create New...