0 of 0

File information

Last updated

Original upload

Created by

iforgotmysocks

Uploaded by

iforgotmysocks

Virus scan

Safe to use

Tags for this mod

18 comments

  1. So... wanted to get it working for lastest dlc so took a look and extracted the file using XRCatTool and it isn't too complicated
    Testing it right now as I type this comment...

    So far it seems to work (at least with the ToA faction so should work with the rest)

    Here what I did:

    under the line 161 <include_actions ref="AddCraddleFactions"/> I added
            <include_actions ref="AddToAFactions"/>
            <include_actions ref="AddHEFactions"/>
            <include_actions ref="AddTimelinesFactions"/>

    And after that after the new line 224 (aka 221+3 added) </library> I added

            <library name="AddToAFactions">
              <actions>
                <do_if value="@md.Setup_DLC_Pirate.Setup != null">
                  <append_to_list name="$validFactions" exact="@faction.loanshark"/>
                  <append_to_list name="$validFactions" exact="@faction.scavenger"/>
                </do_if>
              </actions>
            </library>

            <library name="AddHEFactions">
              <actions>
                <do_if value="@md.Setup_DLC_Boron.Setup != null">
                  <append_to_list name="$validFactions" exact="@faction.boron"/>
                </do_if>
              </actions>
            </library>

            <library name="AddTimelinesFactions">
              <actions>
                <do_if value="@md.Setup_DLC_Timelines.Setup != null">
                  <append_to_list name="$validFactions" exact="@faction.kaori"/>
                </do_if>
              </actions>
            </library>
          </cues>
        </library>


    So this properly add the DLC faction if you have the DLC...
    1. yushir0
      yushir0
      • member
      • 1 kudos
      Could you upload your version?
  2. sefilho
    sefilho
    • member
    • 0 kudos
    This mod could use an update, it's a very useful feature.
  3. hotaku
    hotaku
    • premium
    • 2 kudos
    Really needs an update for the later DLC's / new factions.   But it still works under 6.1 for the older factions.
  4. Docwho1983
    Docwho1983
    • member
    • 0 kudos
    Ok would like an update version for ToA. I just tried to copy the setup and add the lines for ToA but for some reason there is not faction to tie to. Go back to hit my head on a wall for a bit. Not sure how to work around this to add it myself.
  5. virkful
    virkful
    • member
    • 0 kudos
    Still works 5.1, talk to MANAGER of SCA/HAT, not the representative :D
  6. ApophisDk
    ApophisDk
    • member
    • 0 kudos
    Bumping in the hopes for an update to add the new factions :)
  7. gabeux
    gabeux
    • supporter
    • 0 kudos
    Would be great for it to support ToA DLC too.. :) Thanks for the mod!
  8. midnitewolf
    midnitewolf
    • member
    • 0 kudos
    Maybe someone can help me cause I can't seem to find this information in game because my factions relations are too good with everyone right but but how much does it cost to raise faction.

    For example I am thinking of war with the Godrealm.  If I tank my faction down to -30, how much will it cost me to repair it back to -15 to get a ceasefire back in place and -9 to be able to use their docks?
    1. iforgotmysocks
      iforgotmysocks
      • premium
      • 60 kudos
      Anything below -25 will cost you 100mill. ^^
  9. sdfg2
    sdfg2
    • member
    • 0 kudos
    I'd love an update to this to cover the new factions in CoH
    1. iforgotmysocks
      iforgotmysocks
      • premium
      • 60 kudos
      Oh... ya, thanks for reminding me. A little busy right now, but it's on my todo list now. Thanks!
    2. iforgotmysocks
      iforgotmysocks
      • premium
      • 60 kudos
      And done.
  10. idragon
    idragon
    • member
    • 20 kudos
    Very good for those boarding missions:), tho i plan to eliminate SCA and Hatikva, so i guess i will have to give Argon manager this option at some point, or mine:P

    Thanks