Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Instead of registering the 'create' hook (for some reason, this entire hook doesn't work if CCSE is enabled), you can use nothing.
Literally, removing the Game.registerHook and just running the code right when the mod initializes works (and I have tested it, though if it does fail to work, having a small wait by using:
setTimeout(() => {code here}, 500)
should work (as it waits half a second before running the code where 'code here' is)).
(CCSE is really odd)
if it doesn't make a offline version
Not to speak for or in behalf of Klattmose, maybe the backend changes are necessary for CCSE to work, but it feels silly that you basically make a mod that essentially replaces Cookie Clicker with a custom version. This makes most mods have to work around yours or etc, when most mods use yours as a base for theirs.