Difference between revisions of "Interfacing Pluggy and TSFC"

→‎Setup: fixing link
imported>Low Post
m (Changed Obvlivion Script Extender to Oblivion Script Extender)
imported>DragoonWraith
(→‎Setup: fixing link)
 
Line 10: Line 10:
Since both TSFC and Pluggy contain functions to both set and read item names, we're essentially using a dummy item as the middleman between the two plugins.
Since both TSFC and Pluggy contain functions to both set and read item names, we're essentially using a dummy item as the middleman between the two plugins.


The only necessary setup is to create the dummy item.  In the CS, open the [[ObjectWindow|object window]] and browse to the section '''Items > MiscItem'''.  To create a new item, press the Insert key or right click and select "New".  In the new MiscItem window that appears, enter an Editor ID for the item - you don't need to set anything else.  For this example, we'll assume that our item was named '''NameDummy'''.
The only necessary setup is to create the dummy item.  In the CS, open the [[Object Window|object window]] and browse to the section '''Items > MiscItem'''.  To create a new item, press the Insert key or right click and select "New".  In the new MiscItem window that appears, enter an Editor ID for the item - you don't need to set anything else.  For this example, we'll assume that our item was named '''NameDummy'''.


==Moving from Pluggy to TSFC==
==Moving from Pluggy to TSFC==