Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Duplicate Blueprints

Page: 1 of 1
 Kl0kw3rk
07-10-2007, 5:38 PM
#1
I've been trying to adapt the fightables in the game to my new XP system. In the case that there are multiple character blueprints with the same name, is there a way to change the reference in some script that controls the spawn and such, so that one blueprint could be renamed and both placed in the override folder?

It looks like the blueprints for the fightable Bandon in each place are uniquely named. But Malak and some others are a problem.
 stoffe
07-10-2007, 9:24 PM
#2
I've been trying to adapt the fightables in the game to my new XP system. In the case that there are multiple character blueprints with the same name, is there a way to change the reference in some script that controls the spawn and such, so that one blueprint could be renamed and both placed in the override folder?

It looks like the blueprints for the fightable Bandon in each place are uniquely named. But Malak and some others are a problem.

If you keep the new file name to exactly the same number of characters you can modify the NCS file with a hex-editor to change the name of the UTC template referenced there.

Or you can avoid placing templates with non-unique names in the override folder and instead put them back into the module file you extracted them from. That way your changes will only take effect within that module (as long as there is no file with that name in the override folder).
 Kl0kw3rk
07-14-2007, 10:08 PM
#3
Or you can avoid placing templates with non-unique names in the override folder and instead put them back into the module file you extracted them from.

Into the original bif files? How is that done?
Page: 1 of 1