glensh Posted June 20, 2011 Share Posted June 20, 2011 The game crashes every time I get into a fight with an Enclave Patrol. I figured out that there is a conflict with the Enclave Commander Mod because it only happens when I have a squad using the Enclave Commander Mod. But I am having trouble pinpointing the conflict using FO3edit. Has anyone else had this problem? Link to comment Share on other sites More sharing options...
wesside0yes Posted June 24, 2011 Share Posted June 24, 2011 It's due to a problem within the script "J3XVertibirdSolderKillcountScript" in the enclave commander mod. The script dialogue "additem" and "gainrewardxp" can, for some reason, not be parced for power armored characters like the enclave or the brotherhood of steel resulting in a CTD. A quick fix is to load up the mod in GECK or FO3Editor en remove the "additem" and "gainrewardxp" part from the script. It would ook similair to this: ===================================================== scn J3XVertibirdSolderKillcountScript ; Script stolen from TalkieToaster's RobCo Certified mod, kudos to him!; This script makes also sure that the soldiers takes prisioners scripteffectstart ;pms J3XVertibirdSoldierAIShaderend BEGIN ScriptEffectUpdate ; Capture Script !if J3XVertibirdAiQuest.Prisoners && (getav health < 50 || GetCurrentAIProcedure == 16) && IsSpellTarget J3XVertibirdCaptureSelfSpell != 1 && getdead == 0 ;player.additem f 1 CIOS J3XVertibirdCaptureSelfSpellendifend ===================================================== (Note(1): This is the script with the "additem" and "gainrewardxp" variable deleted.)(Note(2): I kept the ability to add the item "slave collar" when captured to the script since it only bugged power armor wearing characters and only when used in an outdoor cell.)(Note(3): This WILL make sure that you won't recieve xp for the kills made by your troops nor will you recieve an ear/finger when you have the bounty hunter perk active when your troops make the kill; BE WARNED.) Hope this helpes :yes: Link to comment Share on other sites More sharing options...
Recommended Posts