Adjustment to the reclaim rates

changing custom games to unranked casual games

Jesus.... talk about a bad idea

just make manually rock clicks speed the same as alt move

@snoog

not saying its a great idea. But the question was how to make 1v1 ladder more popular. This would prob do that.

1v1 would be more popular if we deleted all other gamemodes πŸ—£οΈπŸ—£οΈπŸ—£οΈπŸ—£οΈπŸ’―πŸ’―πŸ’―

frick snoops!

I have a question as I've always wondered how this works.
In the numbers you've got there tagada. How does it translate to the various engineers tiers? like is the number you've got there of 20m/s for a wreck based on a t1 engineer. What part of the blueprint affects how much mass an engineer can pull in per second?

@relentless The more build rate = the more reclaim rate. Tech 1 engineers have 5, an ACU with no enhancements has 10 and therefore has double the amount.

    ---@param self Prop
    ---@param reclaimer Unit The unit to compute the duration for.
    ---@return number time it takes to reclaim
    ---@return number energy to reclaim
    ---@return number mass to reclaim
    GetReclaimCosts = function(self, reclaimer)
        local maxMass = self.MaxMassReclaim or 0
        local maxEnergy = self.MaxEnergyReclaim or 0
        local timeReclaim = self.TimeReclaim or 0
        local maxValue = maxMass * 5
        if maxEnergy > maxValue then
            maxValue = maxEnergy
        end

        local time = (timeReclaim or 0) * (maxValue / reclaimer:GetBuildRate()) -- <- build rate is used here
        time = time / 10

        -- prevent division by 0 when the prop has no value
        if time < 0 then
            time = 0.0001
        end

        return time, maxEnergy, maxMass
    end,

A work of art is never finished, merely abandoned

It is very sad for me that we will lose all legacy of maps like Daroza / The Ditch / Bermuda / Pyramid etc. with that change, and all casts / replays of tourneys will be not as much usefull or enjoable for learning yourself.
Also about team maps like Setons, where BOs are some part of a history. But it will affect only mid and partially rock BO, so not a big deal maybe. But still after change the game review will be different. "Setons whores" will understand me πŸ™‚
I enjoyed spending hours on learning things with currenct gameplay with its dynamic and ideas of reclaim speed.

I accept and understand that on the other hand it opens new gate where new rules will have new effect on competition level. Same as Excelsior and Paradox_of_War, I do not think that change will solve the problems we're trying to solve. And for those who understands and applies it first in a more efficient way, it will be a good advantage.

I like all Jips references to WC3, and as former ladder WC player I can say that there were never changes like gold or lumber mining speed. Yes, units can be balanced, but in general economics and start buildings were always the same for so many years.

It is just my opinion and point of view and I would be happy if I'm mistaken and it such changes (if implemented) will lead us in the end to a better future.

@Tagada I really appreciate the attempt at making auto reclaim work. I'm in no position to judge if these changes break the game or not, but I think the idea behind it is entirely fitting with the original vision behind the game, and if there's a way to also make it good balance-wise, I'm happy someone is trying to find it. Thank you for putting in the effort to give it a chance.

Even independently of auto-reclaim, I'm excited to try this change out, as I think it might shake things up a bit in an interesting way. How and when to fight for big reclaim clumps has always felt like one of the most important aspects of the game, in all it's stages, and I'm very curious to see what impact slower reclaim has.

Any chance we can get the reclaim adjustments without the auto reclaim?

I've spent the last few days playing with and observing the reclaim rate changes and I really like them, I hope they go in. The economy swings are not so volatile where props are involved.

It didn't seem to give me any more time to interrupt someone from reclaiming all my wrecks from a skirmish I lost though.

I disagree that all APM is worth favoring. APM for the sake of APM is a gating mechanic, it makes games harder for new players. APM is only worth favoring when it is fun, otherwise I am in favor of simplifying the mechanic in question.

I have 2 examples where studios improved their games by removing needless APM.

SC1 and SC2

In Starcraft 1 a lot of the game was very manual. You had to manually tell workers how to gather resources. You had fewer options for selecting and grouping build capacity. Overall there was a lot of micromanagement that was required in order to play the game.

SC2 simplified a lot of that. Resource gathering was partially automated, buildings and units could be selected more precisely, and progressing through the macro part of the game was made easier. A lot of people complained that the changes made the game too easy, too dumbed down, or hurt their preferred play style. Here's a forum post from 2008 of someone complaining how overly simplified SC2 is. https://tl.net/forum/final-edits/75512-bwwi-from-the-banelings-lair-an-in-depth-look-at-starcraft-2

In the end, the decision to simplify SC2 made it much more accessible to new players, much more fun, and most importantly the skill ceiling was able to increase for top players because they were able to shine through other parts of the game instead of spending mental cycles micromanaging the UI.

League of Legends

There are too many examples to count where Riot removed clunky UI, simplified mechanics, or nerfed play styles they thought were unhealthy to the game. When Riot rolled out Smart Cast, a faster way to aim spells, the community complained that it simplified the game too much and made it too easy for unskilled players to land projectiles. The reality is that Smart Cast leveled up the community overall because everyone had an easier time playing the actual game instead of fretting with a clunky UI.

FAF

FAF isn't Reclaim Simulator. FAF is a realtime scifi RTS. These arguments that we need to preserve the current reclaim system because we want to favor APM are misguided. Your APM would be better spent focusing on every other part of the game. Automating the tedious parts of the reclaim system sound like great additions to the game.

I agree with your post in general, but manual reclaim in FAF is a completely optional mechanic in 99% of game situations. The fact that attack move exists to already provide an area reclaim tool means that manual reclaim is not a mechanic that makes games harder for new players or is APM for the sake of APM.

@squirtle said in Adjustment to the reclaim rates:

Automating the tedious parts of the reclaim system sound like great additions to the game.

Recently it was tried to make reclaiming easier via an area-reclaim-brush, but the feedback on that introduced feature was not as positive as it was initial thought, and there was apparently more technical issues related to that. So it was discontinued.

I believe the community would greatly benefit from making Supreme Commander more accessible to new players by having modern features and improvements.

The configurable auto-surround command for mex with storages, and additional fabs, or radar with power generators, is a perfect example for great additions. Everyone likes that.

But I can understand that some people may dislike the reclaim-area-command, because that feature has much more impact and may not fit the preferred way of playing Supreme Commander, e.g. Attack Move.

For sure, it is a tough decision which features should be introduced in the future and what not. This is worth a topic on its own.

You are severely overstating the importance of manual reclaim in FAF.
Funnily enough, you said it yourself:

@squirtle said in Adjustment to the reclaim rates:

Your APM would be better spent focusing on every other part of the game.

This is correct, manual reclaim is very situationally a favourable decision to make beyond minute 5 of the game. As BlackYps said it's entirely optional and if you'll watch a pro level POV you'll notice the game isn't a "(manual) reclaim simulator".

You're also entirely missing the point on high APM favouring players because of manual reclaim. Even for high APM players, manual reclaim is a decision to make. Even for them there's better things to do, and manual reclaim isn't just some thing to sink excess APM into.

frick snoops!

Nobody in FAF has a problem with a lazy way of reclaim, that’s why it already exists and costs minimal apm. What people had a problem with is making the lazy way of reclaim much stronger which in turn removes one of the tradeoffs of apm in the game. For loads and loads of players it is actively better to spend 0 apm and just zoom out and look at the map for 10 seconds to figure out the next 50 seconds than it is to spam clicking for 10 seconds on units, reclaim, or anything else.