FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    1. Home
    2. Nomander
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 54
    • Groups 0

    Nomander

    @Nomander

    48
    Reputation
    14
    Profile views
    54
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Nomander Unfollow Follow

    Best posts made by Nomander

    • RE: UEF T2 Field Engineer (T1 pgens)

      T1 pgens aren't essential for T2 arty, it's a 4% reload discount which ends up being a 1.19x effectiveness for fully capped arty, coming to a profit of only 62 mass which is a negligible 2.8% of the total 2200 mass cost of the setup (unitdb).
      This marginal adjacency is eclipsed by the idea that sparkies shouldn't build any eco structures so that there is no chance of them not being a combat unit.

      posted in Suggestions
      N
      Nomander
    • RE: TMD could be cheaper

      The cost of the TML isn't just 800 mass:

      • mass cost: TML (800 mass) + missile (250) + some way to kill tmd, let's say 4 (easily countered) T1 bombers (360) = 1410 mass (unitdb) which affords 5 TMD.
      • You need to get an extremely valuable central map position to be able to force out 6 TMD per enemy base. You then have to get T2 engineers to that position. Taking all that time + having to get the engis there (early HQ instead of eco) gets your opponent a T2 mex.
      • You also have to build a TML instead of a T2 mex which gives your opponent extra mass to build TMD while you load the TML.
      posted in Balance Discussion
      N
      Nomander
    • RE: Question on shield assist mechanics

      Maudlin is correct that assistance costs vary by shield, since it is based off of regen rate, repair cost, and RegenAssistMult.
      Documentation on github repo:

      --- How much buildpower is required to provide 1x of the shield's regen rate.
      --- The cost of assisting a shield is repairCostRate / RegenAssistMult,
      --- where repairCostRate is determined by Unit:UpdateConsumptionValues
      ---@field RegenAssistMult? number

      These are the buildpower and mass efficiencies considering that repair cost is 0.75x the unit cost and RegenAssistMult is 60 for all shields.

      Shield AssistRegen/BP AssistRegen/Mass
      Sera T3 2.80 6.06
      UEF T3 2.18 4.40
      Aeon T3 2.50 5.69
      Cybran ED5 2.33 5.19
      Cybran T3 ED4 2.17 4.13
      Cybran ED3 1.87 4.35
      Cybran ED2 1.47 3.29
      Cybran T2 ED1 0.75 4.38
      Sera T2 2.55 6.07
      UEF T2 2.00 5.11
      Aeon T2 2.30 6.07

      Considering that defending a T3 Aeon artillery costs at least 165 mass/s, and a Mavor at least 550 mass/s, it is well worth economically to spam out multiple shields (they cost around 3.4k mass each) instead of assisting one, although it is riskier because the enemy can retarget the artillery, let all your shields get up, and then come down all together in the next few artillery shots as the overspill and splash damage take effect. Good for game enders that you need to protect at all costs but also need income to build.

      2 Aeon T3 artillery one shot a shield and it is impossible to assist to prevent that currently.

      Assisting works at full speed if you're stalling but that's a hard to fix engine bug/performance heavy Lua fix.

      [Does assisting] speed up getting a collapsed shield back up?

      No it does not. That is determined by the shield recharge time which will be added to the UI soon.

      Aeon used to have t2 shields that couldn't be upgraded (unless my memory fails me) but that was patched as a balance decision.

      The balance team does approve of letting them be upgradeable but there is simply no animation for doing so.

      posted in Game Issues and Gameplay questions
      N
      Nomander
    • RE: Mod: advanced target Priority

      Vault has v1.0 because v1.1 was removed for some reason, but you can still download it from the original forum post: https://forums.faforever.com/viewtopic.php?f=41&t=17047

      posted in I need help
      N
      Nomander
    • RE: Disconnect tele effect

      I already worked this out, among other options, see: https://github.com/FAForever/fa/pull/5971
      In summary it adds 2 new lobby settings: disconnection share conditions and disconnection ACU share conditions.

      • Disconnection share sets the share condition for a player after they disconnect. I would expect it to be the same as the share condition or fullshare, but all the other share conditions are available too.
        • To prevent abuse, when the disconnect share condition is applied depends on how the ACU is shared in Assassination.
          In non-assassination, it defaults to fullshare because I find it very unlikely that people can disconnect to avoid death in other victory conditions.
      • ACU sharing determines what happens to an ACU after the player disconnects:
        • Explode: Like normal, the ACU explodes 10 seconds after the player disconnects.
          • It is an instantaneous condition, so if the ACU took damage in the last 2 minutes (to prevent abuse) the disconnect share condition is not applied (no abusing disconnect to fullshare a base in a normally noshare game).
        • Recall: Similar to Explode with the 2 minute timer, but the ACU recalls and doesn't damage anything.
        • Delayed Recall: Disconnected ACUs are shared to allies for 2 minutes or until 5 minutes pass in the game. The DC share condition is applied when the ACU recalls or dies.
          This is the competitive option in my opinion, which gives some time to stabilize and use the ACU, but limits the use time since there were concerns about having two ACUs being OP.
        • Permanent share: Disconnected ACUs are shared to allies permanently, and the DC share condition is applied when the ACU dies. This is prone to double gun ACU abuse or just easily saving the ACU for way later tele/com bomb, but it is the option that maintains the current game state the best, so if people don't find multi-ACU oppressive they can use this option.
      posted in Suggestions
      N
      Nomander
    • RE: Fatboy Veterancy

      I like @Deribus's solution of vet also giving HP proportional to the personal shield HP.

      It's a simple, mildly consistent solution that avoids the issues of how to deal with shield recharge/shield regen and you can even ignore (S)ACU shield upgrades since they don't come with the unit by default and are already balanced with vet HP.

      posted in Suggestions
      N
      Nomander
    • RE: Bug report: T2 stationary Arty bugged (2 factions, AEON and UEF) doesn't aim nor fire.

      I wrote a reply last week and a fix PR but forgot to post lol:

      I didn't see arty in that replay, but I found it in #23022644. Unfortunately it is desynced so idk if the replay shows the truth of what happened.

      For those who didn't watch the replay it's dualgap and a player built arty up on the cliff next to the bases and the arty can't shoot because the muzzle velocity characteristics don't give a possible firing solution, as you can see in the screenshot there are very few possible firing locations:
      462ac479-80fb-4bbb-a3df-0c038e5ad8be-image.png

      posted in I need help
      N
      Nomander
    • RE: UI mod request, stop base ctrl+k

      The "ACU Self Destruct Confirm" mod by @HollowSubmarine could be a starting point/inspiration.

      posted in Modding & Tools
      N
      Nomander
    • RE: SACU Rebalance

      @cocainediesel
      Teleport would be an overpowered preset due to very high total adjacency discounts.

      Adjustable selection priority is a feature allowed by the implementation, since I don't know of any way to adjust engine selection priority outside blueprints.

      I think custom presets are not necessary if the upgrades are all made useful and the presets available become best options for a specific purpose.

      posted in Balance Discussion
      N
      Nomander
    • RE: SACU Rebalance

      What is the point of removing gateway assistance?
      It's not like rushing any type of SACU is a giant issue like nukes:

      • The counter is way easier to build in the form of PD or a T4 or T3 units you already have. On the other hand, SMD is going to take 2.5 minutes to load with assistance, and you can't do anything about it.
      • SACU is way less impactful, you don't instantly lose your entire base once an SACU starts attacking if you were unprepared. You also don't lose economically if your opponent makes RAS SACU, you can beat them with mass fabs.
      • SACU is way easier to scout because they have to walk to the front where there are less sams blocking spy planes.

      Buffing combat SACU cost relative to RAS SACU can be done easily by shifting the costs from the base SACU to the RAS upgrade.

      For underwater reclaim, I don't see why it's so unbalanced (especially as to make gateways unassistable), every faction has access to SACUs and should use them underwater when engis can't get to the front and there is lots of reclaim in a dead zone because of shifting frontlines. It creates new decisions around when to build SACU, how to kill the SACU with subs/torps, how to keep them safe, possibilities of building stuff with the SACU, and so on.
      UEF SACU will be hurt by the base bp nerf in this rework because of random naval AA killing the engineering drones though.

      posted in Balance Discussion
      N
      Nomander

    Latest posts made by Nomander

    • RE: Question on shield assist mechanics

      Maudlin is correct that assistance costs vary by shield, since it is based off of regen rate, repair cost, and RegenAssistMult.
      Documentation on github repo:

      --- How much buildpower is required to provide 1x of the shield's regen rate.
      --- The cost of assisting a shield is repairCostRate / RegenAssistMult,
      --- where repairCostRate is determined by Unit:UpdateConsumptionValues
      ---@field RegenAssistMult? number

      These are the buildpower and mass efficiencies considering that repair cost is 0.75x the unit cost and RegenAssistMult is 60 for all shields.

      Shield AssistRegen/BP AssistRegen/Mass
      Sera T3 2.80 6.06
      UEF T3 2.18 4.40
      Aeon T3 2.50 5.69
      Cybran ED5 2.33 5.19
      Cybran T3 ED4 2.17 4.13
      Cybran ED3 1.87 4.35
      Cybran ED2 1.47 3.29
      Cybran T2 ED1 0.75 4.38
      Sera T2 2.55 6.07
      UEF T2 2.00 5.11
      Aeon T2 2.30 6.07

      Considering that defending a T3 Aeon artillery costs at least 165 mass/s, and a Mavor at least 550 mass/s, it is well worth economically to spam out multiple shields (they cost around 3.4k mass each) instead of assisting one, although it is riskier because the enemy can retarget the artillery, let all your shields get up, and then come down all together in the next few artillery shots as the overspill and splash damage take effect. Good for game enders that you need to protect at all costs but also need income to build.

      2 Aeon T3 artillery one shot a shield and it is impossible to assist to prevent that currently.

      Assisting works at full speed if you're stalling but that's a hard to fix engine bug/performance heavy Lua fix.

      [Does assisting] speed up getting a collapsed shield back up?

      No it does not. That is determined by the shield recharge time which will be added to the UI soon.

      Aeon used to have t2 shields that couldn't be upgraded (unless my memory fails me) but that was patched as a balance decision.

      The balance team does approve of letting them be upgradeable but there is simply no animation for doing so.

      posted in Game Issues and Gameplay questions
      N
      Nomander
    • RE: Should T3 Mass Fabricators Be More Efficient Than T2?

      Eco Compendium by Cheeseberry

      I don't think T2 fabs are far more efficient:

      • For eco efficiency: T2 mass fabs have the same efficiency as T3 fab grids unless they're placed without shields adjacent to T3 pgens, a template which is very vulnerable to random bombers/arty/novax/tele and not dense at all.
      • For space efficiency, T3 fabs win by a long shot (1.77x denser, and cleaner templates with pgen adjacency). This also means they are way easier to shield, with high HP on top of that.
      • For adjacency efficiency, T3 fabs are great next to 2xT3 factories and T2 fabs are great on mex, with roughly equal payback time efficiency. T2 fabs on mex are more common because it's a lower investment cost and factories fit for t3 fab adjacency are rarer than mex with storage.

      The differences in payback time are in a matter of seconds so I don't think there is a clear winner for which is better to eco with since the remaining differences are about T3 fab durability vs T2 fab low cost/unit (easier to build a small amount of and start paying back a little quicker).

      For the other non-eco points:

      • I don't think there is a big "consistency" issue with T2 fabs being T2. Lower tech units/structures are often cheaper and more efficient but less dense, and that doesn't mean they become completely obsolete when higher tech appears. Some examples: T1/T2 PD, T2 shields, T1 arty, T1 air scouts, T1 engineers, navy, T1 bombers, T2 gunships, mex upgrades, T3 units (compared to T4s), flak. T2 fabs fit into this pattern just fine.
      • Making T2 fabs obsolete would be lame and taking out a dimension in how people can eco. Plain downgrade in gameplay.
      posted in Suggestions
      N
      Nomander
    • RE: Forged Alliance - hang-up 16min

      You posted the ICE adapter and client logs, which aren't the game logs. The game logs are titled something like game_23325000.log, where the number is the replay ID. So you need to post the log from the game where the freeze occurred.
      If the freeze can be replicated you can start a sandbox game by yourself and cheat in some engineers/hives to get a log.

      It can also be useful to enable the FAF debugger in the client settings to get more details about what is crashing.

      posted in Game Issues and Gameplay questions
      N
      Nomander
    • RE: Systematically crashes FAAF after 1-1.5 hours of play, help me please!!!

      Maybe it's caused by your CryptoPro program, I see the dll is being used and something similar to these debug messages only appear in Google search results from the website cryptopro.ru.

      Debug messages:
      <capi20>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <capi20>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <capi20>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <cspi>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <cspi>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <cspi>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <support>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <support>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      <support>Thread:function text xcode(dcode) (file:line)level: 0x1
      
      posted in Game Issues and Gameplay questions
      N
      Nomander
    • RE: Chichigaga is missing map

      Can you post the client log? It might show a reason why you can't generate/save the map.

      posted in I need help
      N
      Nomander
    • RE: New update desyncr without error message

      Do you have a replay?

      posted in General Discussion
      N
      Nomander
    • RE: Beach Water Depth Units not Detected

      Yeah 3.75 works easily but the tricky part is that if the offset is too much then units will target the underwater unit thinking it is on land, while its hitbox is covered by water (dbg c in console to see collision boxes). I think they start ignoring that unit after they hit the water too.

      posted in Mapping
      N
      Nomander
    • RE: UI mod request, stop base ctrl+k

      The "ACU Self Destruct Confirm" mod by @HollowSubmarine could be a starting point/inspiration.

      posted in Modding & Tools
      N
      Nomander
    • RE: Reclaim in hard-to-reach places

      You can also interrupt pathfinding with engis on attack move (or SACU/ACU on patrol iirc) and they will lock on to and reclaim a single target using fac attack move range, which can be useful for this scenario.

      posted in General Discussion
      N
      Nomander
    • RE: Beach Water Depth Units not Detected

      The LayerChangeOffsetHeight in the unit blueprints offsets the depth at which the unit is considered underwater relative to the root bone, maybe its value is not ideal for all units.

      posted in Mapping
      N
      Nomander