Talk:Veins Utilization (Upgrade): Difference between revisions
Discussion page of Veins Utilization (Upgrade)
imported>76561198010365021 (Created page with "The table doesn't seem to be quite accurate, as the actual game accumulates floating point rounding errors. If you dive into the program memory, there's GameHistoryData's min...") |
imported>76561198010365021 No edit summary |
||
Line 1: | Line 1: | ||
The table doesn't seem to be quite accurate, as the actual game accumulates floating point rounding errors. If you dive into the program memory, there's GameHistoryData's miningCostRate and miningSpeedScale variables, which are single precision floats. | The table doesn't seem to be quite accurate, as the actual game accumulates floating point rounding errors. If you dive into the program memory, there's GameHistoryData's miningCostRate and miningSpeedScale variables, which are single precision floats. | ||
Level Researched | {| class="wikitable" | ||
None researched | |+ From program memory | ||
1 | |- | ||
2 | ! Level Researched !! miningCostRate !! miningSpeedScale | ||
5 | |- | ||
6 | | None researched || 1.0 || 1.0 | ||
|- | |||
| 1 || 0.93999999761581 || 1.1000000238419 | |||
|- | |||
| 2 || 0.88359999656677 || 1.2000000476837 | |||
|- | |||
| 5 || 0.73390400409698 || 1.5000001192093 | |||
|- | |||
| 6 || 0.68986976146698 || 1.6000001430511 | |||
|} |
Revision as of 23:55, 30 March 2021
The table doesn't seem to be quite accurate, as the actual game accumulates floating point rounding errors. If you dive into the program memory, there's GameHistoryData's miningCostRate and miningSpeedScale variables, which are single precision floats.
Level Researched | miningCostRate | miningSpeedScale |
---|---|---|
None researched | 1.0 | 1.0 |
1 | 0.93999999761581 | 1.1000000238419 |
2 | 0.88359999656677 | 1.2000000476837 |
5 | 0.73390400409698 | 1.5000001192093 |
6 | 0.68986976146698 | 1.6000001430511 |