Cookie Clicker

Cookie Clicker

Auto Click and Buy Mod
Showing 1-10 of 22 entries
< 1  2  3 >
Update: Feb 16, 2024 @ 3:31pm

Hotfix, Translations

This update introduces another fix for autobuy calc_bonus, since the way I handled Game.CalculateGains did resolve the Game.cookiesPsRawHighest issue - but did not function as intended. I changed the way it's handled again and this update does look promising from my initial tests.

Translations.
I went through most of the code and began implementing a translation function. ACABM now has support for
EN (English), FR (French), DE (German), NL (Dutch), CS (Czech), PL (Polish), IT (Italian), ES (Spanish), PT-BR (Portuguese), JA (Japanese), ZH-CN (Chinese), and RU (Russian).
These translations (except EN) were done in bulk with - if you would like to update the translations and make corrections, please send me a comment or GitHub: https://github.com/elliotks/ACABM/issues

Update: Feb 12, 2024 @ 10:22am

Hotfix!

I was able to isolate the (Game.cookiesPsRawHighest) issue and create a fix. The issue was regarding the ACABM calc_bonus function that utilized Cookie Clickers core: Game.CalculateGains() function. This was a really good find, so thank you for working with me, especially Dallinger for taking the time to help provide further information for me to trace the issue.

Along with the calculation fix, I have also added automatically buying the first (non-vaulted) building available if no buildings were purchased yet. - required for AutoBuy to begin it's calculations. Basically you won't need to manually buy a building to start.

Update: Feb 10, 2024 @ 3:43pm

Hotfix?

Introduced checking if the game is in Ascend mode for various actions in the script to attempt to resolve the following issue reported by Dallinger and confirmed by Daffron.

-------------

Dallinger Nov 29, 2023 @ 1:49pm
Hi wanted to check on a possible issue if my tests are correct. I'v been having trouble with max CPS being way too high for stock market purchases, (effectively locking me out) and found that my CPS this ascension was crazy high, even right after ascending and having clicked nothing. In the billions.

I found that ascending with auto buy on kept the high max CPS but turning it off before ascending kept it correct at zero from the start and followed my accurate stats upward. But, turning on auto buy immediately skyrocketed my max CPS even if I had not purchased any buildings. This was the only mod I was running to make sure of the issue.

Do I not know something or is this off? Thanks!

-------------

Not the best quality work around, I need to review how to reduce the number of placements in the script. I was thinking about doing it with settings but would then need to add a loop. Github any suggestions.

// If the player is ascending or the ascend timer is greater than 0, return.
if (Game.OnAscend || Game.AscendTimer > 0) {
return;
}

Update: Nov 30, 2023 @ 11:28am

Hotfix

Users with old saves that used ACABM were not converting to the new ACABM save format properly. This update resolves the issue.

Update: Oct 5, 2023 @ 11:13am

Resolved* Calculator issue introduced in 2.33 that caused the mod to revert to 2.32.
Includes updates introduced in 2.33 - Update: Aug 9

Update: Aug 10, 2023 @ 5:11pm

Sad day, first revert of an update I needed to do.

reverted script back to
07/21/2023 version 2.32

Thankfully nothing major feature wise will be lost because of this.

Sorry everyone, will try to resolve the issue over the weekend.

Update: Aug 9, 2023 @ 9:27pm

08/09/2023

Changes
  • Updated code base with Github Copilot / Claude 2 guidance. The script is contained properly now, more robust and readable.
  • Created Github Repo https://github.com/elliotks/ACABM help me out and push some fixes!
  • Removed Auto Season - it did nothing and hasn't done anything for the 2+ years it has existed in the mod. 😅
  • Added: AutoClick Special - Skip Forced Wrath - While enabled Wrath Cookies with Forced Wrath (High % of receiving negative effects) will not be clicked. I spent some time reviewing the Cookie Clicker source and this is the only type of negative wrath cookies I can predict will provide negative effects over other wrath cookies since the effects are chosen randomly by the game and can't be detected before clicking on them. Don't expect much from this option.
  • General improvements to current features handling.

Update: Jul 21, 2023 @ 3:43pm

07/21/2023 - #2

Changes
  • QoL added status message under AutoPet Krumblor options menu to help with requirements and show what unlocks are remaining.
  • Fixed issue with AutoPet Krumblor, was using the wrong method for checking if you unlocked it (was checking if you owned the unlocked upgrade)
  • Fixed issue with Ascend Luck while displaying requirements in the options menu.

Update: Jul 21, 2023 @ 1:49pm

07/21/2023

Changes
  • QoL added "AutoBuy" Manual Refresh option for those who don't want to wait for the Options menu to refresh. Wait times after AutoBuy queues a purchase will be updated now as well.
  • Updated feature "Ascend Luck" to do all requirement checks and display what Heavenly Upgrades are required. Used for unlocking Lucky digit and Lucky number in addition to Lucky payout. Not fully tested, post comment if you have issues. "Automatically Ascends you when conditions are met and toggles this feature to off. Turn back on manually if you have more to unlock. Does not buy the Heavenly upgrade for you."

Update: Jul 20, 2023 @ 8:58pm

07/20/2023

I tested the changes out for about 6 hours, I think everything is working properly. Please submit a comment if anything is broken.

Changes
  • QoL Update so people can collapse/collapse AutoBuy, AutoClick Special, and Auto Wrinkler options before turning them on. Lowered Max AutoClick delay to 3 seconds for easier adjusting.
  • Added AutoBuy option to "Vault" upgrade Chocolate Egg. This is for people who did not get the Inspired Checklist upgrade yet to Vault upgrades. This is a static list, if you want more added submit a comment with the list.
  • Added Auto Wrinkler options so you can set how many you want before popping them, also added the option to pop Shiny Wrinklers. Which will pop them if you do not have any more Normal Wrinklers and hit your Max Wrinklers set.
  • Added AutoClick Special options, now you can set which Shimmers to AutoClick.