SumRndmDde CCEX plugin command doesnt work on deployment

● ARCHIVED · READ-ONLY
Started by SGTgopher 8 posts View original ↗
  1. (hopefully in the right forum this time)
    Game works perfectly in the playtest within the engine,
    but as soon as I deploy as an index.html, the game acts like I don't even have the plugin turned on or something.
    plugins are as follows:
  2. You won't be able to use that plugin on a web browser like Firefox, Safari, etc., because it saves files locally (it stores the data on a local file on the player's computer). Web browsers do not read & write files locally to your computer - that's why the RPG Maker MV save file is not a file on the player's computer in HTML deployments, instead, the save data is saved to the browser's own storage.

    You can confirm this by opening the console in your browser (Firefox, Safari, etc.) when playing the deployed game, I bet you will see errors from these plugins.
  3. I am able to launch the game in firefox, but the plugin command for the character creator doesn't do anything in the game.
    My real problem I guess is that at some point rpgmaker stopped creating an exe file whenever I deployed for windows. I think windows defender detects it as a virus and deletes it automatically.
    id love to be able to play it without the need for firefox
  4. Then you need to whitelist that program in your AV to prevent its deletion.
  5. Wish I could. Windows defender seems glitched or something. Won’t open any settings when I click on the button to do so. I’m chatting with support about it, and hopefully everything will work...
  6. I was able to set exclusions after making a new user account, but it still doesnt make an exe.
    here is my project folder after deployment
  7. If you purchased RPG Maker from Steam, make sure to use the "Verify Integrity of Application Files" button. I had the same issue before and that fixed it for me.
  8. Okay so all of my problems are now solved at this point, thank you. I didnt have a steam version, so i just reinstalled. works like a charm