Content creation plugin
Posted: Thu Oct 26, 2006 7:29 pm
For the people who wanted to see it, the code I've been screwing around with is here:
http://alandfaraway.org/haks/abr_creator/
and the discussion is here:
http://www.nwn2forge.org/forums/viewtopic.php?t=15
Its just testing code now, for consumables. Its not and never will be user-friendly. The problem I've run into is saving the resource once its created, as silly as that sounds. I can't seem to find a way to do that at all. As you can see I've tried all sorts of things, including manipulating the GFF struct directly.
If you actually want to try to get the plugin to work the way it is written, you'll need a template scroll, potion and wand item with the resrefs "abr_it_sr_", "abr_it_po_", and "abr_it_wa_" in the mod.
http://alandfaraway.org/haks/abr_creator/
and the discussion is here:
http://www.nwn2forge.org/forums/viewtopic.php?t=15
Its just testing code now, for consumables. Its not and never will be user-friendly. The problem I've run into is saving the resource once its created, as silly as that sounds. I can't seem to find a way to do that at all. As you can see I've tried all sorts of things, including manipulating the GFF struct directly.
If you actually want to try to get the plugin to work the way it is written, you'll need a template scroll, potion and wand item with the resrefs "abr_it_sr_", "abr_it_po_", and "abr_it_wa_" in the mod.