Kaidon Jorn

Modders
  • Content Count

    628
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Kaidon Jorn

  1. Oh no, not bad. I just noticed the crotch was noticeably darker than the pants. Just thought you might want to match them up a little better. No biggie though. dont mind me just back seat driving.
  2. er, are you matching the colors for the legs and the crotch? it's that little piece on the very edge of the left side by the chestpiece, kinda shaped like a 'B" but more angled. Not sure if thats intentional or not.
  3. Cool, this is a good idea. Wish you had done it sooner, but I understand that there was probably too much to list.
  4. I wish I could help but if it involves this Steam thing,(which honestly I dont know what that even is) So you're saying that when you turn the camera to look at yourself the blades change color? That *is* weird
  5. So last night I finally figured out how to add shine to robes. Even had Rece helping me with it I was about that frustrated. But finally figured it out. One snag though...on one or two of Darth Darkus' robes he has the invisible lower part of the outside robe so the torn and freying bits he did can be visible, then with my extra shiny parts applied it does this... So is there a way to seperate alpha channels on the same texture or...? Is it not possible for me to make the chest and boots shiny without this happening? If I can have the boots and chest armor shiny without messing up his freying on the robe that'd be pretty awesome, wouldn't it? lol
  6. does this mean for those of us working on mods with 1.8.3B and M4-78 1.1B compatibilty that we should just reinstall again?, taking note of what was updated with these, uum...updates?
  7. Loki...you're in luck. I know exactly what to do with these. muwhahahahahahaaa.. just kidding.
  8. Maaaan,..where are these at? I want, i want, i want!
  9. Ok, first run thru of SLM/M4-78EP compatibilty patch ran flawlessly - minus the fact that I wanted Kaah's saber to be dropped after he's killed trying to go up the ramp to Ebon Hawk to leave with you and your crew. Fixed and testing.

    1. HK-47

      HK-47

      Query: SLM? Spoilers?

    2. Sith Holocron

      Sith Holocron

      SLM is Kaidon's latest saber mod.

    3. Kaidon Jorn

      Kaidon Jorn

      Wanted to leave everyone with something cool that works well.

       

  10. All you need to do for that is: In KotOR Tool, go to BIFs >> Templates >> Blueprint, Item >> scroll down to "a_light_x02.uti" and "a_light_x09". Double click on them and find upgrade level (bottom left) in the general (first) tab. Raise the number there to 1, 2 or 3 depending on what level of underlay/overlay you want to be able to put in them. 1 is robes and light armor I think, 2 is medium armor level and 3 is heavy armor level. then just save them into your override folder and you're done.
  11. Hey, Well I had put these on the back burner for a bit, but I'm thinking of starting on them again. This is just rough draft I guess. I'm thinking the assassin one needs something, was just thinking about make all the striping black...black....black...and moar black!! Aaaand, haven't done the last one yet, (Malak's replacement) but was thinking about "supreme inquisitor's" and making it like dark purple and yellow, then changing the name of the other one to Sorceror Adept or something like that. Very TOR aint it?
  12. ^^^^^ this guy gets it. Kreia's original saber was left behind on the Harbinger because she ran away from Sion. I hope you didn't reinstall the mod on account of that. if so,...sorry dude. i suppose I should make a tutorial or a walkthrough or whatever. And basically, about NPC Overhaul.... What I do is to extract TSLRCM modules with KotOR Tool into a folder to make my changes to, add scripts and edit dialogs and entries in the .git file etc etc. So I'm actually thinking that NPC Overhaul should go first (edited) if all it does is edit appearances with TSL Patcher. It's when you start editing weapons in hand and dropped loot that it gets tricky. I am downloading that mod right now to find out exactly what it does. Edit: Ooohhhh...uuhmmm...not good. Yeah ok, I got alot to do huh? Edit2: Well it's not that much actually, just waiting to hear back from Kainzorus
  13. Until I can get a new version of SLM out and fix compatibilty with M4-78 1.1B, you could just go into SLM's backup folder and replace 805DRO.mod into the game's Modules folder.
  14. Yeah gimme a while - I'm having to start from scratch and reinstall the entire game and mods. Not even finished with a new build of SLM.
  15. Hey no problem. I appreciate the effort, but I really don't think it's going to work. I tried it a few more times with no luck. But don't worry about it, not a big deal. Besides it's time to move on and get the rest of this stuff working and in the can. Speaking of... Here is a short vid showing you what schematics will look like in 2.0 for the most part. https://youtu.be/iZSR0Z5DFtI The 3rd and last one didn't fire the animation or effects, Not really sure whats with that. Consuming one right after the other will probably do that I guess, but other than that the script is fine. Globals are set and all that. It now also checks to see if you even took the power at level up. I made it selectable at level 8 but still not sure if that will be permanent. Last couple seconds of the video just showing that they are consumed and not cluttering up your inventory. AAAND!,...AAANNND!...went and made them unlimited use until you learn it - in case you (or any party member) haven't learned the power yet. They will now only be destroyed when you have the ability and the schematic is actually learned. Cuz, I didn't think of that before...man that was an exhausting 4 hours.
  16. you mean a_sioncut2? Ok, gimme a minute Here we go The waypoint tag is WP_SbrOnFloor waypoint name is wp_sbronfloor (if that matters) The coordiantes are -1.37065 -7.515512 0.00052 saber tag is pera_lghtsbr_018 a_sion_cut2.nss
  17. Heh.. I have no idea what you're talking about. Ya know, if I could edit a_sioncut2.ncs without it breaking the cutscene, we would probably be in business. But I've tried a dozen times before and it always breaks the scene. Might be cause DeNCS doesn't decompile that script right.. I dont know. Here's what I had before I gave up void main() { object oPC = GetFirstPC(); object oSbr = GetObjectByTag("pera_lghtsbr_018", 0); object oWP = GetObjectByTag("WP_SbrOnFloor", 0); if (GetIsObjectValid(oSbr)) { DestroyObject(oSbr); } ActionWait(0.3); CreateItemOnFloor("pera_lghtsbr_018", GetLocation(oWP), 1); SendMessageToPC(oPC, "I have fired and you should have seen the lightsaber"); }
  18. Ewwww... thought of that too, was trying to avoid it.
  19. Oh dude, I just thought of another possible way. CreateItemOnObject if the object is the waypoint? I shouldn't need to create the waypoint because the .git takes care of that. Put my coordinates in there with a .utw But then do CreateItemOnObject for the saber onthe waypoint? or would that not work either? Or- maybe 2 CreateObject's in the same coordiante? The waypoint and the saber?
  20. I can only suggest reinstalling SLM.
  21. No, when you come back up from the dormitories level to the main part of the mining facility she is standing there and says "We must leave at once" or whatever. She will ignite her lightsaber. (You cannot use her lightsaber, and it isn't upgradeable, but you can use Kreia to cut through locked doors!) So yeah, once she joins you she should have it.