This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Defines the maximum allowable processing time within a game tick before game lag or stutter is noticed by end-users.

 

Notes

The value of this constant depends on the number of players on the current map.

Currently the upper limit for processing time is set at 200ms per game tick, if there are 4 or less players.

If there are 5 or more players, the limit is further decreased in a linear fashion.

The algorithm used will be adapted over time to fine tune it to get the best results for different scenarios.

In Warzone 3.2, a new shared data object is being added which should, in theory, allow Pulse instances across multiple players to share trigger run processing time metrics and thus allow a much improved approach.

Requires:

  • Warzone 3.1
  • Pulse 0.1

Significant changes will likely be made at a later date to accommodate new JS API features in Warzone 3.2.

 

  • No labels