Sign in to follow this  
ChrBur

Moddind a Mod

Recommended Posts

Hello,

I am trying to change the durations of Powers and there is a Mod that already does that but not to the duration I would like it to be.

It comes with 2 files. k_sp1_generic.ncs and k_inc_force.nss

k_inc_force.nss has the durations in it and I have been able to change their values however it has not altered the durations in game.

What else needs to be done to make this work?

Thanks!

I think i need to recompile the k_sp1_generic.ncc however everytime i try i get:

"Error: couldn't initialize the nwnstdloader"

Edit 3: stopped that error but now can't find the compiled .ncs

Share this post


Link to post
Share on other sites
  1. k_inc_force is an include file. Include files don't get compiled on their own because they have no main() or StartingConditional() function, but they get included in other files that do (in this case k_sp1_generic). So you do need to edit k_inc_force, but it's k_sp1_generic that you need to compile, with the edited include script present.
  2. It sounds like something is wrong with your compiler. I would recommend using NWNSSComp instead, which may be found here.

Share this post


Link to post
Share on other sites
Guest Qui-Gon Glenn

nwnstdloader sounds like one of those reasons nothing good happens after 2am...

Safety first.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this