0
Downloads today
4,189
Downloads total
0
Comments
description
Note: This is a mutator for the server-side. Its also for Coop only.
This mutator will scale the amount of enemy bot for people using bBots
. It will scale base on the MinimumEnemies
and MaximumEnemies
. Please make sure you set yours MaxPlayersToScaleEnemyCount
to the number of players to scale with.
Mutator name:
- ScaleBotAmount
Default game.ini
[/ScaleBotAmount/Mutators/ScaleBotAmount.ScaleBotAmount_C]
;Enable enemy bot scale for bBots
bScaleBot=True
;Enemy bot scale base on your friendly bot too. Otherwise, just players
bScaleWithFriendlyBot=True
;Your team will lose only if your whole team is dead (including friendly bot) with no reinforcement wave left
;You will still lose if enemy recap your checkpoint because that part of the gamemode
bLoseWhenWholeTeamDead=True
The formula for scaling the bot
players = players + (friendly bots)
scaleplayer = amount of player to scale with
max = maximum enemies
min = minimum enemies
domain x >= 1 otherwise x = 1
f(x) = x - 1
(((max - min) / (scaleplayer - 1)) * f(players)) + min
If you like my mod and you want to support me, you can make a donation in my profile.
Credits
-
15 Jul 05:01Version 1.1.0d
Files
19.06 2020
Empfehlungsrate
-/-
noch nicht genug Stimmen
Do you think this mod should be featured?
Mod abonnieren
0 Comments for Scale Bot Amount (v1.1.0d)