Mogomra Posted February 10, 2023 Share Posted February 10, 2023 Does anyone here know why some Legendary items (ex: Wildman's Clothes) can be added to inventory via the console with their Legendary properties intact, whereas others (such as the Apolcalypse Armor and legendary items created via the method in your tutorial) will appear in your inventory sans their Legendary properties? Link to comment Share on other sites More sharing options...
RaidersClamoring Posted February 25, 2023 Share Posted February 25, 2023 What techniques do you use to spawn the stuff in and to fit it with the proper OMODs (mods, legendaries)? Featured items like the Cito outfit come with ArmorAddons fitted into the Armor already defined in the master files. Others, modders, may have chosen to add OMODs to gear via script after placing them in the world. Spawning directly into inventory is also not super reliable since there is no way to create a persistent Reference ID using only console additem and once the item hits your inventory, any temporary reference ID will be erased. If you are adding OMODs this way and using PLR (PickLastRef) to put the OMODs on, the game is not going to know what you mean. (This is if the scriptwise added OMODs is the chosen way by the creator). Then AddModToInventoryItem should be used, passing in the form ID, while making sure there is only one instance of the item in your inventory or it might end up attached to the other instance.You might know all this, let me know what technique you use.Is there any vanilla featured-gear that will lose legendary OMODs if added through console? Link to comment Share on other sites More sharing options...
Recommended Posts