goldenflames Posted October 29, 2006 Share Posted October 29, 2006 ok here's the deal, i always use the wrist concole and hde in kotor 2 cos its extreamly use full (and the spwan party member thing roks) i was wondering if there is or if som 1 can make a similar mod like these 2 for kotor 1 the parts i realy want are add/remove party and nonparty members add remove pupets (this may not be doable in kotor 1) open nearest door warp ( simply cos i dont know what to type in the cheat menu) p.s. a little of topic (well actualy alot) i how can i undo the changes of a gallaxy of sapers ( i tried save game editor but it never worked on my pc) if u need to know it my pc head is from the hispanic and westasian mod male head ( an earlier request of mine) Link to comment Share on other sites More sharing options...
Lit Ridl Posted October 31, 2006 Share Posted October 31, 2006 Ah na-na! Scripting in Kotor I is rather wierd against scripting in Kotor II: TSL. The first bad thing: every action will take it's own script, that;s annoying! The second thing is that they aren't some functions in Kotor I that are In Kotor II(abilities for example) Link to comment Share on other sites More sharing options...
goldenflames Posted October 31, 2006 Author Share Posted October 31, 2006 lol so its not doable kk but is there a way of using a add and remove npc party members on kotor 1 Link to comment Share on other sites More sharing options...
Lit Ridl Posted November 1, 2006 Share Posted November 1, 2006 kk but is there a way of using a add and remove npc party members on kotor 1 Yes, this is absolutely truth. Link to comment Share on other sites More sharing options...
darthcarth Posted November 1, 2006 Share Posted November 1, 2006 Umm i think bolth of those mods are for kotor 2 i may be wrong but lst time i used those mods they bolth were for kotor2. Link to comment Share on other sites More sharing options...
Lit Ridl Posted November 1, 2006 Share Posted November 1, 2006 Umm i think bolth of those mods are for kotor 2 i may be wrong but lst time i used those mods they bolth were for kotor2. Both of them are for TSL only. Kotor I can't use them. 100% Link to comment Share on other sites More sharing options...
goldenflames Posted November 1, 2006 Author Share Posted November 1, 2006 Yes, this is absolutely truth. so there is a way of making an add remove party members mods... if so can som 1 do (when they hav som time) mayb a script that occurs when you use an item or talk to a party member Link to comment Share on other sites More sharing options...
Lit Ridl Posted November 1, 2006 Share Posted November 1, 2006 so there is a way of making an add remove party members mods... if so can som 1 do (when they hav som time) mayb a script that occurs when you use an item or talk to a party member Of course I can do it if I will not be as busy as I am now... I am doing something 1700% more important that this mod... Just a tip: void main () { AddAvailableNPCByTemplate(NPC_BASTILA, "p_bastilla" ); } That is the template. Available NPC_* slots: NPC_BASTILA - p_bastilla NPC_CANDEROUS - p_cand NPC_CARTH - p_carth NPC_HK_47 - p_hk47 NPC_JOLEE - p_jolee NPC_JUHANI - p_juhani NPC_MISSION - p_mission NPC_T3_M4 - p_t3m4 NPC_ZAALBAR - p_zaalbar To remove party member you need this: void main () { RemovePartyMember(NPC_BASTILLA); RemoveAvailableNPC(NPC_BASTILLA); } NPC_* are still the same. So, all you have to do, is to replace required ResRef (p_bastilla in this example) and party slot (NPC_BASTILA in this example). And then, you should compile those your scripts and place them in dialog, add required replies and that is all! The last thing is to make console for it, just copy Echany energy shield's line in spells.2da to the last row in the spells.2da, rename it and so on. Then just replace impactscript field with new one's name. Here is what this your script should have in it: void main() { ActionStartConversation(OBJECT_SELF, "dialog_name"); } So, go on! Link to comment Share on other sites More sharing options...
goldenflames Posted November 1, 2006 Author Share Posted November 1, 2006 dude that is all technical jargan to me um yeh if u can do it that would b great agian soz about the bluntness of my comments but this week is hectik 4 me nd i realy gtg Link to comment Share on other sites More sharing options...
Lit Ridl Posted November 1, 2006 Share Posted November 1, 2006 dude that is all technical jargan to me um yeh if u can do it that would b great agian soz about the bluntness of my comments but this week is hectik 4 me nd i realy gtg Mmm. Not earlier than friday. That is 100%. Coz I'm extremely busy now. Link to comment Share on other sites More sharing options...
Darth InSidious Posted November 1, 2006 Share Posted November 1, 2006 I'm pretty sure Darth333 created a spawnband which does this job... Link to comment Share on other sites More sharing options...
Lit Ridl Posted November 2, 2006 Share Posted November 2, 2006 I'm pretty sure Darth333 created a spawnband which does this job... That is true, but pcgm is closed now, also She made warp band for Kotor I, I'll look for those two mods in my mods folder... Link to comment Share on other sites More sharing options...
Darth333 Posted November 2, 2006 Share Posted November 2, 2006 party manager armband: http://ds1.pcgamemods.com/core/7386/d333_sapwnband.rar warping armband: http://ds1.pcgamemods.com/core/6831/Warpband1.0.1.zip Link to comment Share on other sites More sharing options...
goldenflames Posted November 2, 2006 Author Share Posted November 2, 2006 hey thanks for that but a quick Question, will this do the whole doubleing the npc in the hawk like what happends when a non normal npc is put in, i wont be able to tell untill 3 weeks (charity work,exams, coursework, home work and my work experiance week.... i cant wait till its over lol) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.