-
Posts
922 -
Joined
-
Last visited
-
Days Won
61
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Events
Everything posted by Effix
-
- 3 comments
-
- 1
-
-
- modders resource
- hoods
- (and 5 more)
-
- 3 comments
-
- 1
-
-
- modders resource
- hoods
- (and 5 more)
-
Aww, that sucks
-
Those files are correct. Your override folder is a subfolder of "Knights of the Old Republic II"? Again, I don't have any experience with the mobile version. You could try https://kotor.neocities.org/modding/mod_builds/#androidios for hints.
-
You can have tpc files or tga files (+txi if relevant) to replace a texture. You can't have both (tpc and tga) with the same name in your Override folder. If you do then the tpc files will get precedence and the tga files will get ignored. p.s. I don't have any mods that use .tpc files.
-
It's hard to tell without seeing your files. What I can see is that it's using the normal clothing model, but applying the new texture to it (Strange combo). Maybe one of the mods updated appearance.2da, undoing the changes that "TSLPatcher - Install PFT10 Red - Clothing like underwear.exe" made. Try running it again. Here's a Luxa style red version: PFBT10_Red01.tga
-
It's a very straight forward reskin mod, copy files to the override folder. You don't need to start a new game for texture replacements. I have no experience with modding the mobile version, but I assume you also have an Override folder.
-
-
- 4 comments
-
- 4 comments
-
- 7 comments
-
- jal shey
- zeison sha
-
(and 1 more)
Tagged with:
-
I see, it might be hard coded in the engine.
-
There's probably an alpha layer that causes transparency. Can you give a filename as an example?
-
-
-
Ok, you may have another mod that's taking precedence. For example an HD textures mod. You can do a filename search in the location of your workshop mods (or even a whole drive), to find clues about what is going on. For example search for P_Bao_DurH (main head texture). If you find more than 1 file then there's a conflict. P.s. there's also workshop versions, but it's wise to track down the problem first.
-
-
[WIP] Kainzorus Prime's Robe Model Reskin Project and More
Effix replied to heyorange90's topic in Work In Progress
Didn't read all, but my latest policy is: feel free to use my creations, simply credit me. -
https://neverwintervault.org/project/nwn2/other/tool/simple-model-viewer-64-bit-patch Not sure where it went wrong, mine is working.
-
Run MDLedit, open p_bastilah.mdl, save as ASCII. At the bottom part of the window, click Header. Now you see Supermodel: P_BastilaBB in the top part of the window. This is the model that you'll need from the game that you're porting to. So, the K2 version. You can extract it with KotOR Tool, place it where you've saved the ASCII file. Close MDLedit, start it again, make sure the left button is set to KOTOR2. Load the ASCII file, save as Binary, as p_bastilah.mdl. You now have a model that should work in K2. You could test things by changing your appearance to Bastila's with KSE (Savegame editor). Some more things are needed to be able to select the head in the character creator. It is possible that things are in the wrong place, you'll find out by testing. I've only tested with the Model Viewer (looks fine) and not in game. P.s. MDLOps is not needed, MDLedit can do what it does, and some more.