An NPC who will show players what each of the new 1.68 cloaks looks like and then change the cloak they are wearing.
Just import the erf and place the NPC (under Special -> Custom 1) somewhere in your module. It's set up for the standard cloaks, but can be changed if you have extra cloaks in your mod like Lisa's.
It's currently being used in our PW Aertheca. Posted it here as a few people have asked me for it. Hope someone finds it usefull. And thanks to John Bye for the original code :)
Ah, ok. So the cloaks that are not 1.68 versions are not in that script, that explains why I can't see them. I suppose I ought look around before I post :)
First thing to do is work out how many different cloak designs you have, then open up the script ccs_change_model and change the constant CCS_MAX_CLOAK_MODELS to that number.
Then, if you look in the NPC's inventory there should be a cloak for each design. These cloaks have resref's and tags of cloak_model_1 to cloak_model_20
cloak_model_1 to cloak_model_14 are the standard 1.68 cloaks, I assume you are using these plus some extra ones? In which case you can change cloak_model_15 to cloak_model_20 to the designs you are using, or delete them and add some more.
Hope that helps. _________________________ Aertheca
Hail...I added this system, but it does not seem to actually change the cloak model. Now, I decided this is because the cloak models in use are additional ones, and not among the new 1.68 models, but I am not sure how to set this up to work with my existing cloaks, and the 1.68 versions as well. Help?
You must be Logged In to post comments in this section.