darthfate Posted September 10, 2006 Share Posted September 10, 2006 does evrybody h8 wen in the game, u have successfully stealthed ur way around a whole area, but then u have 2 interface with a computer and then poof! ur visible again! in the XBOX version of KotOR 1, a player could use a computer without the stealth dissapearring so could sumbody make this so.... or suggest how i can do it. thx Link to comment Share on other sites More sharing options...
stoffe Posted September 10, 2006 Share Posted September 10, 2006 does evrybody h8 wen in the game, u have successfully stealthed ur way around a whole area, but then u have 2 interface with a computer and then poof! ur visible again! The script a_compdlg.ncs is used to start most of the computer terminal dialogs. If you modify it like... void main() { SetKeepStealthInDialog(TRUE); ActionStartConversation(GetPartyMemberByIndex(0),"",FALSE,CONVERSATION_TYPE_COMPUTER,TRUE); } ...you will remain stealthed when entering dialog mode (which computers are, technically). It may stick for normal conversations in the same area as you used the terminal as well though afterwards. a_compdlg.zip Link to comment Share on other sites More sharing options...
darthfate Posted September 10, 2006 Author Share Posted September 10, 2006 thankyou! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.