The current pre-release of the client ("pioneer" in the version) is only compatible to itself. So you can only play with other testers. Please be aware!
  • Creating your own Package for Emojis

    1
    0 Votes
    1 Posts
    210 Views
    No one has replied
  • 0 Votes
    9 Posts
    737 Views
    F
    Thanks for looking at this. I was hoping that there is easy fix. Booth mods having this issue even if played separately with no other mods activated. 4th Dimension mod having issue with only these 2 units attached in first post. Antares unit pack having this issue with multiple units and URS_EnCl was one of afected units. I think something was changed in FAF that these units stoped working properly as 4th dimension units was working fine in vanila FA.
  • Missing file for ecomanger.

    2
    0 Votes
    2 Posts
    311 Views
    P
    Assist mex to build storages is now a built-in option, and not part of ecomanager. you can enable disable this feature from options. If ecomanager is performing a similar function, it might be pulling from internal lua file.
  • Wyvern Battle Pack v4 download inactive

    4
    0 Votes
    4 Posts
    638 Views
    UvesoU
    No problem at all. Thanks for verifying and reporting back!
  • Is there a way to automate structures builds? Mex specifically

    9
    0 Votes
    9 Posts
    731 Views
    UvesoU
    @K21 UI mods are not allowed to issue sim commands. If you want to move a unit, only a sim mod is allowed to do it.
  • UI mod for scouting

    2
    0 Votes
    2 Posts
    348 Views
    UvesoU
    https://forum.faforever.com/topic/1007/scouting-overlay-mod
  • I want to modify the existing Eco Overlay, where do I find it?

    7
    1 Votes
    7 Posts
    742 Views
    ValkiV
    @uveso said in I want to modify the existing Eco Overlay, where do I find it?: @Valki This is the PR from Speed where he patched the UI Resize to the game: https://github.com/FAForever/fa/pull/2994 Here you can easily see where the ui scales come from and how its used: This line gets the size value: https://github.com/FAForever/fa/pull/2994/files#diff-f09652486472504df9d483a2d6d1377cb1574b2a83db62c5c3a61a4d3cb0ec13R35 and here we use the new size in a UI element: https://github.com/FAForever/fa/pull/2994/files#diff-f09652486472504df9d483a2d6d1377cb1574b2a83db62c5c3a61a4d3cb0ec13R86 This way you should be able to patch your mod with UI scaling function. Thanks a lot, getting to learn github and working to find the required element now.
  • Force a gameover with mods

    9
    1 Votes
    9 Posts
    794 Views
    UvesoU
    @arma473 yes, exploding ACUs would look awesome, but its not needed codewise. You can simply set who is winner and who not and just call the the endgame function.
  • Zone Control

    2
    0 Votes
    2 Posts
    324 Views
    biassB
    I'll see if I can get someone to look into it
  • Reveal positions v.2 [UI][EXPLOIT][BANNABLE]

    uimod eternal-modpack
    12
    2
    1 Votes
    12 Posts
    1k Views
    Eternal-E
    Closed List of banned exploits (updated 05.05.2021)
  • 1 Votes
    11 Posts
    1k Views
    C
    @uveso said in Benchmarking time spent in beat functions, 'avatar update' is very expensive: @crispweed i am hooking the beatfunction destructive because i test the function for a gamepatch. I plan to remove the beat throttling completely from the game. ( i can't see any speedimprovements here on my PC) OK. Got to say I did wonder how useful this throttling actually is. I mean, with the way this is setup, it seems like, as more units get created, and the game slows down, the 'throttled' functions are actually going to be run in more game ticks..
  • Engy mod-where is the script stored?

    5
    0 Votes
    5 Posts
    576 Views
    Dragun101D
    You could do a destructive hook. Or you could your changes on a factional level. If you want to look, the SCTA, has its own version of Engi Mod.
  • Nvidia cursor fix v3 crash

    2
    0 Votes
    2 Posts
    234 Views
    Z
    If you have the newest nvidia driver then it should be fixed and you do not need the mod anymore.
  • Emojis in lobby

    1
    4
    1 Votes
    1 Posts
    300 Views
    No one has replied
  • Rebuilt mini Map v.1 [UI] + Advanced + Extra

    uimod eternal-modpack
    17
    4
    2 Votes
    17 Posts
    2k Views
    E
    @Eternal- cool stuff
  • Deaf Archon [UI][Beta]

    uimod eternal-modpack
    10
    2
    1 Votes
    10 Posts
    1k Views
    K
    @arma473 yes, the tournament will have 1 commander and a common army for two players
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • T2 Mass Storage having opposite effect - Jagged + others

    2
    0 Votes
    2 Posts
    414 Views
    G
    I wonder if Jagged uploaded it. I can see the "author" in the vault but not the up loader. In any case I found out the fixes from the error messages. Whoever renamed the module "Jaggeds_Infrastructure_Pack 3.0" did NOT modify the source lines in various LUA files with import and iconpath statements referring to the original Mod's path. So multi-file edit - search for "Jaggeds_Infrastructure_Pack" replace with "Jaggeds_Infrastructure_Pack 3.0" With this fix in place and testing - T2 storage now works as expected.
  • Why is this merge mod not working?

    4
    0 Votes
    4 Posts
    554 Views
    RoweyR
    @Gladry Seems a bit of Miss Communication. what i would do is the following UnitBlueprint { BlueprintId = "tbu0029", Merge = true, Weapon = { { Damage = 30, }, {}, }, } UnitBlueprint { BlueprintId = "gmrb402", Merge = true, Intel = { VisionRadius = 20, }, Weapon = { { Damage = 30, }, {}, }, }
  • Count your hours played via FAForever

    10
    1
    2 Votes
    10 Posts
    828 Views
    AskaholicA
    Btw I have a cli tool that is able to parse the .scfareplay format. It can at least tell you the in game time for those replays, I don't know if they have the real time though (I kindof doubt it). I can send a windows binary if you want it. $ fafreplay info 9001733.scfareplay processing replay: 9001733.scfareplay Supreme Commander v1.50.3701 Replay v1.9 The Pyramid 5v5 (00:01:38) The Pyramid is now available for 5v5 gameplay. Map edit by Artifax Team 1 civilian (AI) 5 Team 2 NeoTek (0) Aeon The source code: https://gitlab.com/Askaholic/faf-replay-parser