Leaderboard


Popular Content

Showing content with the highest reputation on 03/11/2021 in all areas

  1. 1 point
    Try checking G_FinalChoice -- from what I recall they use it to determine which one is LS path [set to 2] or DS' [1]. As DP mentioned above they're triggered on the Temple roof, and from my documentation the LS one fired with k_punk_bastesc, while DS' with k_punk_bastjoin.
  2. 1 point
    This is very interesting. Finally someone using an existing battle tested modern engine for the basis of tools and a game engine update rather than creating one effectively from scratch. Not to disparage those other projects, some of those are interesting too due to what they add to the knowledge base. Just seems like those are more about writing a game engine from scratch and less about making something that's useful for the long-term. Really hope that with the implementation of the replacement "engine" that it doesn't just stick with the limitations of old. With Unity you could add a lot of features that the games just don't have, along with bypassing arbitrary limitations imposed by the original developers -- likely due to Xbox hardware limitations. Otherwise all you're doing is re-implementing the game "engine" and not adding anything new to modders or players of the games. Anyway, thought I'd chime in with my appreciation.
  3. 1 point
    You were right about the Appearance issue. For some reason all of mine were set correctly, except the one for Texture J. That was the only one set under PMBJ instead of PFBJ for some reason. Thank you. Edit: I'm thinking it might have been TSLRCM update that made the change since I've been having some issues with several things ever since the update.
  4. 1 point
    3 more variations added to my Lore Keeper's Robe mod.
  5. 1 point
    Im still searching. Even if theres a strong resemblance with the Falcon from the outside, i think the interior needs its own identity here. Im not yet clear on how it will look, so im open for suggestions too. Malachor should be just pure evil looking, i think Exegol would be a good reference. About Skyboxes: Kexikus v2 are very much recommended & compatible; although there need to be adjustments ( most noticably for Onderon, Nar Shaddaa). So i think at least for Nar Shaddaa i'll have to create a new one - in my view it just needs that glittering skyline flooded with a myriad of adboards & lights. Since creating those will be very time consuming, i'll concentrate on releasing a finished product without the skyboxes for now.
  6. 1 point
    The lowest loop of vertices that connect the head to the body need a weighting of 1 with respect to the necklwr_g bone. The second row of vertices from the bottom will then blend the weight of necklwr_g with neck_g (I just do 0.5/0.5) and then the third loop can finish the blending by applying a weight of around 0.1 - 0.2 for necklwr_g. So it seems you need to play around with the blending a bit. Adding an additional loop at that area can help as well.
  7. 1 point
    This is phenomenal! The blades look perfect in terms of color and shape, and the glow effect is both subtle and beautiful. I only wish that the glow and blade shape could easily carry over to some of the other custom hilts I have installed, though I tend to play K1 more vanilla than modded so the higher poly default hilts will do here.
  8. 0 points
    Yes, you extract an item template and change some values and names so that it will become a new unique item. You won't destroy your game with experimenting with these files. I never tried it but I don't think using a K2 item file (.uti file) for K1 is a good plan, you might get away with it, don't know, it's mostly the 3D models that really need converting/porting. Just in case, keep the zip file(s) to know which files to remove from your override folder. Looking at file dates also helps to identify groups of files, or that combined with file names. Worst case: remove all the files you recently added and/or modified. If the stuff below is a bit too much then I understand, if not.. here we go: As said, swapping textures is easiest, but if you really want to add unique items then you start by extracting a robe template as your basis with KotOR Tool. Kotor I -> BIFs -> templates.bif -> Blueprint, Item -> g_a_jedirobe0X, g_a_kghtrobe0X, g_a_mstrrobe0X Avoid using g_a_mstrrobe06 & g_a_mstrrobe07 as your basis, they use another model (Revan Armor/Star Forge Robes). Extract to your override folder with a different name than the vanilla items, or do and rename after extraction. For example extract g_a_mstrrobe05 to g_a_mstrrobe99.uti. I like to use a more random number than the last vanilla one +1, because it's less likely that another mod uses it (you can also name it thisismyawesomerobe.uti or whatever). The 3D model for these are all the same and if you've got JC's mod then it will be different than vanilla but still all (apprentice, jedi, knight, master) the same. They do have different stats, but if you make your own new item you can review all that, change stats, the description etc. Some of the stats trickle through from the base item, item properties can add to those. With KotOR Tool you can tweak the .uti file before extracting or open it, make changes and save. After opening the uti file I would make the Template ResRef and Tag values (General tab) the same as the file name (minus the .uti extension), this will also be what you use in your giveitem cheat code (again, you can use thisismyawesomerobe, just keep them all the same). On to more important things, also in the general tab you have Texture variation, this will determine the filename of the texture and also the icon name. The icon name is a combination of the item's Base Item and the Texture variation value. The first part of the texture's filename comes from appearance.2da, but things are getting pretty lengthy already so I'll just tell you, it's PFBI (female) and FMBI (male), now you add the texture variation value in a 2 digit form. If you use texture variation 99 then your texture will have to be PFBI99.tga & PMBI99.tga, if you've used a master robe as a basis then the icon will be ia_mstrRobe_099.tga (3 digits here).