Jump to content

Home

override vs module


seawolfe

Recommended Posts

okay .. I want to add a merchant to Manaan .. do I need to extract the module and everything in it , add the merchant and his script and dialogue and then wrap this up as a module or can I just add it as an override by putting the new files in the override directory with a modified .git ?

Link to comment
Share on other sites

You could use a script to "spawn" your merchant in the module. It should work. I did that with doors and other placeables instead of modifying the original .git file (I added computers and an elevator on Taris). Simply attach the script to a .dlg file.

Link to comment
Share on other sites

I find that dropping the .git file in the override folder is useful to make quick tests but it may cause some bugs such as triggers that don't trigger at the right moment, doors that do not open, etc... (even with a module which is accessed for the first time :confused: )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...