FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. Raysor
    3. Topics
    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!
    R
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 7
    • Posts 11
    • Groups 0

    Topics

    • R

      Token Retrieval Exception During Login (Client v2025.2.1)

      Watching Ignoring Scheduled Pinned Locked Moved I need help
      1
      0 Votes
      1 Posts
      63 Views
      No one has replied
    • R

      Game crashing: EXCEPTION_ACCESS_VIOLATION

      Watching Ignoring Scheduled Pinned Locked Moved Game Issues and Gameplay questions
      5
      0 Votes
      5 Posts
      314 Views
      UvesoU
      EXCEPTION_ACCESS_VIOLATION (0xc0000005) at address 0x0095854f This is a memory error. The only solution is to reduce the number of (unit) mods. https://github.com/FAForever/fa/issues/1445
    • R

      Seeking Help to Develop a Mod: Adjusting Commander Collision Properties

      Watching Ignoring Scheduled Pinned Locked Moved I need help
      6
      1 Votes
      6 Posts
      275 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.
    • R

      How to Create New Upgrades for ACU and Support Commanders?

      Watching Ignoring Scheduled Pinned Locked Moved I need help
      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.
    • R

      Crash Report Help Needed: "bad allocation" Error

      Watching Ignoring Scheduled Pinned Locked Moved Game Issues and Gameplay questions
      10
      1 Votes
      10 Posts
      314 Views
      maudlin27M
      Another point to check is you're using the latest versions of the mods in case there was an error that's been fixed (e.g. checking the log, the version of M28 used was v142- so a decent chance the errors relating to M28 were resolved in a more recent update, although I'll add a couple of redundancies in the upcoming release for the specific error message).
    • R

      How to Dynamically Modify Threat Levels in Unit Blueprints Based on Unit Stats

      Watching Ignoring Scheduled Pinned Locked Moved I need help
      6
      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.
    • R

      Why does some mod not have a "Write review" button on FAF?

      Watching Ignoring Scheduled Pinned Locked Moved I need help
      2
      2 Votes
      2 Posts
      109 Views
      S
      Players have to have the mod installed in order to write a review