Mod articles
-
How to mod a map to allow users to play with non-vanilla squadmates
Adding a squadmate to a level with this pack is not too hard.
Coalesced change
Add a coalesced entry like below to the biogame. This will tell the selection GUI to add the squadmate to the squad selection. There will only be a maximum of 2 squadmates available due to the limitations of the GUI how many it can show (9).
<Section name="sfxgamecontentdlc_mod_egm.sfxseqact_sethenchmissionavailability">
<Property name="missiondataarray">
<Value type="3">(MapName=BioP_Cit004,
MissionAvailability =(
(HenchTag=hench_zaeed,Mandatory=FALSE,Optional=TRUE,Disabled=FALSE,ForceBonusSquadmate =TRUE,PartyCheck=0),
(HenchTag=hench_kasumi,Mandatory=FALSE,Optional=TRUE,Disabled=FALS...