erbkaiser / FrozenCookies

Messing with frozen cookies
33 stars 11 forks source link

[Feature] More building limits for Godzamok #134

Open Aran-Fey opened 1 year ago

Aran-Fey commented 1 year ago

Currently, it's possible to manually set an upper limit for Mines and Factories. Could this option be added for more types of buildings? Banks, for example, only produce about 0.3% of my CPS - I'd rather use them as fodder for Godzamok.

erbkaiser commented 1 year ago

I'll look into this at some point when I overhaul auto-Godzamok.

Aran-Fey commented 1 year ago

I'm thinking of submitting a PR, but I can't think of a way to set up a nice development environment for this. Since all the scripts are loaded via an URL, I'd have to store my code somewhere online, and upload a new version of the file every time I make a change? That's extremely cumbersome. Do you have any advice?

erbkaiser commented 1 year ago

Unfortunately the way Cookie Clicker works it expects all content to be served via URL, and converting to localhost is a huge hassle. It's why I even have my own repository of FC, so I could use Github pages to test stuff.