-
Content Count
4,706 -
Joined
-
Last visited
-
Days Won
537
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by DarthParametric
-
[WIP] Marius Fett's Bits and Bobs
DarthParametric replied to Marius Fett's topic in Work In Progress
Note that the rules only allow porting from K1, TSL, and TOR. Unless something has changed recently, any other porting is still no bueno. Otherwise we'd be porting over stuff from Battlefront and the like. -
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
They compile fine directly on my end, as long as you use the version of the first script you posted originally. You left out the leading Location the second time you posted it - i.e. it should be location lLoc = Location(GetPosition(oOwner) + AngleToVector(GetFacing(oOwner)) * 2.0, GetFacing(oOwner)-180.0); not location lLoc = (GetPosition(oOwner) + AngleToVector(GetFacing(oOwner)) * 2.0, GetFacing(oOwner)-180.0); -
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
The include function itself is fine, although you don't need the main. Post the other script. Edit: I thought the first script was an include. My mistake. -
You are firing the SetLightsaberPowered before they equip the sabers.
- 208 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
legends [K1] Janice Nall "Legends" and the Incomplete Droids
DarthParametric commented on ebmar's file in Mods
- 8 comments
-
Working on a little something:
While doing so, the thought arises: what are those "wings" meant to be exactly? Giant Wi-Fi antenna?
-
Interesting...Is this a model fix for the placeable, or just a retexture?? Or is the intent to have the placeable and the GUI match up??
-
The first and the last. An all new placeable model (with an all new texture) that will also be used for a matching GUI. As well as adding various glowy bits, I still need to model the datapad and add in some space-USB ports for it to plug into.
-
- Show next comments 84 more
-
-
I assume so. It's used in a few scripts, both vanilla (80 vanilla calls according to reone's documentation) and by K1CP. Interestingly, only 2 vanilla calls in TSL.
-
It's closing in on a year since the last K1CP release, so I figured it's time for a status update. There won't be a new release this year, but we'll see how June/July 2023 shapes up for v1.10.0. For now, here are the current changes added since v1.9.2 (base 1.9.0 release was Dec 2021, last hotfix was in March):
-
I remember modelling a bunch of those sabers for TriggerGod back in the LF days. I still have all the models, if you are interested. TG created textures which obviously can't be redestributed, but you could create your own new ones. Most of the models are probably not worth bothering with (they are pushing a decade and a half old at this point), but if there's anything in there that strikes your fancy then let me know and I will dig out the source model. There might be more as well, not sure. I haven't looked at that folder in a while. TriggerGod_Sabers_Images.zip Eh, 5K is fine. Certain details just really need to be done with geometry. My Obi-Wan ANH hilt is 4.6K tris, for example.
- 208 replies
-
- 1
-
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
The birds use flipbook textures as a mask, but their animation is controlled via VFX emitters. There are a few variations - LKA_bird02, LMA_birdsheet, LQA_birdsheet, LUN_Birds - but they all seem to adhere to the same 4 x 4 setup. For Dantooine, its modules use LUN_Birds (also shared by Lehon/Unknown World, as the prefix would suggest).
-
[K1 - Done] Help with adding props to empty hangar
DarthParametric replied to Salk's topic in General Kotor/TSL Modding
I'd probably start by using the actual Leviathan hangar. K1CP already added a revised Hawk model to it that adds in all the missing geometry (also a bay forcefield, which you could hide if that's not your thing), so right off the bat that would make for a more suitable backdrop with some revised camera angles. Edit: Assuming they are using a custom module, to do the above I would change the LYT to beginlayout roomcount 3 M40ac_32a 105.0 135.0 0.0 M40ac_37a 115.0 176.0 0.0 M40ac_42a 190.0 80.0 0.0 trackcount 0 obstaclecount 0 doorhookcount 0 donelayout And the VIS to m40ac_32a 2 m40ac_42a m40ac_37a m40ac_37a 2 m40ac_42a m40ac_32a m40ac_42a 2 m40ac_32a m40ac_37a That should allow you to also make use of the observation room above the hangar bay, should you need to. I believe K1CP also edited that room to add in glass meshes to the observation windows. -
eXtensive Dialog Overhaul -beta- for KotOR 1.03
DarthParametric replied to Gimmick5000's topic in Work In Progress
But note that different versions will have platform-specific strrefs, like for tutorials and so forth. -
I can't help you with the specifics in Blender, but the general idea is that you keep the skinned meshes (head, tongue), the danglymeshes (hair flappy bits), and the rendered trimeshes (eyeballs/eyelids, upper/lower teeth). You transplant those onto the rig of a head from the target game. 3DS Max makes this trivial due to its ability to store skin weights and reapply them, but I don't know if Blender has equivalent functionality. Edit: I haven't tested it, but try this. Swapped to K1's PMA04 rig. PMHA06_For_K1.7z
-
-
Obi-Wan ANH Lightsaber - New Resin Print 01
DarthParametric posted a gallery image in Members Gallery
From the album: DP's 3D Printed Stuff
A reprint of my Obi-Wan ANH saber, this time in resin. I retooled all the parts to use threads so they screw together, unlike the press-fit approach I took with the previous FDM print. -
TSL's rig/skeleton is subtly different from K1's. That results in bad deformation when porting heads between games using their source rig. To fix it, you need to swap the head to use a rig from the target game, or potentially adjust their original rig to match. You could conceivably do this via only editing the ASCII model in a text editor, but it's generally more practical to do it via KMax (Max/GMax) or KBlender (Blender).
-
I don't know that it's possible to do in GMax. Max has the default option for "wire" materials that make it super simple, plus a toon shader that lets you get more fancy. GMax lacks both of those. You could probably do it Blender, although I have no experience of doing it there. I can do it for you if you want to send me the model. Edit: Yeah I guess you could hackily do it in GMax with a screenshot. Add a white material, enable edged faces, screencap and invert in PS or other editor.
- 208 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
Revan's Hoodless/Maskless Flowing Robes For K1
DarthParametric commented on DarthParametric's file in Mods
-
Revan's Hoodless/Maskless Flowing Robes For K1
DarthParametric commented on DarthParametric's file in Mods
Both. Because the Revan animations are male only, the female version uses a disguise with duplicate female heads that use male animations. In order for modded heads to work, they would need their own dummy head model added, a new disguise appearance.2da row using that head added, a new UTI pointing to that appearance row, and that UTI linked to the added head's default appearance added to the item spawn script.