Player Resource Consortium

 

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paridoth

Pages: [1]
1
General Discussion / PRC Compatible Modules
« on: August 18, 2009, 05:57:35 PM »
Quote from: CapnQ

Quote from: FazliAmri

Quote from: CapnQ


I used the EN6 version without PRC installed (EN6CEP2.zip from http://nwvault.ign.com/View.php?view=Modules.Detail&id=5034), and installed PRC myself (using the PRC installer program).I also had to open EN6 in the toolset and disable the code that strips you of all items (because it was causing problems like those described in the 1st and 3rd posts here: http://nwn.bioware.com/forums/viewtopic.html?topic=665363&forum=42&sp=30). After I did that, it worked without too many problems even without the PRC/CEP merge hak, which now rather surprises me--maybe I just got lucky.


hello.
CapnQ  
I've open the module in the toolset, but couldn't find the code that strips you of all items....
thanks


I don't know how familiar you are with the toolset or who else my try to do this, so excuse me if I explain things you already know. After opening EN6 in the toolset, expand the "Scripts" node, scroll down to "en5_modenter", and double-click on it. Comment out line 90; in other words, change it from this:

    RemoveAllItems(oPC);

to this:

    //RemoveAllItems(oPC);

Press the "Exit" button in the lower-right corner, choose "Save" from the file menu, then exit the toolset. I believe that's all I did.


I tried this and I'm still getting the weird glitch anyone know what else needs to be done to fix this?

Pages: [1]