Author Topic: PRC + ACP + CEP?  (Read 507 times)

Legacy_Icezera

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
PRC + ACP + CEP?
« on: September 12, 2015, 02:31:24 am »


               

Hi all, I am just messing around with ACP + PRC + CEP for the Aielund saga. It's a very frustrating progress because of how outdated the ACP and PRC are but I am still trying to get it to function even a little. 


 


I was wondering if anyone else has been able to merge these 3 together.


Here is where I got to so far.


 


I first discovered that the PRC has conflicting ideas about the ACP. Its phenotype.2da's have the ACP fighting styles as in ACP4.0 (15-21 and 30-33). However, according to my understanding, its scripts that add the ACP functionality into the modules (following the PRC's manual of adding variables and the hak through the toolset) refer to scripts, includes, and 2da's with even more outdated ACP values of 5-8 and lack the added fighting styles such as Arcane or Tiger Fang. I don't know enough yet to edit the spell or feat.2da's so I tried to just fix the Kensai~Fencing ACP scripts but now I don't know how to compile the edited .nss files.


If anyone could help me that would be great.



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #1 on: September 12, 2015, 10:23:09 am »


               

You need to compile the edited scripts within the module. If the scripts are in a hak you will need to extract them from the HAK, save them as an ERF, detach the script HAK from your module, then import the ERF. Otherwise, any changes you make to the scripts will be overwritten by the scripts in the HAK. Once the scripts are in the module, you can edit them and change the values and add the missing styles.



               
               

               
            

Legacy_Icezera

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #2 on: September 14, 2015, 08:44:12 am »


               


You need to compile the edited scripts within the module. If the scripts are in a hak you will need to extract them from the HAK, save them as an ERF, detach the script HAK from your module, then import the ERF. Otherwise, any changes you make to the scripts will be overwritten by the scripts in the HAK. Once the scripts are in the module, you can edit them and change the values and add the missing styles.




Thanks for the help Pstemarie. However, I still need the scripts Hak since it is prc_scripts.hak which makes the rest of the prc work in my module (Aielund saga). Is there no way to just edit the scripts inside the haks? I just need to change the phenotype numbers but I can't compile the scripts since they have includes in the script (ie #include inc_acp).


               
               

               
            

Legacy_SHOVA

  • Hero Member
  • *****
  • Posts: 893
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #3 on: September 14, 2015, 01:30:24 pm »


               

the scripts do not need to be in a hak if they are imported into the module. 



               
               

               
            

Legacy_Icezera

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #4 on: September 14, 2015, 09:08:43 pm »


               

I understand that, but I cannot detach prc_scripts since it has a ton of other scripts in it that are required to make the custom classes work.



               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #5 on: September 15, 2015, 12:09:47 am »


               

So import ALL of the scripts from the HAK into the module. 



               
               

               
            

Legacy_Icezera

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #6 on: September 18, 2015, 04:28:36 pm »


               

I resolved the issue. I was actually using outdated acp files. The ones to use are at this link for anyone else wanting to do it.


 


http://neverwinterva...bes-cep-version. Make sure the files come after all prc but before any cep



               
               

               
            

Legacy_SHOVA

  • Hero Member
  • *****
  • Posts: 893
  • Karma: +0/-0
PRC + ACP + CEP?
« Reply #7 on: September 18, 2015, 08:56:15 pm »


               

I still recommend that you remove all scripts from the haks and import them into your module. Doing so will remove the chance for headaches in the future should you decide to change any of those base hak scripts.