Jump to content

Home

Making a new equipable body part?


SithRevan

Recommended Posts

Unfortunately the GUI is hardcoded into the game engine and cannot be modified without messing with the .exe file or the source code of the game (either KOTOR or KOTOR2), which in turn would be illegal and isn't allowed to be discussed on lucasforums.

Even if you did manage to revamp the interface screen, it would take some major modifications to the source code in order to make more equip slots useable.

So basically, no.

Link to comment
Share on other sites

Are you sure, because I went into what looked like the GUI for the equip screen using kotor tool and it looked like it could be edited, " mind you not easliy", but still it looked as if something could have been done with it.

 

The GUI files only allow you to change the position, dimensions and transparency settings of user interface elements, they cannot alter what those elements are actually used for. So, even if you could seemingly add another slot to the inventory screen it would just be a nice little box, it wouldn't actually do anything, or let you drag any items to it. The game engine wouldn't know what your new box was supposed to be used for. :)

 

The number of equipment slots are hardcoded in the game engine and cannot be modified.

Link to comment
Share on other sites

May you point us how to change pos/opa/dim of GUIs?

 

Hi, Lit

 

Under the CONTROLS field. Choose any STRUCT and expand it, then you have the HEIGHT (Changes the actual height of the object), LEFT (Changes the distance from the left hand side of the screen), TOP (Changes the distance from the top of the screen), WIDTH (Changes the actual width of an object).

 

You may delete controls but from my experiments, you cannot add them at all - not even as a non-interactive feature as stoffe suggested. Although, I remember a discussion about the party selection screen and how someone had added a button (nonfunctional) to it, so I could be mistaken with regards to this.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...