formlist not work

Post » Mon Nov 19, 2012 11:42 pm

I put some clothes in a new created formlist.

and try to get the clothes from it.

But the problem is I can't get clothes which from the formlist!!!
The debug message show "none"!!!

Yes,you're right.This is another problem about my silly clothes-change mod.
And I thought this time you need not to take care of other details of the mod because I tested the formlist with Skyrim's basic clothes and it works.
(Although great many problems still)


I've first create a new esp for the formlist and try to store clothes from other mods.
I saved and reload the mod.The list just empty!!


So I mad the cloth mod esp active and store the formlist in it.
Looks like after I close the CK and reopen it.The items in the list still.


But unfortunally,neither of the ways above works correctly.
The form(or I tried the objectreferece)tried to be get out from the list just tell me(none!)

:stare:
User avatar
Kari Depp
 
Posts: 3427
Joined: Wed Aug 23, 2006 3:19 pm

Post » Tue Nov 20, 2012 8:13 am

You cannot 'Mod a Mod' in the way you are trying to. You cannot add items from another ESP mod, into a formlist of another ESP mod, and expect them to remain.

You can create a script using the function Game.GetFormFromFile to see if the player has the other mod activated, and then add those items to a formlist in the script. This is the only way to mod a mod that I know of.
User avatar
remi lasisi
 
Posts: 3307
Joined: Sun Jul 02, 2006 2:26 pm


Return to V - Skyrim