Xiskio Posted September 24, 2008 Share Posted September 24, 2008 UPDATE New Version 1.1 released. New in this Version: If the party gets attacked or any hostile people/creatures are in sight, weapons will be automatically reequipped. Download from my Homepage INTRODUCTION Hi all, a few days ago I started playing KoTOR I again. The first time I set foot at Taris I felt the urge to holster the parties weapons. Especially because it seemed so unnatural in a lot of places where just normal living is going on, running around with weapons drawn. It feels even more out of place if one of your characters is using swords. And beside that, I was told to keep a low profile . So the idea for a "Holster Weapons Mod" was born. Even so I am an experienced NWN2 modder (xUI), I am new to modding KoTOR. However, I am very good at NWN scripting and KoTOR scripting is not that different. I also am good with Photoshop and do have a little experience with 3D modeling. MOD DESCRIPTION In the first step I am developing this mod so that it lets you unequip respectively equip the parties weapons by a click on a button, or by activating an item, or by pressing a key. This part is already under development. The second step is to check if it is possible to extend the mod to make it possible to see the weapons holstered on the character models. I am currently not sure that this can be achieved, but want to try. For this part I am looking for someone to help with the 3D modeling. So if someone is interested send me a message or post in this thread. Every help I can get will be highly appreciated. Have Fun Xiskio DEVELOPMENT The first step is already progressing very good. However, so far the only way I could figure out to make what I was aiming for, seems to be an Armband attached with a script. I would have loved to do it by adding a new Button to the UI or by creating a new hotkey where the script is attached to, but I was not able to figure out how that could be done. Currently I do have an issue with the SetGlobalString function that I want to use to store the weapons TAG's prior to unequipping the weapons. The weapon TAG's are just not saved with the global var. When I try to save a test string like "I was here!" however that works fine. I already checked that the tags are read correct and they are. The code I use is as following: oRightHandWeapon = GetItemInSlot(INVENTORY_SLOT_RIGHTWEAPON, oPartyMember); SetGlobalString("CarthRHW", GetTag(oRightHandWeapon)); Any idea what is wrong? Thanks Xiskio Link to comment Share on other sites More sharing options...
Istorian Posted September 24, 2008 Share Posted September 24, 2008 Hello and welcome to the forums! Congratulations on your mod, I am sure it will be very nice! Now, about your script problem, you have to declare what is the "oRightHandWeapon"...use this one: void main() { object oRightHandWeapon = GetItemInSlot(INVENTORY_SLOT_RIGHTWEAPON, oPartyMember); SetGlobalString("CarthRHW", GetTag(oRightHandWeapon)); } That should solve your problem! Anyway, welcome again and have a nice modding stay here at Holowan Labs! |I| Link to comment Share on other sites More sharing options...
Xiskio Posted September 24, 2008 Author Share Posted September 24, 2008 Hello and welcome to the forums! Congratulations on your mod, I am sure it will be very nice! Now, about your script problem, you have to declare what is the "oRightHandWeapon"...use this one: void main() { object oRightHandWeapon = GetItemInSlot(INVENTORY_SLOT_RIGHTWEAPON, oPartyMember); SetGlobalString("CarthRHW", GetTag(oRightHandWeapon)); } That should solve your problem! Anyway, welcome again and have a nice modding stay here at Holowan Labs! |I| Hi Istorian, Thank you for your warm welcome. The code I posted was just an excerpt. The object was already declared earlier in the code. Sorry that I forgot to mention it. To be on the safe side, when it comes to the values of the variables I use, I used some debug output to check it and everything is fine, except that the values are not stored in the global var. May it be that the global string vars just accept strings of a certain maximum length and that the weapon tag strings are too long? I will test that. Link to comment Share on other sites More sharing options...
Darth Payne Posted September 24, 2008 Share Posted September 24, 2008 Would it be possible to add that if you have unholstered weapons people such as sith troopers or guards become suspicious, or even hostile? Link to comment Share on other sites More sharing options...
zbyl2 Posted September 24, 2008 Share Posted September 24, 2008 Did you add your global to globalcat.2da? It can be a problem Link to comment Share on other sites More sharing options...
Xiskio Posted September 25, 2008 Author Share Posted September 25, 2008 Did you add your global to globalcat.2da? It can be a problem Yes, I did. Doing some more tests I think I found the problem. I had too many global string variables, even so it just where 20! It seems that only 3 user defined string variables are supported. Everything above that is just ignored. However this needs some more investigation before I/you can count on it. For that it would be helpful if I had a savegame from near the end of KoTOR I. It would be great if someone could upload one somewhere (Rapidshare for example). Would it be possible to add that if you have unholstered weapons people such as sith troopers or guards become suspicious, or even hostile? Good idea! I just don't know if that would be possible, but I will definitely keep it in mind and look into it. Thanks Xiskio Link to comment Share on other sites More sharing options...
Darth Payne Posted September 25, 2008 Share Posted September 25, 2008 The hostile thing was done in the Kill Bastila mods, in which if you had Bastila in you party on Taris the sith trooper attacked. It's what gave me the idea. Link to comment Share on other sites More sharing options...
Xiskio Posted September 25, 2008 Author Share Posted September 25, 2008 I am proud to announce the first release version of this mod. This is just the first release of this mod. Further development is going on. Holster Party Weapons Mod v1.0 for Star Wars: Knights of the Old Republic I (English language version only) Description This mod provides an Armband that when used will unequip the parties weapons on first use and reequip them on the next use. To get the armband talk to Carth and ask him if he has any items you could use. Installation Extract the downloaded file, start the install exe and follow the instructions. The installer is made with TSLPatcher. Compatibility Because the installer is made with TSLPatcher this mod should be compatible with most other mods. The only exception will be mods that made changes to Carth's dialogues (File: k_hcar_dialog.dlg). Acknowledgements LucasForum - a great resource of information about modding KoTOR and a bunch of helpfull people. Stoffe - for his TSLPatcher. Fred Tetra - for his very helpful KoTOR-Tool. And to all the other people I haven't mentioned, that support the KoTOR community with their ideas, experience, or tools. Thank you! History v1.0 – Initial Release DOWNLOAD Download from my Homepage Link to comment Share on other sites More sharing options...
Darth Payne Posted September 25, 2008 Share Posted September 25, 2008 Wow, i'll certainly take a look at this. Link to comment Share on other sites More sharing options...
ChAiNz.2da Posted September 25, 2008 Share Posted September 25, 2008 I am proud to announce the first release version of this mod. This is just the first release of this mod. Further development is going on. Very nice I know you said it's still in development, however we'd still like to invite you to start a mod release thread in TUCE. Your choice of course. It's an active sub-forum where all mods in 'released' status can be found (and updated). Also, sorry for being so late but 'Welcome to the Forums!' Link to comment Share on other sites More sharing options...
Xiskio Posted September 26, 2008 Author Share Posted September 26, 2008 Very nice I know you said it's still in development, however we'd still like to invite you to start a mod release thread in TUCE. Your choice of course. It's an active sub-forum where all mods in 'released' status can be found (and updated). Also, sorry for being so late but 'Welcome to the Forums!' Hi ChAiNz I am glad that I can take part in this great community. And good to know, I will create a release thread in the TUCE forum. Link to comment Share on other sites More sharing options...
Thankteamgizka Posted September 26, 2008 Share Posted September 26, 2008 I just had an I idea that was inspired by a post by Darth Payne (If you guys like it I will make a separate thread) Someone should make a conversion of Kotor or TSL to Stealth action you know sneaking around instead of mindless violence and strategically killing only the people that need to be killed, Thoughts? Link to comment Share on other sites More sharing options...
Inyri Posted September 26, 2008 Share Posted September 26, 2008 Couldn't you just turn on stealth mode...? Link to comment Share on other sites More sharing options...
Xiskio Posted September 27, 2008 Author Share Posted September 27, 2008 I just had an I idea that was inspired by a post by Darth Payne (If you guys like it I will make a separate thread) Someone should make a conversion of Kotor or TSL to Stealth action you know sneaking around instead of mindless violence and strategically killing only the people that need to be killed, Thoughts? Sorry but I don't see this becoming part of this mod. So it really might be better to open a new thread for this. Have Fun Xiskio Link to comment Share on other sites More sharing options...
DarthHK Posted September 27, 2008 Share Posted September 27, 2008 I just had an I idea that was inspired by a post by Darth Payne (If you guys like it I will make a separate thread) Someone should make a conversion of Kotor or TSL to Stealth action you know sneaking around instead of mindless violence and strategically killing only the people that need to be killed, Thoughts? Trust me man, I think the last thing the world needs is me with my hands on another Metal Gear game. Which reminds me... should probably get started on those skins I thought about doing... Link to comment Share on other sites More sharing options...
Xiskio Posted September 28, 2008 Author Share Posted September 28, 2008 Holster Party Weapons Mod v1.1 released for Star Wars: Knights of the Old Republic I (English language version only) New in this Version If the party gets attacked or any hostile people/creatures are in sight, weapons will be automatically reequipped. Have Fun Xiskio DOWNLOAD Download from my Homepage Link to comment Share on other sites More sharing options...
Bonedragon Jedi Posted December 12, 2012 Share Posted December 12, 2012 Holster Party Weapons Mod v1.1 released for Star Wars: Knights of the Old Republic I (English language version only) New in this Version If the party gets attacked or any hostile people/creatures are in sight, weapons will be automatically reequipped. Have Fun Xiskio DOWNLOAD Download from my Homepage I've downloaded this and done exactly as your guide says to try and "holster" the weapons, but the armband isnt showing up anywhere except in my inventory (where I cant activate it.) Link to comment Share on other sites More sharing options...
Dak Drexl Posted December 16, 2012 Share Posted December 16, 2012 You probably need to equip the armband and then use it in-game. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.