Halp haow do i ui mod

Discussion in 'Mod Discussions' started by stuart98, September 12, 2015.

  1. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    So I've run into an issue while updating Galactic Annihilation where the sixth column is not placed in the build bar ui of fabrication units, preventing people from building stuff like vehicle factories and metal extractors. I can't even ui modding so I need help.
  2. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    It's in live_game_build_bar.js. The BuildTab list circa line 49 has a third parameter to skip the last column (though they call it skipLastRow) I think you can scene mod it as model.buildSet().tabs()[0].skipLastRow(false) for every affected tab.
  3. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    I found a simpler fix to be removing the trueness of the economy, factory, and combat tabs.

Share This Page