Player Resource Consortium

 

Author Topic: Character Creator Issues  (Read 3950 times)

0 Members and 1 Guest are viewing this topic.

May 22, 2010, 05:27:23 PM
  • Adept
  • *
  • Posts: 32
  • Karma: +0/-0
    • View Profile

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?


May 22, 2010, 05:34:53 PM
Reply #1
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile



May 22, 2010, 10:12:05 PM
Reply #2
  • Adept
  • *
  • Posts: 32
  • Karma: +0/-0
    • View Profile

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?
« Last Edit: May 22, 2010, 10:20:06 PM by Giygas »


May 24, 2010, 04:59:38 PM
Reply #3
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

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)


May 25, 2010, 09:23:23 PM
Reply #4
  • Adept
  • *
  • Posts: 22
  • Karma: +0/-0
  • Gender: Male
    • View Profile

It seems to work fine on my Win7 laptop.