I found a way to quicly populate the standard item palette with all the items in your custom palette:
Step 1: edit the custom palette to how you like it.
Step 2: open the temp0 folder in nwn/module while your module is open
Step 3: copy itempalcus.itp from temp0 to your desktop
Step 4: rename itempalcus.itp to itempalstd.itp
Step 5: import the new itempalstd.itp to a HAK associated with your module. (I do this when the module is closed)
Step 6: rebuild your module including the palettes.
I didn't think this would work. BUT it seems to. In truth what I actually did was copy the LIST nodes into the standard palette that I wanted, and was amazed that all the CEXO strings displayed properly in the standard palette. We didn't need to use STRREF and a TLK to identify all of the blueprint names. Saves a lot of time to do it this way (unbless you have an international group of builders on your module that don't all speak the same language... but thats unlikely)
Modifié par henesua, 29 octobre 2012 - 01:17 .