Having trouble with graphics

● ARCHIVED · READ-ONLY
Started by thestormlizard 3 posts View original ↗
  1. So I was throwing in plugins left and right into my game like ya bois do. I opened the database, clicked actors and then pressed side view battler and everything was fine, pressed character and... nothing popped up just the word none at the top. Pressed face and it as normal, then after a bit of digging threw some random stuff Side view battler and face wouldn't show up. Now I'm puzzled and scared out of my mind, this is my first game on mv and I spent a really long time making this rpg :I
  2. Most likely either the file path to the project or the filenames themselves do not conform to networking rules.

    This is an absolute requirement due to the way how HTML5-games and deployment works, and files that do not follow the rules are not listed in the resource section - simply because the engine can't use them correctly once deployed. (earlier versions of the editor still allowed the windows-override to force the availability of those wrong filenames, but that resulted in problems later and was changed)

    Networking rules means that all non-latin letters, spaces and half the special symbols are forbidden.

    If you can't correct the problem with this info, please post the full directory path to the project and attach one of the files that you can't use, then we can search where exactly it went wrong.
  3. Andar said:
    Most likely either the file path to the project or the filenames themselves do not conform to networking rules.

    This is an absolute requirement due to the way how HTML5-games and deployment works, and files that do not follow the rules are not listed in the resource section - simply because the engine can't use them correctly once deployed. (earlier versions of the editor still allowed the windows-override to force the availability of those wrong filenames, but that resulted in problems later and was changed)

    Networking rules means that all non-latin letters, spaces and half the special symbols are forbidden.

    If you can't correct the problem with this info, please post the full directory path to the project and attach one of the files that you can't use, then we can search where exactly it went wrong.

    okay so I restarted my computer and it seemed to fix the problem I think?