HomeGamesUpdatesPricingMethodology
Steam News26 October 20241y ago

Hotfix #1

Fixed an issue where the players currency would loop to -$2.147 Billion after reaching $2.147 Billion, this was due to the data type being int, which has an integer limit and will loop back around causing the issue.

Full notes

Full Pop the Corn: Kernel Clicker update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

2 fixes1 addition2 changes0 removals
  • Fixes
  • Balance
  • Events
  • Gameplay
fixedFixed an issue where the players currency would loop to -$2.147 Billion after reaching $2.147 Billion, this was due to the data type being int, which has an integer limit and will loop back around causing the issue. Changed it to long which supports almost infinite amounts of numbers.
changedIncreased the price for the butter and salt upgrade as they are very strong and broke the early gameplay.
changedIncreased rainbow popcorn drop chance, and it's multiplied value.
fixedFixed an issue with Salt and Butter Multipliers affecting all purchases and rewards.
addedAdded Descriptions to Salt and Butter Upgrades for clarity.

Fixed an issue where the players currency would loop to -$2.147 Billion after reaching $2.147 Billion, this was due to the data type being int, which has an integer limit and will loop back around causing the issue. Changed it to long which supports almost infinite amounts of numbers.

Increased the price for the butter and salt upgrade as they are very strong and broke the early gameplay.

Increased rainbow popcorn drop chance, and it's multiplied value.

Fixed an issue with Salt and Butter Multipliers affecting all purchases and rewards.

Added Descriptions to Salt and Butter Upgrades for clarity.

Source

Steam News / 26 October 2024

Open original post

Changelog.gg summarizes and formats this update. How we read updates.