This problem doesn't turn up if one uses old Ascension. Is there a difference between the two mods regarding the ability to integrate SCSII's gpmage_asc.baf?
Please also have a look here:
http://www.shsforums...15
That's the code from SCSII:
ACTION_IF FILE_EXISTS_IN_GAME ~yagaft.bcs~ THEN BEGIN // Ascension installed COPY_EXISTING ~gpmage2.bcs~ ~override~ DECOMPILE_BCS_TO_BAF REPLACE_TEXTUALLY ~EVILBUTBLUE~ ~0~ // this is to allow for FP having fixed Ascension COMPILE_BAF_TO_BCS REPLACE_BCS_BLOCK ~scsII/help/scripts/gpmage_asc.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gphealer.bcs~ ~override~ DECOMPILE_BCS_TO_BAF REPLACE_TEXTUALLY ~EVILBUTBLUE~ ~0~ // this is to allow for FP having fixed Ascension COMPILE_BAF_TO_BCS REPLACE_BCS_BLOCK ~scsII/help/scripts/gphealer_asc.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gpthief.bcs~ ~override~ REPLACE_BCS_BLOCK ~scsII/help/scripts/gpthief_asc.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gparcher.bcs~ ~override~ DECOMPILE_BCS_TO_BAF REPLACE_TEXTUALLY ~EVILBUTBLUE~ ~0~ // this is to allow for FP having fixed Ascension COMPILE_BAF_TO_BCS REPLACE_BCS_BLOCK ~scsII/help/scripts/gparcher_asc.baf~ ~override/dw#alert.bcs~ END ELSE BEGIN COPY_EXISTING ~gpmage2.bcs~ ~override~ REPLACE_BCS_BLOCK ~scsII/help/scripts/gpmage_old.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gphealer.bcs~ ~override~ REPLACE_BCS_BLOCK ~scsII/help/scripts/gphealer_old.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gpthief.bcs~ ~override~ REPLACE_BCS_BLOCK ~scsII/help/scripts/gpthief_old.baf~ ~override/dw#alert.bcs~ COPY_EXISTING ~gparcher.bcs~ ~override~ REPLACE_BCS_BLOCK ~scsII/help/scripts/gparcher_old.baf~ ~override/dw#alert.bcs~ END