-
Content Count
4,567 -
Joined
-
Last visited
-
Days Won
514
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by DarthParametric
-
Might as well throw mine up as well. But I'm not going to bother with their life stories since I'm an altoholic so there are too bloody many. Click for embiggening.
-
It's simple. You renamed the OdysseyBase to Dia_Nu but didn't change the other instances of the original base name. They are all still linked to PFHA02, which no longer exists. So MDLEdit throws an error.
-
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
Here you go. k_fab_enter.nss a_xtracrystals.nss -
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
From k_ai_master: case 1008: //KOTOR_DEFAULT_EVENT_ON_DISTURBED { //NOT USED } break; -
Sure, go ahead. Usual deal, credit blah blah blah.
-
I'd guess it's the fact that that particular mesh (or meshes) has the dirt flag enabled. You'd need to edit the model/s to change it, but you need to flip some of the UVs anyway judging by your first pic.
-
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
void main() { object oPC = GetFirstPC(); object oComp = GetItemPossessedBy(oPC, "bao_cmpnts"); DestroyObject(oComp); object oMesh = GetItemPossessedBy(oPC, "bao_mesh"); DestroyObject(oMesh); AddJournalQuestEntry("bao_armor", 50, FALSE); } -
Black Line in middle of face.
DarthParametric replied to olnorton's topic in General Kotor/TSL Modding
Win 10 with a GTX 1080 Ti. But the thread OP also had a 1080, and I believe we were both running on the same Geforce driver revision at the time, so I have no idea what the root cause is. -
Black Line in middle of face.
DarthParametric replied to olnorton's topic in General Kotor/TSL Modding
I don't have the issue at all. I only ever saw it one time on a single texture on an XP machine. -
eXtensive Dialog Overhaul -beta- for KotOR 1.03
DarthParametric replied to Gimmick5000's topic in Work In Progress
Yeah nothing special is required. This is just a simple file overwrite, since you can't patch a TLK to replace existing lines with TSLPatcher. -
K1 Endgame Cutscene Improvements
DarthParametric replied to DarthParametric's topic in Work In Progress
No, there are other issues. For example, problems with compiling condensed models were never resolved. The engine simply can't handle multiple on-screen animated entities, which is why Bioware went with the sprites. That's a non-resolvable issue, at least while still using Odyssey. -
K1 Endgame Cutscene Improvements
DarthParametric replied to DarthParametric's topic in Work In Progress
You'd reckon wrong. -
STUNT_57.
-
Just warp directly to STUNT_55a if all you need is to see the end sequence.
-
Whether or not you side with Bastila on the temple roof. Check the scripts in that convo.
-
The game doesn't have any dedicated facial animations aside from the mouth flapping for VO phonemes. Anything else is part of a larger animation for talking or listening. You can try creating a DLG and specifying various conversation anims like TALK_NORMAL and so forth. Otherwise, in TSL you can script any anim in the game (in K1 you can only script a limited selection listed in nwscript.nss).
-
I don't know how mandalore got there.jpg
DarthParametric commented on HK-47's gallery image in Members Gallery
-
I don't know how mandalore got there.jpg
DarthParametric commented on HK-47's gallery image in Members Gallery
-
Sure, knock yourself out. Just provide credit as per usual.
-
- 260 comments
-
- patch
- compilation
-
(and 4 more)
Tagged with:
-
I'd suggest a different colour than the hot pink, since you appear to be using that elsewhere for barriers. Maybe just a slightly yellowish white rather than a super saturated neon. It also looks like you'll need some custom textures to handle curves/corners/angled sections. The bits where it "steps" look a bit iffy.
-
Ok well that is a massively modified appearance.2da, so outright replacing it was going to cause multiple breakages somewhere. I'm not entirely sure why Jolee was affected though, since the only difference to his row was Bandon robes in the Revan robes slot. But it seems you are using K1 Restoration, and I know other people have had crashes during that scene because of changes it made. I wouldn't be surprised if you encounter further issues later on.