Subcategories

  • 29 Topics
    260 Posts
    maudlin27M
    FAF's rules are set out on the main FAForever website - by accessing FAF services, you agree to the rules outlined there, which are supplemental to the FAF Terms of Service. For details of how to report rule breaches and/or how the rules are enforced, please refer to the separate page on moderation Separate contribution guidelines exist for those considering contributing to FAF, while there are also official tournament rules that apply to official FAF tournaments.
  • 856 Topics
    4k Posts
    Ctrl-KC
    I assume it is out of memory one
  • Please provide detailled logs and/or error messages!

    903 Topics
    4k Posts
    S
    Okay wow i finally fixed it. The issue with starting the Forged Alliance through steam was a missing ResampleDmo.dll I tried fixing that by installing the Media Feature Pack for Windows 11 (i had a Windows 11 N version that is missing the media stuff), but the installation failed. Then i just got a mate to send me the missing ResampleDmo.dll files from C:\Windows\SysWOW64\RESAMPLEDMO.DLL C:\Windows\System32\RESAMPLEDMO.DLL and placed them in both directories (they are different files). This also fixed the error i got when starting the FAFClient Hope this helps someone else. I will also upload the dll files here. Use at your own risk, but better yet get them from someone you trust. ResampleDmo.zip
  • 38 Topics
    152 Posts
    S
    @Jip said in Offline Line Campaign/Skirmish: You need to host at least one (coop) game through the client. That will retrieve the file in question. Then you can play offline again. The game files are not included with the launcher by default. Thanks for the help Jip, I appreciate it.
  • FAF cannot be installed

    6
    0 Votes
    6 Posts
    242 Views
    N
    Thanks for your report @SplashGG Please tell your friend to enable dark mode on windows.
  • Uploading Custom Made Map Issue

    3
    0 Votes
    3 Posts
    121 Views
    IndexLibrorumI
    @magge said in Uploading Custom Made Map Issue: AFAIK, it is not necessary to write "v2" or any version in the map name Rather than not necessary, it's not actually allowed. Versioning of maps should be done with the "save as new version" option in the editor. @Freelancer54 said in Uploading Custom Made Map Issue: Hello, I am new to making maps and I have an issue with uploading maps to FAF. Come join us in the FAF discord and head over to the mapping channel. You can share your mapfile with us there and we'll have a closer look.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    36 Views
    No one has replied
  • Seeking Help to Develop a Mod: Adjusting Commander Collision Properties

    6
    1 Votes
    6 Posts
    273 Views
    N
    You can hack around the issue with projectiles by setting the ACU's hitbox to very small so that it paths around units a bit better, and then creating an entity attached to the commander with a hitbox. Then you can override the new entity's OnCollisionCheck, OnCollisionCheckWeapon, and OnDamage functions with the ACU's versions. There is an example of creating an entity attached to a unit in the Aeon T2 Torpedo Launcher script. I don't have an example of an entity with a hitbox passing damage to the base unit, although I know it's possible since giving props projectile collision was an experiment we did.
  • Why does the client constantly crash?

    4
    1 Votes
    4 Posts
    214 Views
    maggeM
    I have removed your wall of text; and you pasted the content from 'Game.prefs', instead 'client.log' Please attach the client.log as a file. C:\Users\%username%\AppData\Roaming\Forged Alliance Forever\logs
  • No text in modded maps

    help mods mod
    2
    0 Votes
    2 Posts
    98 Views
    N
    Make sure the "Always Show Custom Names" option is enabled in your game settings.
  • does not connect from a certain internet

    3
    0 Votes
    3 Posts
    174 Views
    Z
    Turning on VPN helped to solve the situation. Apparently, the provider or something above it is to blame, thanks
  • Can't connect to a game

    2
    0 Votes
    2 Posts
    105 Views
    maggeM
    Check this out: https://forum.faforever.com/topic/8579/how-to-fix-connection-issues-in-faf-client-and-supreme-commander
  • Endless connection (Бесконечное подключение )

    2
    1 Votes
    2 Posts
    140 Views
    KaratekaK
    Эта проблема у многих игроков, в том числе и у меня
  • Connecting... not connected, may create host, may watch replays.

    5
    0 Votes
    5 Posts
    227 Views
    F
    Само. А ещё ногами ходил до провайдера, спрашивал всё ли работает штатно у него. Ответили что всю неделю с начала трансляции выступления президента шли DoS атаки на сервера,
  • Lost old account Really want it back

    5
    0 Votes
    5 Posts
    207 Views
    O
    it just worked so ill enter the ticket
  • How to Create New Upgrades for ACU and Support Commanders?

    2
    0 Votes
    2 Posts
    119 Views
    DeribusD
    BlackOps FAF: ACUs adds a ton of upgrades Otherwise you're better off asking in the modding section of the Discord. You'll have to say you're interested in modding when you join, or go to the Channels and Roles section if you've already joined.
  • TokenRetrievalException

    3
    0 Votes
    3 Posts
    108 Views
    M
    @magge windows 10 22H2 windows defender no effect unfortunatelly no effect either
  • FAF client doesn't seem to start at all / unable to log in.

    2
    0 Votes
    2 Posts
    145 Views
    maggeM
    Which security software? Do you have the latest W10 updates? Which language is default for your OS? Does your windows' username, or does any path to FAF/SC contain Cyrillic chars? Edit: I believe I see the "Avast" icon - if you use that security, try uninstalling it and try again.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Fading Sound Problem Fixed By Using Restart Instead Of Shut down

    3
    0 Votes
    3 Posts
    151 Views
    SaverS
    https://forum.faforever.com/topic/2619/fa-sound-issues-some-sounds-play-once-then-nothing?_=1734368047430 A solution is also described here, which I have to carry out after certain updates.
  • 1 Votes
    6 Posts
    204 Views
    R
    The blueprints-ai.lua file that Nomander referenced is what you want to look at. Your obviously motivated to do something positive here. I don't believe we can dynamically adjust threat during the game as the blueprints are read once on startup sort of thing. BUT, I think the development team would be more than happy to see someone put time into improving the existing threat calculations that we are creating. The current calculations are based on a formula that Balthazar did however long ago and some adjustments since then and while it is ALOT better than what we had originally there is room for improvement. You'll eventually hit limitations since threat also depends on situational factors (a sniper bot in dangerous unless an enemy Obsidian tank is sitting next to it sort of thing). So why not rather than making a mod look at improving what we are doing now? We're happy to collaborate and provide feedback on the impact it makes on AI games.
  • Why does some mod not have a "Write review" button on FAF?

    2
    2 Votes
    2 Posts
    109 Views
    S
    Players have to have the mod installed in order to write a review
  • Unable to log in - Please help

    3
    0 Votes
    3 Posts
    122 Views
    maggeM
    @magge said in Solutions for common errors with the FAF client launcher or supreme commander: Reason Problem with the current browser to process certain information Change default web browser. Install another browser like Firefox, Chrome, etc.
  • 0 Votes
    6 Posts
    180 Views
    I
    i'ts work, my bad, sorry for this, thanks a lot