assassing3 Posted September 16, 2008 Share Posted September 16, 2008 i keep trying to get into this to edit it as it oversees so many force powers but every time i try to decompile it with DeNCS i keep getting failures any help Link to comment Share on other sites More sharing options...
tk102 Posted September 16, 2008 Share Posted September 16, 2008 The source is available in BIFs->scripts.bif-> Script, Source This is it in its entirety: //:: k_sp1_generic /* Runs all force powers in the game */ //:: Created By: Preston Watamaniuk //:: Copyright (c) 2002 Bioware Corp. #include "k_inc_debug" #include "k_inc_force" void main() { Sp_RunForcePowers(); } The code you probably want to edit is in k_inc_force.nss. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.