Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Global Build Command tweaking (by a noob)

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
9/15/2020 5:20:40 PMEErankAdminAnarchid before revert after revert
Before After
1 The updateRate parameter, quite fitting to its name, [url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/unit_global_build_command.lua#L440]controls[/url] the rate at which the widget updates its information state. 1 The updateRate parameter, quite fitting to its name, [url=https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/unit_global_build_command.lua#L440]controls[/url] the rate at which the widget updates its information state.
2 \n 2 \n
3 That is, if you set it to 4, it will perform its information gathering on every fourth frame; if you set it to one, it will run every frame; if you hack it to 30, it will run once per second. 3 That is, if you set it to 4, it will perform its information gathering on every frame; if you set it to one, it will run every fourth frame; if you hack it to 30, it will run as fast as it would on 4 because it can't do things faster than once every frame.
4 \n 4 \n
5 It does not affect constructor logic as far as i can see. 5 It does not affect constructor logic as far as i can see.