Thanks Windy, I've intergrated that (after some trouble with an errant ']') but now I am getting a very curios error:
Initializing...
Compiling all global variables...
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Exporting map icons...
Creating new tag_uses.txt file...
Creating new quick_strings.txt file...
Exporting faction data...
Exporting item data...
Exporting scene data...
Exporting troops data
Exporting particle data...
Exporting scene props...
Exporting tableau materials data...
Exporting presentations...
Error: Unable to find object:script_ccp_get_character_background_text
ERROR: Illegal Identifier:script_ccp_get_character_background_text
Error: Unable to find object:script_ccp_initialize_faction_items
ERROR: Illegal Identifier:script_ccp_initialize_faction_items
Error: Unable to find object:script_ccp_generate_skill_set
ERROR: Illegal Identifier:script_ccp_generate_skill_set
Error: Unable to find object:script_ccp_end_presentation_begin_game
ERROR: Illegal Identifier:script_ccp_end_presentation_begin_game
Error: Unable to find object:mnu_start_game_options
ERROR: Illegal Identifier:mnu_start_game_options
Error: Unable to find object:script_ccp_default_settings
ERROR: Illegal Identifier:script_ccp_default_settings
Error: Unable to find object:script_initialize_fog
ERROR: Illegal Identifier:script_initialize_fog
Exporting party_template data...
Exporting parties
Exporting quest data...
Exporting info_page data...
Exporting scripts...
WARNING: Usage of unassigned global variable: $gpu_data
WARNING: Usage of unassigned global variable: $gpu_data
WARNING: Usage of unassigned global variable: $gpu_data
Exporting mission_template data...
Exporting game menus data...
exporting simple triggers...
exporting triggers...
exporting dialogs...
Checking global variable usages...
WARNING: Global variable never used: $gpu_data
WARNING: Global variable never used: $gpu_data
WARNING: Global variable never used: $gpu_data
Imported 20 global variables for saved-game compatability that are not used.
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .
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.