Jump to content

Home

Modifying Modules to not use the same name for two different objects


Recommended Posts

So I've started my "Journey" into modding TSL by starting out with something simple - making doors automatically close. I've pretty much got it down concerning using KOTOR Tool and etc, but the thing is there are multiple modules that use the same name for two completely different sets of doors. (For example, the BXC Office door and one of the Bay Control doors)

 

How would I modify these modules to use a alternate set of doors to eliminate conflicts?

 

Also, other doors have been set to execute a dialog script upon opening (For example, the Ithorian Compound Door and their Greeter). How would I set it to still execute this one-time script but close itself after opening?

Link to comment
Share on other sites

For multiple doors you would have to make a custom door and then implement it into the module through the .git. You would have to set a conditional so

It would only fire once. The easiest way I can think to do this is through booleans. I don't have time to post details so feel free to ask questions.

Link to comment
Share on other sites

A .rim is made up of ".ifo" ," .are" and ".git". You need to compile your .git with the other 2 into a rim which goes it the modules folder.

If you're replacing something it's highly reccomended to make a backup of the original

 

How would I compile the .rim? What tool do I use?

Link to comment
Share on other sites

I would suggest not replacing the .rim file but using a .mod file instead. It inserts all your changes to a module but without having to replace any in-game files. You can make a .mod through Kotor tool. In the upper right hand corner their is a button that says ERF, click on it and a window will open. From there you can select to make a .mod file, where it exports to, and what name it has. Then you add the files you want and build it. However, TSLRCM uses .mod files for most of the modules and to most people it is a nessecity to have TSLRCM installed so you would have to talk to DarthStoney about how to make TSLRCM and your mod compatible.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...