Commander names

Discussion in 'Mod Discussions' started by RaTcHeT302, September 6, 2014.

  1. RaTcHeT302

    RaTcHeT302 Guest

    Where are the names stored?
  2. trialq

    trialq Post Master General

    Messages:
    1,295
    Likes Received:
    917
    In each commanders JSON file, which are located in:
    Code:
    pa_media_directory/pa/units/commanders/particular_commander/particular_commander.json
  3. RaTcHeT302

    RaTcHeT302 Guest

    Sorry, I forgot to specify, I ment the armory/lobby/gw names
  4. trialq

    trialq Post Master General

    Messages:
    1,295
    Likes Received:
    917
    In that case you'll need to be even more specific, I don't know what you mean.
  5. RaTcHeT302

    RaTcHeT302 Guest

  6. trialq

    trialq Post Master General

    Messages:
    1,295
    Likes Received:
    917
    They appear to be here:
    Code:
    ./ui/main/shared/js/catalog.js
    However shadowing the file in a client mod and renaming things doesn't work. Probably because the catalogue is always updated whenever something tries to load it. What are you trying to do?

    BTW grep or similar is a good tool to find out things like this. I searched for "Rallus" in the game files to find the catalogue. "Rallus" is not present anywhere except the unit JSON, the catalogue, and the galactic war faction files.

Share This Page