Circa 40 Posted February 11, 2016 Forgive me if this is a stupid question, or if I'm posting this in the wrong section. Saw other requests so hopefully I'm right. I'm looking for a mod for K1 that lets you wear Republic armor, and replaces or adds it to the footlocker on the Endar Spire. I always felt that since you were a soldier with the Republic, you would have the outfit to match that role. I saw a mod that replaces the Soldier class outfit with Republic soldier armor, but is there a mod that adds it as an outfit? I seem to remember this sort of mod existing on Filefront or maybe even pcgamemods, but I can seem to find any mention of it anywhere. Quote Share this post Link to post Share on other sites
DarthParametric 3,777 Posted February 11, 2016 http://www.gamefront.com/files/13259422/PC_Republic__2_0_ http://www.gamefront.com/files/10883020/Republic_Helmet http://www.gamefront.com/files/13325868/K1_Republic_Admiral_Uniforms_mod http://www.gamefront.com/files/10724822/Republic_Armour http://www.gamefront.com/files/12903189/Republic_Clothing http://www.gamefront.com/files/10623576/Party_Republic_Officers 1 Quote Share this post Link to post Share on other sites
Fair Strides 509 Posted February 11, 2016 There's this mod of mine that replaces the original Soldier outfit, but with the way KotOR's models work, there's not a whole lot of lee-way for things like this (hence the replacement)... http://deadlystream.com/forum/files/file/190-custom-class-clothing/ 1 Quote Share this post Link to post Share on other sites
Circa 40 Posted February 11, 2016 http://www.gamefront.com/files/13259422/PC_Republic__2_0_ http://www.gamefront.com/files/10883020/Republic_Helmet http://www.gamefront.com/files/13325868/K1_Republic_Admiral_Uniforms_mod http://www.gamefront.com/files/10724822/Republic_Armour http://www.gamefront.com/files/12903189/Republic_Clothing http://www.gamefront.com/files/10623576/Party_Republic_Officers WAT I searched on GF with the word "republic" and only a couple came up that weren't those. Wow. Thank you. Quote Share this post Link to post Share on other sites
Kexikus 994 Posted February 11, 2016 WAT I searched on GF with the word "republic" and only a couple came up that weren't those. Wow. Thank you. Yeah, many mods available on GF aren't listed there... Quote Share this post Link to post Share on other sites
Kainzorus Prime 205 Posted February 12, 2016 I also did this as part of the K1 version of the Overhaul. 2 Quote Share this post Link to post Share on other sites
Circa 40 Posted February 12, 2016 Alright, so I'm trying to figure out how to mod this game again. It's been years. I found the footlocker UTP file that I want to add the armor to. I add it and all is well on Windows. But when I go to Mac, it crashes the game. Not really sure why. Also, how does the icon system work? Do I have to point to the icon file name for it to work? I tried naming it ia_rep_armour.tga, since that's the name of the UTI file, but that didn't work. Sorry for the noobness. I'm a JKA modder, not a KOTOR modder. I also did this as part of the K1 version of the Overhaul.Nice. I want to make it a standalone mod though, if possible. Quote Share this post Link to post Share on other sites
Antonia 5 Posted February 12, 2016 Not sure about going from PC <--> Mac issues... but First, editing a container directly (say, footlockerxx.utp) is usually a bad plan. It usually means that LOTS of footlockers all over the game will have whatever you just put in there, as the template itself gets re-used a lot. Secondly, the icon is determined by the base_item type (which gets looked up in baseitems.2da) and then the "model variation" setting to determine if it wants say this_image_01 02 03, etc. Should be some tutorials around covering some of this stuff, which would help explain a lot of these basics better than I could do here in a simple post really. -Kitt Quote Share this post Link to post Share on other sites
Fair Strides 509 Posted February 12, 2016 Alright, so I'm trying to figure out how to mod this game again. It's been years. I found the footlocker UTP file that I want to add the armor to. I add it and all is well on Windows. But when I go to Mac, it crashes the game. Not really sure why. Also, how does the icon system work? Do I have to point to the icon file name for it to work? I tried naming it ia_rep_armour.tga, since that's the name of the UTI file, but that didn't work. Sorry for the noobness. I'm a JKA modder, not a KOTOR modder. If you were to open the .uti and note the Baseitem, then open the baseitems.2da file, you can find the row. The row should have a part about base class or something. The format for icons is like so: "i" + + "_0" + The number comes from the texture variation entry in the .uti. If it's below 10, then you add a 0 for the first digit ( "001" instead of "1"). The format for textures is like so: + The Texname comes from the tex column of the appearance.2da row. The number is the same as the icon. Let me explain something here... At the end of the baseitems.2da's columns, there is a column called "bodyvar". For armors, this will have values like A, B, J, L, M, .etc. These tell the game which model and tex columns in the appearance.2da to reference. If your Baseitem type was Armor Class 4, your item would be referencing the C body var, so the game would look for the model in the modelc column and it'd grab the base texture name from the texc column: (examples assume base game and Armor Class 4 baseitem) Baseitems.2da: Row: 38 itemclass: a_class4 bodyvar: C Appearance.2da: Row: 5 (counting from 0, or 4 if you go by the 2DA Viewer) modelc: PFBCM texc: PFBC Assuming your Texture Variation in your .uti file was 1, your texture would be: PFBC01 and your icon would be: ia_class4_001 1 Quote Share this post Link to post Share on other sites
Circa 40 Posted February 12, 2016 (edited) Wow. Extremely complicated for such a simple concept that I want. Thanks for the replies, guys. If someone with experience wants to whip this up for me, that would be awesome. Otherwise I'll need to sit and take the time to figure this out later when I have the motivation to do so. Was hoping to get it done before I play through again. Could this be moved to the requests subforum? In case there's a chance someone will make it. Edited February 18, 2016 by Circa Quote Share this post Link to post Share on other sites