smilz0 / Left4Bots

Improvements for the L4D2 survivor bots
https://steamcommunity.com/sharedfiles/filedetails/?id=3022416274
34 stars 4 forks source link

About "lead_pause_behind_dist" setting #92

Closed 4512369781 closed 3 months ago

4512369781 commented 3 months ago

According to Phoenix Rose's report.

The "GetCurrentFlowDistanceForPlayer" func works fine in most time, but in some position, even so close to bots, the flow will difference over 200. in this pos, my flow is 7870.12, bots is 7624.12. in this pos, my flow is 22394.8, bots is 22137.2.

So I think may change the default value to "0" or a Bigger number is better.

smilz0 commented 3 months ago

Yes the flow depends on the nav area you are on, you can sit on the area next to the bots area and your flow is totally different, there is nothing we can do about it. Probably i can set a better default value, like 250, but there is no point in setting it to 0 because of a single map. People can always set a different value for each map with the settings_[mapname].txt override files, if needed.