I hope I chose the right Forum-Section for this. Maybe someone can help me with this problem, I am not really into JS unfortunately..
It's happening with 2 Plugins from @SumRndmDde
SRD_SuperToolsEngine and SRD_CharacterCreatorEX
First of all: When I deploy my game to "Windows" and run it through that Game.exe file, everything works fine and there is no error appearing.
But when I deploy to web or iOS/Android (which is webbased too as far as I understand), the character creator is not opened ingame. I tested it with multiple browsers (newest versions) and it always showed the same result.
The browser console reads this:
Code:
ReferenceError: process is not defined SRD_SuperToolsEngine.js:206:1
<anonym> file:///C:/tmp/Conundria/www/js/plugins/SRD_SuperToolsEngine.js:206:1
<anonym> file:///C:/tmp/Conundria/www/js/plugins/SRD_SuperToolsEngine.js:183:2
TypeError: FileManager.checkDataExists is not a function SRD_CharacterCreatorEX.js:630:2
_.checkFileExists file:///C:/tmp/Conundria/www/js/plugins/SRD_CharacterCreatorEX.js:630:2
<anonym> file:///C:/tmp/Conundria/www/js/plugins/SRD_CharacterCreatorEX.js:648:1
<anonym> file:///C:/tmp/Conundria/www/js/plugins/SRD_CharacterCreatorEX.js:423:2I have no idea what could cause this problem as it works with the .EXE version of the game. The problem is, that I am actually wanting to release on iPad/iPhone but without this plugin I'd have to change half of my game and could aswell start from scratch. Does anyone know where this error might come from? Is there anything I can do about it? Or am I lost without the support of the original developer..?