Problems with adding recipes to forge

Post » Mon Jun 18, 2012 5:18 am

I am attempting to add a new recipe for torches to the forge. Currently it only requires 1 piece of firewood to craft and has no perk requirements. However the recipe does not show up in the forge, I can't think of any reason why am I missing a step here?

1. Create new recipe ID
2. Choose the object it creates and how many
3. Choose where it is crafted
4. Add in the recipe requirements
5. Add in perks/conditions needed

Thanks
User avatar
Amy Siebenhaar
 
Posts: 3426
Joined: Fri Aug 10, 2007 1:51 am

Post » Mon Jun 18, 2012 4:35 pm

Try adding WeapMaterialWood to the Keywords list of the item you are trying to craft.
User avatar
Matt Bee
 
Posts: 3441
Joined: Tue Jul 10, 2007 5:32 am

Post » Mon Jun 18, 2012 6:30 am

Unfortunately torches aren't items they are 'light sources that can be carried' and so don't have anywhere in their editing window to add keywords. Is there some other way of adding keywords to objects?
User avatar
Penny Courture
 
Posts: 3438
Joined: Sat Dec 23, 2006 11:59 pm

Post » Mon Jun 18, 2012 12:29 pm

Anyone? Been at this all day and haven't made any headway.
User avatar
flora
 
Posts: 3479
Joined: Fri Jun 23, 2006 1:48 am

Post » Mon Jun 18, 2012 7:51 am

Hmm you could create a dummy torch weapon that is crafted (using the torch model so it is displayed correctly in the crafting menu). To that dummy attach a script that notices when the item is added to the player's inventory (maybe OnSell or OnContainerChange Events work), adds a real torch and removes the dummy.
User avatar
Dan Scott
 
Posts: 3373
Joined: Sun Nov 11, 2007 3:45 am

Post » Mon Jun 18, 2012 9:09 am

That is exactly what I have decided to do xD. Bit annoying but seems to be the only way :ermm:
User avatar
Barbequtie
 
Posts: 3410
Joined: Mon Jun 19, 2006 11:34 pm


Return to V - Skyrim