Another few modding questions:
How do you add items to be purchased at a Starbase ?
How do you change the rewards for a quest ?
I assume these two are linked slightly as they both involve the xml files in the Dialog sub-directory.
For example, when completing the Combat Trial Reward at the Sol Arena, I was trying to replace the HomingNuke with the version from the Vault in the SC_Arena.xml file.
So i changed the line:
<script>Player.InventoryAddComponent("HomingNuke")</script>
to
<script>Player.InventoryAddComponent("HomingNukeBlackHole")</script>
Yet I still get the same "advanced nuke". Is there another file I need to change ?