JCarter426

M478_Staff
  • Content Count

    1,527
  • Joined

  • Last visited

  • Days Won

    130

Everything posted by JCarter426

  1. No, there is only one slot for robes, so it is not possible to use both models on the same character. That mod likely could be made compatible with my Cloaked Hybrid Robes, though.
  2. It's not possible to create new feats that do much of anything. Most feat mechanics are hard-coded in the engine, and the feat itself is just a signal to the engine that whether a character has the feat. There is a script function to grant the player permanent bonus Force Points in KOTOR 2, but not KOTOR 1. There is no script which is fired whenever a character levels up, but there are scripts that run every few seconds (e.g. the player's heartbeat script) which could be edited to replicate such an effect. There would be compatibility issues with other mods, though.
  3. Good catch. I will see about adding those in the next version. Thanks.
  4. It should be possible to get around that restriction by checking if the NPC has perceived the player through their perception event. I don't know if there is an existing function to check if arbitrary creature x has perceived arbitrary creature y, but it could be tracked with local variables if necessary.
  5. Nice catch. Initially I had him still drop the original swords and when Sniggles asked to have those removed I went and removed too much. It'll be fixed soon.
  6. For one of my mods, I removed an item property by making it require an upgrade part that doesn't exist. I hope that one day we can have an installer with the ability to delete GFF structs in a way that is safe for mod compatibility, but for now, this works...
  7. There's nothing in this mod that would cause such a problem.
  8. I'm not sure I follow. This mod is compatible with K1CP and K1R, but K1CP is not compatible with K1R.
  9. No, it makes no such change. @Wonder It will run on Android. See here.
  10. Oh, that's great. I'll take a look, thanks.
  11. Yes, that should be all of it. There aren't many changes: mostly to add missing journal entries as you noticed. You can add a file called appendf.tlk for the female variations of each line. TSLPatcher (and I presume HoloPatcher) will patch both dialog.tlk and dialogf.tlk if both append.tlk and appendf.tlk files are present. appendf.tlk needs to have the same number of lines as append.tlk, even if there is no translation difference. It would probably be easiest to duplicate append.tlk, rename it to appendf.tlk, and then modify only the lines that require a different translation.
  12. As in the unmodified game, the crystal stats are determined by your current class.
  13. Installing the glove option will not uninstall the gloveless option. It's not especially difficult to undo by editing appearance.2da, but it's not something which I could provide with TSLPatcher because the changes depend on what other mods you have installed and TSLPatcher has no way of accounting for that.
  14. This mod only alters the player robes and doesn't affect the appearance of any NPCs except a few Jedi who wear the same robes. It sounds like you installed one of the other mods you are using incorrectly.
  15. I posted my fix in the KOTORmax bug reporting thread.
  16. It is compatible with the Community Patch. I am not familiar with the other mods you are using, so I can't say what the issue is, but it should be compatible with any mods that affect the enclave area so long as it is installed after them.
  17. This mod doesn't alter any armor, only NPC appearances.
  18. This mod only makes the romance available to female player characters.
  19. The Community Patch includes the fixes for NPC Republic soldiers, but it doesn't include the optional content.
  20. Your issue is with g_bandon001.utc. It's not safe to have this file in Override because that overrides different versions of the files in different modules.
  21. No, but the Czerka Rodian model will not have the updated texture from the Rodians in the other mod. I didn't change the texture mapping much though, so it shouldn't be too difficult to make an updated texture that includes both. The Rodian part is on the left and the Czerka part is on the right.
  22. Ah, it's possible I grabbed the KOTOR 2 one by accident. It probably won't affect much, but maybe I'll fiddle with them in a future version.