JCarter426

M478_Staff
  • Content Count

    1,502
  • Joined

  • Last visited

  • Days Won

    124

JCarter426 last won the day on June 19

JCarter426 had the most liked content!

Community Reputation

1,208 The Chosen One

About JCarter426

  • Rank
    Famous Spelunker

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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.