DarthParametric

Modders
  • Content Count

    4,626
  • Joined

  • Last visited

  • Days Won

    523

Everything posted by DarthParametric

  1. You are firing the SetLightsaberPowered before they equip the sabers.
  2. Could be if you are using Win 11, who knows. Or it could be GPU driver related.
  3. Replace your original (or patched) exe and ini with the attached. You still need the GUIs in the Override from this mod. The attached is just a pre-patched exe.
  4. Try the following: K1_Patched_2560x1440.zip
  5. Nobody suggested anything to that effect. But since you are quoting a nigh-on three year old post, I think it's safe to say the point is moot.
  6. Start from scratch with an unmolested copy of the exe. Use UniWS to patch the 800x600 slot. Then patch with ndix UR's patcher. The ini should be fine if you've already edited it.
  7. Working on a little something:

    Comp_Panel_WIP_03.jpg.1bfe6e6b3d60d44e514d6805aa047c94.jpg

    While doing so, the thought arises: what are those "wings" meant to be exactly? Giant Wi-Fi antenna?

    1. ConansHair

      ConansHair

      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??

    2. DarthParametric

      DarthParametric

      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.

    3. LDR

      LDR

      I always figured the panels were solar powered.

    4. Show next comments  75 more
  8. 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.
  9. 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):
  10. 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.
  11. 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).
  12. 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.
  13. But note that different versions will have platform-specific strrefs, like for tutorials and so forth.
  14. 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
  15. DarthParametric

    DP's 3D Printed Stuff

    A collection of various pics of Star Wars props and other items being 3D printed
  16. 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.
  17. 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).
  18. 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.
  19. It could conceivably be possible to create some sort of batch script that could dynamically recompile modded head models, create new appearance rows, etc. etc., but that's not worth the effort for what is an edge case.
  20. 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.
  21. Sure, it's not difficult. I've made some before when playing around with stylised icon and logo ideas: Although that example is not strictly speaking a wireframe. But it is created in the same way (take a 3D mesh and use an ink/cartoon shader on it), so it's easy enough to do that as well if that's what you want. Edit: The thing with an actual wireframe is that you want all quads for a good result. A triangulated game mesh isn't going to look so hot:
  22. No, you can inject LIPs directly into the appropriate MOD inside the lips folder.
  23. Always use TSLRCM's content as a basis for comparison. And make it clear that TSLRCM is a hard requirement for your mod (as it should be for pretty much any TSL mod). For some GFFs there probably won't be any difference in the resultant ini data. But DLGs, especially for major conversations/cutscenes, are far more likely to have significant structural changes under the hood from even minor in-game differences given the way they work.
  24. Probably easier to just source some new upscales. Either do it yourself via something like Waifu or I can give you some. If your recolours are layered PSDs then it would be an easy swap.