FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. HUSSAR
    3. Best
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • Updated Supreme Score Board (UI) Mod

      I updated my Supreme Score Board (UI) mod and you can find version 6.0 in the mod vault of FAF client. Please rate this UI mod because previous ratings were removed when I uploaded new version.

      Now, it supports new features and I also fixed a few bugs there were reported:

      • added economy income of allied players in game session
      • added economy storage of allied players in game session (when hovering over share eco buttons)
      • added support for sharing economy when phantom mod is enabled
      • added player's name when someone creates a ping on the map
      • fixed original score board floating on game start
      • fixed hiding of SSB on toggle all UIs off
      • fixed initialization of players colors in SSB
      • fixed displaying of reclaimed stats in score board
      • fixed speed slider when changing game speed via keyboard shortcut
      • fixed flashing of faction icon when a user creates a ping on the map

      Let me know if you have suggestions for new features. You can report an new features/ideas and issues on this github page

      ssb-in-game-session.jpg
      ssb-in-replay-session.jpg

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: In-game scoreboard should list map author

      @archsimkat said in In-game scoreboard should list map author:

      As title says: the in-game scoreboard should just list the map author.

      I will try to add this info in the next version of Supreme Score Board mod. By the way there is a new version (6.0) of this mod which add a new features and fixes. Please rate this mod because previous rating were removed when I uploaded new version.

      posted in Suggestions
      HUSSARH
      HUSSAR
    • RE: Supreme Score Board, EcoManager Mods Broken?

      Hi @arma473

      I looked into why the income numbers constantly fluctuate wildly and now FAF does not exclude reclaim rate from income rate like it did before. Also, now storing reclaim values is happening on separate thread at 1 second interval while rest of eco stats are recorded at different interval. As result, it will be tricky to fix it in SSB mod. Therefore, I will try fix this issue in FAF code base but it might take a while before I have a fix and it is pushed to development and finally to production as a patch. I added this issue in FAF repo so you can track progrees on it.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @Sheikah said in Updated Supreme Score Board (UI) Mod:

      There were two small issues I noticed.

      I will fix these 2 issues.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @Sir-Prize SSB calculates both of these ratios in:

      • kills-to-loses ratio
      • kills-to-built ratio

      The kills-to-loses ratio is not displayed in the UI because I did not want to display to many of stats. However, you should be able to show it by modifying just this line of code:
      FROM:

      Columns.Score.Keys = { 'score', 'ratio.killsToLoses'} --, 'ratio.killsToBuilt'}
      

      TO:

      Columns.Score.Keys = { 'score', 'ratio.killsToLoses', 'ratio.killsToBuilt'}
      
      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      Yes, I will fix it in SSB

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @callcifer said in Updated Supreme Score Board (UI) Mod:

      Turns out this doesn't work well with UI scaling, the name is displayed far away from the ping.

      Thanks for reporting this issue and It should be easy to it.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @Zokora
      I will consider adding stored resources:

      • either as a cycle (every 1-3 seconds) between stats for income and stored resources
      • or next to income resources:

      35c2b8f7-ed43-4619-bea9-cf061ab9c40a-image.png

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @Jip
      thanks for reporting this UI issue.

      While playing campaign, I suggest turning off SSB mod or collapsing its UI. By end of this year, I will finish implementing new UI framework where all my UI mods will be in moveable/dockable windows so players can configure UI as they want while playing the game instead of hardcoding positions of UI elements as it is done currently in FA/FAF codebase.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Fixed income values [UI]

      good job with fixing the compatibility issue between your mod and my SSB mod 🙂 I will make a note to remove economy.lua from the next version of SBB mod.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @Tagada said in Updated Supreme Score Board (UI) Mod:

      Nice rating you have there HUSSAR 😄

      haha, my rating is almost impossible to reach 😂
      But seriously, I added code to rename names of AIs (based on their type and cheating options) with names of high-rated FAF players.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Updated Supreme Score Board (UI) Mod

      @arma473 said in Updated Supreme Score Board (UI) Mod:

      ... Is it possible to update the mod so that, when we are watching a replay, the mass per second numbers aren't affected by reclaim?

      I will see if I can fix it in my mod.

      posted in Modding & Tools
      HUSSARH
      HUSSAR
    • RE: Adding new Strategic Icon

      This is sim mod with new units.

      I resolved my issue with adding new stat icons by following a guide made by Garanas:
      https://github.com/Garanas/strategic-icon-mod-examples

      posted in Modding & Tools
      HUSSARH
      HUSSAR