Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Giygas on May 22, 2010, 05:27:23 PM

Title: Character Creator Issues
Post by: Giygas on May 22, 2010, 05:27:23 PM
I am having some issues with the character creator. The program itself runs fine, but when you get to the classes section of the creator none of the added base classes show. Only the base classes which come in the original NWN game show up on the list. Further, when I went and made a cleric, none of the new cleirc domains where selectable and the domains which I could select where unedited from the standard NWN domains.  Dose anybody know how to fix this?
Title: Character Creator Issues
Post by: xwarren on May 22, 2010, 05:34:53 PM
:(

http://www.nwnprc.com//nwn/english/content/installation/jcc.htm
Title: Character Creator Issues
Post by: Giygas on May 22, 2010, 10:12:05 PM
Ok I did that and now the character creator refuses to load. I can still access settings fine, that works as normal, but  when  I click create character after I get those two load bars  the character creator dose not pop up....what do I do for that? Is it because I don't have the latest version of Java/my Java is too old to handle it?
Title: Character Creator Issues
Post by: xwarren on May 24, 2010, 04:59:38 PM
Do you have any *.bat file in CC dir? if you do, edit it in notepad and try changing amount of memory CC will use, ie:

Code: [Select]
start javaw -Xmx200M -Xms200M -jar CC.jar > cc.log 2>&1


change to:
Code: [Select]
start javaw -Xmx[b]300[/b]M -Xms[b]300[/b]M -jar CC.jar > cc.log 2>&1

Worked for me :)

*Someone reported that CC doesn't work on Windows 7, can't check that, i don't use that system B)
Title: Character Creator Issues
Post by: EZtark on May 25, 2010, 09:23:23 PM
It seems to work fine on my Win7 laptop.