-
Content Count
1,544 -
Joined
-
Last visited
-
Days Won
132
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by JCarter426
-
-
-
Unfortunately, it's not possible to make the game recognize new columns for body model slots in appearance.2da. See here for more details. It is theoretically possible with scripting, but there are various issues that make it impractical. And for that, you can look here for more details.
-
Video This recording contains every voiceover from Star Wars: Knights of the Old Republic II - The Sith Lords that is not referenced in any dialogue file anywhere in the game. This is not a comprehensive representation of the game's cut content. Some lines of dialogue were never recorded, while others are referenced in dialogue files but inaccessible through normal gameplay. This is also not representative of what content has or has not been restored or could or could not be restored. Some of these lines have already been restored by The Sith Lords Restored Content Mod and other mods. Some of these lines exist in isolation, and it would be difficult to restore them without the availability of other assets. Some of these lines were from the E3 demo or recorded for testing purposes and intentionally unused. Finally, there are some edge cases with lines relating to content which is already in use in the game. Many are alternate takes of existing lines, and some were phrased slightly differently. What it is, however, is everything that would otherwise be impossible to find without scavenging through all the voiceover files. There are some interesting finds here. List unreferenced_vo_k2.txt
-
Adding a new custom .mdl file for a new robe?
JCarter426 replied to spoderrmon's topic in Mod Requests
You can replace a body slot, yes. You an either replace the model files, which would affect everyone who uses that model file, or patch appearance.2da to have entries point to a new model, which would only affect whomever you want. It depends on what you want to do. Models can be edited with the following tools: KOTORmax and 3ds Max//Gmax or KotORBlender and Blender MDLedit or MDLOps -
Adding a new custom .mdl file for a new robe?
JCarter426 replied to spoderrmon's topic in Mod Requests
UTI files don't determine the body model directly. The UTI file determines the base item type, which points to a row in baseitems.2da. That row determines a letter (A–J in K1, A–N in K2) for the body model variation, which points to a column in appearance.2da. The final model is determined by the entry in appearance.2da located at the appearance row and model variation column. It's not possible to add an additional body model variation because the game will not recognize new columns added to appearance.2da. All extant body model variations are used for K1. In K2, model J is unused. Mod compatibility is an issue, however, as that is the only one available. -
Malak end-game model change: Is such a mod possible?
JCarter426 replied to Mephiles550's topic in General Kotor/TSL Modding
As far as I remember, the two Malak models are identical except for the jaw, so animations aren't an issue. And even if they were an issue, the models are similar enough that they could fixed with a simple edit. As far as changing Malak's appearance mid-cutscene, this is easy enough to implement by giving him a disguise effect or item. If you are expecting to see the jaw being cut off with elaborate visuals, then Salk is right that it would require a stunt animation, which is a fair bit of work. -
-
Heyorange's collar fix for JC's Cloaked Jedi Robes K1
JCarter426 commented on heyorange's file in Skins
- 9 comments
-
- 1
-
-
- jcarter426
- jedi robe
-
(and 1 more)
Tagged with:
-
-
I'll see about compiling Mac and Linux versions after it gets a necessary update.
-
Reminds me of the icons for the Force Powers in the Jedi Knight games.
-
-
-
-
-
Adding existing rooms to a Module
JCarter426 replied to Obi Wan Pere's topic in General Kotor/TSL Modding
KAurora can also edit the room links, although I would really recommend acquiring Gmax and KOTORMax for the convenience, since you can get Gmax for free.- 8 replies
-
- 1
-
-
- kotor1
- edit rooms
-
(and 2 more)
Tagged with:
-
-
There are a lot of parts involved, but this is perfectly reasonable first as a first attempt at modding if you are prepared to learn. The basic steps are: Create the merchant NPC (UTC file) Create the store inventory (UTM file) Add the merchant and store to the the game Create a dialogue (DLG file) so you can talk to the merchant and attach this to the Conversation field on the merchant Write a script to open the store and attach this to a node in the dialogue file Here are the essential tools required for the job: KOTOR Tool to extract files K-GFF to edit the merchant's UTC file, store inventory UTM file, and UTI files for any new items you might want to create DLGEditor to edit the merchant's dialogue NWNNSSComp to compile scripts TSLPatcher and ERFEdit for compatibility if you intend to release the mod You can find a rundown of the most common modding tools here. There is also an archived tutorial from LucasForums on how to create a merchant here. A couple more notes: For my Jedi Tailor mod, I added a trigger (UTT file) to the dynamic area information (GIT file) that spawned the merchant and all other related objects. I felt that this had the smallest footprint and would therefore be best for compatibility. I also added a few invisible placeable objects to keep track of local variables relating to the tailor's dialogue. KOTOR 1 typically uses global variables for this, and I feel this should be avoided unless strictly necessary, again for compatibility. KOTOR 2 has more local variables available, so the merchant could handle them all alone.
- 5 replies
-
- 2
-
-
-
- help required
- mod
-
(and 2 more)
Tagged with:
-
Assuming there are no file name conflicts, yes, that should work. It's somewhat better practice for compatibility purposes to use TSLPatcher to patch the merchant file in a .mod file, but this isn't strictly necessary, especially if this is for your own personal use. The only caveat to add is that you have to load a save from before you ever entered the area where the merchant is.
-
-
-