Ulmont Posted July 2, 2008 Share Posted July 2, 2008 This is a really big mod, which takes place right after TTS (The True Sith) and continues into KotOR II. However, my knowlage isn't quite up to the "KotOR Modding Scholar" status, so I need some questions answered. 1. Is is possible to make a script that replaces the Galaxy Map with a Universe Map? A.K.A. You get to choose a galaxy to go to, and then planets in that galexy. 2. Is there a script that lets NPC's join your party? (Since everyone has gone their separate ways.) NOTE: This is for K1. Link to comment Share on other sites More sharing options...
TriggerGod Posted July 2, 2008 Share Posted July 2, 2008 A script??? YAY! There is a nice tutorial for recruiting NPC's, I copied this script, and I modified it: void main() { RemoveAvailableNPC(1); AddAvailableNPCByTemplate(1, "npc_tag"); DelayCommand(1.5,ShowPartySelectionGUI()); } { RemoveAvaliableNPC(2); AddAvaliableNPCByTemplate(2, "npc_tag"); DelayCommand(1.5,ShowPartySelectionGUI()); } Just keep on doing that for how many you want. Numbers: BASTILA = 0 CANDEROUS= 1 CARTH = 2 HK_47 = 3 JOLEE= 4 JUHANI= 5 MISSION= 6 T3_M4 = 7 ZAALBAR = 8 (I might've done something wrong with that script. I'm still a n00b to it.) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.