Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Same issue for "FirehawkADK is not defined", here is the screenshot:
Solution:
In CookTool..
The correct line is:
var FirehawkADK = FirehawkADK || {};

And for FullScreenPlus, I had to rename the variable isHandled to isHandled2... maybe another script was using it has a global variable.

Yeah. The isHandheld is decalred by CookToolAddOn, thus causing the error. I've updated that plugin again to fix the error.