You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are three competing systems to set the current or maximum health and energy.
Using the example of current health:
The system command 4|12|<value>
The virtual UberState: 8|15|11|float|<value>
The "gameState" UberState 8|3|105|float|<value>
Only the system command seems to work correctly.
The virtual state ignores negative values (which is useful for killing Ori) and the gameState truncates floating point values
The text was updated successfully, but these errors were encountered:
Currently there are three competing systems to set the current or maximum health and energy.
Using the example of current health:
4|12|<value>
8|15|11|float|<value>
8|3|105|float|<value>
Only the system command seems to work correctly.
The virtual state ignores negative values (which is useful for killing Ori) and the gameState truncates floating point values
The text was updated successfully, but these errors were encountered: