DarthParametric

Modders
  • Content Count

    4,688
  • Joined

  • Last visited

  • Days Won

    536

Everything posted by DarthParametric

  1. I'm not sure how it's possible for people to still be breaking this. Maybe the script needs to be farmed out to an invisible placeable.
  2. A script will terminate when its owner dies. You'll probably need to farm it out to an invisible placeable spawned on top of the actual placeable. That shouldn't be how the loop works. In theory at least.
  3. In that case you don't need any check at all, besides whichever objects are standing inside the blast radius. void main () { int nDamage = 60; int nDCCheck = 15; object oTarget; location lSelf = GetLocation(OBJECT_SELF); ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(1044), lSelf); // VFX_IMP_SCORCH_MARK ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_GRENADE_FRAGMENTATION), lSelf); oTarget = GetFirstObjectInShape(SHAPE_SPHERE, 4.0, lSelf); while (GetIsObjectValid(oTarget)) { nDCCheck -= GetReflexSavingThrow(oTarget); if (!ReflexSave(oTarget, nDCCheck, SAVING_THROW_TYPE_NONE)) { ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectDamage(nDamage, DAMAGE_TYPE_PIERCING), oTarget); } else { ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectDamage(nDamage/2, DAMAGE_TYPE_PIERCING), oTarget); } ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectForcePushTargeted(GetLocation(oTarget)), oTarget, 0.1); oTarget = GetNextObjectInShape(SHAPE_SPHERE, 4.0, lSelf); } } Who is the script owner, i.e. the one running the script? The placeable?
  4. Well for starters, your script formatting is completely broken. I'm not even sure how it compiles. Second, your current check is pointless because it will always evaluate true for one of the conditions (not a friend OR not neutral OR not an enemy). What exactly are you trying to do?
  5. It has nothing to do with my mod. I don't touch the actual monitor texture.
  6. It's a problem with HoloPatcher being falsely flagged as malicious. MS Defender and some other AV packages will tend to do this. You can try swapping the HP exe for a more recent one, but for now it continues to be a crap shoot because of the way packaged Python installers trigger AV heuristics. There's no real long term solution to prevent this currently.
  7. I want to do it for my Taris mod at some point, since I really noticed it last time I was looking at it. I have plenty of other stuff on my plate though, so it won't be for a while. But I'll release it as a modder's resource when I do (as I mentioned above). Maybe you can contribute your anims?
  8. I should probably remap the underwear bodies to remove the mirrored UVs. Looks a bit nasty. Are the TSL bodies static or are the poses animated?
  9. They are a bit of a mess, but here you go: Crispy_Texure_Master.7z
  10. You might want to consider adding my "crispy" variant underwear textures (or just the entire models) that I originally made for my Jedi Captives on the Star Forge mod and recently added to my Wounded Soldiers on Taris mod. They are basically just redos of the vanilla Mullet Man "Jedi Fuel" textures from the final level of the Star Forge. I was going to package them up as a modder's resource anyway (I originally planned to make the placeable versions such, back before the K1 placeables.2da row limit was discovered). I also added some new bubble VFX to my room model tanks. You might want to consider stealing those too. Those were just modified VFX from the underwater suit.
  11. Aha, dancing Selkath returns!. Looks good. The only real issue I can see is the elbows, which I also noticed in your previous post. Seems like that may need some adjustment. As to Theron, how'd you set him up in appearance.2da? By default it will want to apply a single texture to the whole model if you specify one in the 2DA.
  12. Unfortunately ndix UR hasn't been active for a long while now, so you're not going to get a response. Fortunately it's not too difficult to edit the GUIs yourself with a GFF editor, although it can be a little daunting at first.
  13. I assume you're using one of the 21:9 GUI sets? Should be the closest for your resolution's aspect ratio (24:10). You could try picking a smaller resolution (like 2560x1080 or 1280x1080) and see if that helps. As to the health bars, I'm not sure where they are defined. I'd have to go digging. I know I edited the barkbubbles before (the pop-up speech bubbles you get from ambient NPCs, etc.).
  14. TSLPatcher is no longer supported. K1CP is not compatible with it any more.
  15. Nah, it's not really an issue. It's easy enough to generate meshes of the TOR bones via FBX. You should also be able to use dummies/null objects as well, which is also possible via FBX. I'll whip up a set of the character rigs for you to play around with when I get a chance. As to importing, it seems a scale factor in the ballpark of 8.8 aligns a "normal" male (BMN) TOR character with a medium KOTOR character, albeit they are rotated 180 from each other: Not sure if you just live with the rotation and then rotate the NPCs in-game. There's kind of a bit of that already with Rakata, since all their anims are weirdly angled off to one side. One thing to note is that the TOR plugins can't currently handle additive anims (anything prefixed "ad_"), so stuff like facial animations and so forth, due to the way they are stored. That instantly takes a lot of anims off the table, but there are still plenty of canned anims that would work for background NPCs. Not sure if it would be feasible to have an actual interactive NPC you could talk to, much less fight, fully using TOR anims. Another thing to note that due to the use of a cloth system, capes, cloaks and the like have a separate set of unique-per-model bones that are not imported by the plugin with the standard rig and don't receive animation. It's all dynamically driven by the cloth sim in TOR. This also applies to things like Twi'lek lekku. Also, currently the plugins don't support the new 64bit animations in the live game (the game switched from 32bit to 64bit about a year ago). You have to download an archive of the original 32bit anims, which obviously means you aren't getting anything added to the game recently. Although the plugin devs are apparently working on 64bit anim support. You can download the 32bit anims here - https://drive.google.com/drive/folders/1hItkqGGX2ut9FMslTrxQV5GahbHYqT7F Make sure you get both GR2 plugins: https://github.com/SWTOR-Slicers/Granny2-Plug-In-Blender-2.8x https://github.com/SWTOR-Slicers/ZG-SWTOR-Tools I'd advise sticking to Blender 3.6.x with these. They are flaky with 4.x, and it breaks KOTORBlender anyway. Edit: Hrm, I can't remember how I managed to convert the bones to meshes previously. I can see two ways to convert all the bones into a single skinned mesh, one of which can be done in Blender (see here, first export the TOR model to a glTF file and reimport to transform the bones into a usable size). But that's not particularly helpful. I thought I had just done something like exporting the rig to OBJ, but that doesn't work. Blergh.
  16. Nice work. How does it handle stuff like the fingers? It's interesting that you are using Auto-Rig Pro. Is it the version they were giving away for free a month or two ago? I had been thinking about possibly importing TOR anims directly via an NPC-only TOR rig for stuff like the dancers and so forth. But retargeting would obviously be much more useful. The TOR Blender plugin(s) have evolved a lot in the last couple of years, so getting TOR anims in a usable state is much more viable. For example, in-built rig scaling, removing added orientations, etc.
  17. I don't think they have the medal hook. I'd have to check. Assuming the hook was added though (either previously or in the future) then it would work in conjunction with JC's script since it's just a replacement for the regular Revan/SF robes.
  18. You don't need to extract the files anywhere in particular. You can put them wherever you want, you just need to point KBlender to the folder locations. Go to Blender's Preferences window (top menu bar Edit -> Preferences), select Add-ons in the lefthand list, optionally tick the "Enabled Add-ons Only" checkbox up the top of the righthand pane to filter the list, scroll down to "Import/Export: KotorBlender" and expand it. You'll see two fields you can enter values into, "Texture Search Paths" and "Lightmap Search Paths": The "Texture" path is the contents of swpc_tex_tpa and the "Lightmap" path is the contents of the multiple lightmaps.bifs (or singular in the case of TSL). Male sure you extract each game's textures into their own separate folders, assuming you want/need content from both. You can add multiple folder paths into each field, separated by semi-colons (;). For example, in my case for the Texture field I have the K1 texture folder, then the TSL texture folder, then the K1 Override folder.
  19. It doesn't work due to changes Blender made to how normals/smoothing works in 4.0, so you'll have to stick with 3.x.
  20. It has been brought up, JC just never got around to addressing it in the mod. An alternative solution can be found here - https://deadlystream.com/files/file/1378-jcs-fashion-line-i-cloaked-jedi-robes-for-k1/?do=findComment&comment=9320
  21. View File Player Smuggler Clothing Switches the clothing appearance of all vanilla male players to a customised version of the NPC smuggler outfit for those with a burning desire to cosplay as budget Han Solo. Rescaled to all three body sizes and replaces the gloves of the vanilla textures with race-specific skin tones for the hands. Items for all four texture variants are added to the starting footlocker on the Endar Spire. N.B.: The custom models only apply to males, since there's no female smuggler NPC body model. Female players equipping the items will appear in their regular class-specific clothing variant as normal. Installation: You can install at any time, although you'll obviously only get the outfits on the Endar Spire when starting a new game. You can add them manually via KSE or console otherwise. Item codes: dp_smugcloth01 dp_smugcloth02 dp_smugcloth03 dp_smugcloth04 Compatibility: Should be compatible with pretty much everything, except for other mods that also edit the clothing slot of the male player rows. Uses custom models and textures, so it won't be affected by any mod that alters the NPC smugglers. There potentially could be clashes with other mods that edit the starting footlocker UTP and alter its vanilla inventory. Mods that only add new items should be fine. If in doubt, install this mod first. Known Issues: As per usual, the hand helpers for the weapon positions - especially off-hand weapons - are pretty ropey. I'm not going to bother going down that rabbit hole. Future Plans: The outfits are just straight clothing, no stats or special properties. Maybe I'll make them upgradeable at some point. It might be possible to kit bash a female version, but don't hold your breath. Submitter DarthParametric Submitted 07/24/2024 Category Mods K1R Compatible Yes  
  22. Version 1.0.0

    99 downloads

    Switches the clothing appearance of all vanilla male players to a customised version of the NPC smuggler outfit for those with a burning desire to cosplay as budget Han Solo. Rescaled to all three body sizes and replaces the gloves of the vanilla textures with race-specific skin tones for the hands. Items for all four texture variants are added to the starting footlocker on the Endar Spire. N.B.: The custom models only apply to males, since there's no female smuggler NPC body model. Female players equipping the items will appear in their regular class-specific clothing variant as normal. Installation: You can install at any time, although you'll obviously only get the outfits on the Endar Spire when starting a new game. You can add them manually via KSE or console otherwise. Item codes: dp_smugcloth01 dp_smugcloth02 dp_smugcloth03 dp_smugcloth04 Compatibility: Should be compatible with pretty much everything, except for other mods that also edit the clothing slot of the male player rows. Uses custom models and textures, so it won't be affected by any mod that alters the NPC smugglers. There potentially could be clashes with other mods that edit the starting footlocker UTP and alter its vanilla inventory. Mods that only add new items should be fine. If in doubt, install this mod first. Known Issues: As per usual, the hand helpers for the weapon positions - especially off-hand weapons - are pretty ropey. I'm not going to bother going down that rabbit hole. Future Plans: The outfits are just straight clothing, no stats or special properties. Maybe I'll make them upgradeable at some point. It might be possible to kit bash a female version, but don't hold your breath.
  23. Yes, you'd just need to change the relevant values for the model and textures. That's literally what I did here. Copy and pasted one of my existing head mods and edited the ini. Although note that this is for a male player. You'd need a separate version for female heads, since all the body model references and so forth are different. Maybe I should create a Powershell script that can spit out an ini with a few prompted user inputs.
  24. That tutorial was for TSL, not K1. Obsidian added some extra head variations in TSL that aren't in the first game. You shouldn't need to actually touch the model or its texture if you just want Jagi's head. You can just point the 2DAs to the vanilla assets. Although you might want to make a custom portrait. Edit: Had some time so I whipped up a quick and dirty version for you. Creating a custom portrait for it took the most time by far. Note that it just uses the vanilla model, which means no goggle/mask hooks, and the vanilla texture, so no DS transitions. K1_Jagi_Player_Head.7z