Author Topic: Looking for OSP code for alternative character creation process  (Read 802 times)

0 Members and 1 Guest are viewing this topic.

KeithGB

  • Recruit
  • *
    • View Profile
  • Faction: Rhodok
Re: Looking for OSP code for alternative character creation process
« Reply #15 on: June 12, 2012, 04:29:41 PM »
Thanks Windy, I've intergrated that (after some trouble with an errant ']') but now I am getting a very curios error:

(click to show/hide)

I get why the Fog script is throwing errors, I haven't included it and need to comment that out for the time being, but all the ccp scripts are present in ccp_scripts and modmerger should be integrating them without issue as far as I can tell, however I am still getting this error... Got any pointers? I am feeling very noobish.

Windyplains

  • Master Knight
  • *
  • Silverstag Dev Team
    • View Profile
  • Faction: Bandit
  • WB
Re: Looking for OSP code for alternative character creation process
« Reply #16 on: June 12, 2012, 06:41:41 PM »
Look at the import lines at the top of ccp_scripts and see if any do not belong, like diplomacy or "companions".  Comment them out if that is the case.  Anything a module file tries to import that it fails to import causes the rest of the file to be ignored.  That is why all of the scripts appear to be missing.

KeithGB

  • Recruit
  • *
    • View Profile
  • Faction: Rhodok
Re: Looking for OSP code for alternative character creation process
« Reply #17 on: June 14, 2012, 11:05:21 PM »
Thanks Windy, I did not know that, totally sorted my problem. Once I have replaced the location specific items it should compile fine it seems! :)