Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Talk:Veins Utilization (Upgrade): Difference between revisions

Discussion page of Veins Utilization (Upgrade)
Content deleted Content added
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.


{| class="wikitable"
Level Researched miningCostRate miningSpeedScale
|+ From program memory
None researched 1.0 1.0
|-
1 0.93999999761581 1.1000000238419
! Level Researched !! miningCostRate !! miningSpeedScale
2 0.88359999656677 1.2000000476837
|-
5 0.73390400409698 1.5000001192093
| None researched || 1.0 || 1.0
6 0.68986976146698 1.6000001430511
|-
| 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.

From program memory
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
🍪 We use cookies to keep session information to provide you a better experience.