ANNOUNCEMENT: Development direction may change as we split development between creating a client sided API and interfacing with the Official TBA BoxCritters APi
Mod Loader and API for Box Critters
Notice: The Below informartion is not final
var ModName = (function() {
class ModName extends BCML_Mod {
Init() {
}
Update() {
}
return BCML_Singleton(ModName)
}
})();
BCML_ModLoader.RegisterMod(ModName);
INFO: The below information is for developers of BCML and not for aspireing mod developers. THIS IS FOR IF YOU WANT TO CONTRIBUTE TO BCML*
Install Node.js https://nodejs.org/en/download/
Install GruntCLI
npm install grunt-cli -g
Install dependencies
npm install
npm start
Notice: The Below informartion is not final
BCML_ModLoader.Init();
This need to be places where Box crittes initialises.
BCML_ModLoader.Update();
This needs to be placed somewhere within the game loop of Box Critters or the equivalent