Mtarnuhal / FrozenCookies

An automated Cookie Clicker tool.
27 stars 22 forks source link

"Undefined" in console and no effect on game #81

Closed kyleIDMI closed 3 years ago

kyleIDMI commented 3 years ago

CaptureCookie

Tried in Chrome, Firefox, and Edge. Opened F12 dev tools > console > pasted in

javascript:(
    function () {
        Game.LoadMod('https://mtarnuhal.github.io/FrozenCookies/frozen_cookies.js');
    }()
);

I get this

Loaded the mod https://mtarnuhal.github.io/FrozenCookies/frozen_cookies.js, frozen_cookies.

it then says 'undefined' (with no file, which is odd) then continues loading

Mod "Frozen Cookies mtarnuhal " added. main.js:1468:12 [12d 23h 4m 36s] Load: Restored Frozen Cookies settings from previous save fc_main.js:2100:17 [12d 23h 4m 36s] Load: Initial Load of Frozen Cookies v .1.10.0. (You should only ever see this once.) fc_main.js:2100:17

I then don't see any changes on my cookie clicker game. I went to Options > [Check mod data] and I see Frozen Cookies mtarnuhal there, with 854 chars.

ChocolateChipBakery (2).txt

I have attached my save game data as well (you may have to delete the other mod there, then click save, then try again)

kyleIDMI commented 3 years ago

Never mind, I'm an idiot. I figured it out. My apologies.