File information

Last updated

Original upload

Created by

reg2k

Uploaded by

registrator2000

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Setting up Uniformed Access for an operative

    To assign your operative a uniform for the Uniformed Access ability:

    Step 1: Assign Spawn Model

    Open Operative > Outfits > View/Edit Spawn Model and set the Spawn Model to your desired uniform type e.g. Uniform.PMC_Captain_Elite. Click Assign to Operative when done.

    Step 2: Add uniform to operative's outfits list

    Go to Operative > Outfits > View / Edit Outfits and add the same uniform you selected above to your operative's wardrobe.

    Using the above example:
    For female: Uniform_PMC.unif_military_pmc_captain_elite_f_01
    For male: Uniform_PMC.unif_military_pmc_captain_elite_m_01

    If your selected uniform has multiple variants (_01, _02, etc.), you need to add them all. One variant will be r...

  • Appearance codes for the non-playable character cast

    Ever wanted to play as Nigel Cass, Sabine Brandt or even Rempart's Mk II robot?

    Here are some appearance codes for special characters.

    NOTE: These characters cannot wear custom clothing and their appearance cannot be further modified (apart from hair and other DedSec customization).

    Sabine Brandt
    06 09 ab 0f ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f8 (Game start outfit)
    06 08 be 97 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff f8 (Game end outfit)



    Nigel Cass
    06 08 BE 5F FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F8


    Skye Larsen
    06 08 BE B7 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F8


    Mary Kelley
    06 08 BE 47...

  • Lua Snippets

    Here is a collection of Lua tips that I've posted.

    Table of contents:

    Refreshing Perks / Character Deck Changes
    Toggling Uniformed Access
    Adding ETO / Tech Points
    Trying on Clothing
    Lua Misc Snippets

    How to use Lua commands:
    Open the Lua console via Lua > Open Lua Console
    Copy and paste a Lua command from below into the Lua console. Make any customizations (if necessary).
    Click Execute.



    Lua Tip: Refreshing Perks / Character Deck Changes

    Normally, after changing your character's perks, you need to switch operatives, or save and reload the game before all perk changes are effective.

    To refresh perks instantly without having to reload the game, run the below Lu...

  • v1.3.4 Update Notes

    v1.3.4 Update Notes

    Hi folks! v1.3.4 adds the ability to modify your characters' relationships and schedule. You can also now edit the NPC data of any character known to the Census system, including potential recruits and characters that you've profiled in the world.

    Read on for a summary of changes.

    Contract Editor: Relationships, Activities and Schedule

    Friendships, rivalries, marriage, affairs - you can now create new relationships for your operatives using the new contract editor!

    The contract editor also allows you to modify your character's daily schedule and assign them activities.

    For more info, please see the new section "Relationships, Activities and Schedule" on the front page.




  • Editing Advanced Character Metadata (Census Fields)

    Legion has an extensive set of rules for generating combinations of NPC metadata that make sense. For example, Transients never spawn with high income, and the "Low Mobility" animation archetype can only occur on characters in the "Old" age range.

    When you edit your operative's census fields directly, you should ensure that the combination of fields is a combination that is considered valid by the game's census rules. If the configuration is invalid, your operative's Team menu animation will be set to the male Generic / Street animation. I have not noticed any other gameplay effects from an invalid census configuration.

    The below diagram shows the relationship and dependency between every census field.

    How do you ensure that the census configuration is v...