Hi Horrid, can I turn the PRC off in version 11? I mean, I don't want to strip it out or anything, but can I just keep the new character creator running for a new character?
Thanks!
CEP-PRC ver 11
Started by
--Gorgotham--
, Nov 13 2005 11:42 AM
2 replies to this topic
#1 --Gorgotham--
Posted 13 November 2005 - 11:42 AM
#2 --Gorgotham--
Posted 15 November 2005 - 08:47 PM
Is Horrid even around anymore?
Could someone please tell me how to disable the PRC character creator please? Is it just a matter of not having LETO start?
Is there something I can comment out to prevent it from running?
I want to do this because I don't want to use the PRC, but yet love all the improvements made on this version over the others Horrid has worked on.
Just a note, that I DO have this mod working and running smoothly, I just don't have it live right now because of the PRC.
Could someone please tell me how to disable the PRC character creator please? Is it just a matter of not having LETO start?
Is there something I can comment out to prevent it from running?
I want to do this because I don't want to use the PRC, but yet love all the improvements made on this version over the others Horrid has worked on.
Just a note, that I DO have this mod working and running smoothly, I just don't have it live right now because of the PRC.
#3
Posted 30 November 2005 - 02:37 AM
Hey man, the code you are looking for is in the hc_on_cl_enter script.
If you comment out line 248
That will disable the character creation conversation.
If you comment out line 248
AssignCommand(oPC, ActionStartConversation(oPC, "buildchar", TRUE, FALSE));
That will disable the character creation conversation.