Difference between revisions of "Talk:AddForm - LeveledItem"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>KainXavier
m
imported>KainXavier
m
Line 19: Line 19:
----
----


To be clear, only the crash was fixed.  Forms added to a LeveledItem through script are still not retained in saved game progress.
I am still observing an issue where forms added to a LeveledItem through script are not showing up in an NPC's inventory / vendor menu.  The problem seems easiest to reproduce when loading autosaves.


Modders will need to use an [[OnUpdate - Form]] event or the [[OnPlayerLoadGame - Actor]] event to repopulate the LeveledItem.
--[[User:KainXavier|KainXavier]] ([[User talk:KainXavier|talk]]) 01:39, 24 October 2012 (EDT)
 
--[[User:KainXavier|KainXavier]] ([[User talk:KainXavier|talk]]) 18:10, 21 October 2012 (EDT)

Revision as of 00:39, 24 October 2012


broken or weird behavior (pre 1.6)


seems to be either broken or working differently than additemtoleveledlist and addformtoformlist in FO3 and FONV, it used to store the changed data inside the savegame, yet now, when you load an old save that had this function called the changes will be gone, loading a savegame that did not have this function called after having this function called on a savegame or newgame leads to a CTD --Jaysus 04:06, 18 February 2012 (EST)


This was fixed with v1.6

JustinOther (talk) 01:10, 27 August 2012 (EDT)


I am still observing an issue where forms added to a LeveledItem through script are not showing up in an NPC's inventory / vendor menu. The problem seems easiest to reproduce when loading autosaves.

--KainXavier (talk) 01:39, 24 October 2012 (EDT)