- Joined
- Jan 5, 2015
- Messages
- 413
- Reaction score
- 174
- First Language
- Spanish
- Primarily Uses
- N/A
Hello there, I would desperate request the help of my community. Soo.... now that my game is 100% finished I deployed my game in HTML5. I have imported the HTML5 game into visual studios so I can deploy the game as a windwos 10 application that will be accepted by the windwos store. Here lies my problem. When I compile my game in visual studios everything runs perfectly and I now have a game that is a windwos 10 app. HOWEVER, windwos store will not let you submit apps if your files are not in "UTF 8" format *face palm**smh**ridicule**sadness**extreme sulking* ok fine, I convert all my Javascript files into UTF 8 format and then compile my game again in visual studios. The new app which now contains UTF 8 files runs perfectly buuuuut it only runs the core Javascript files in UTF8 format it does NOT run the plugin Javascript files in UTF 8. So basically my game is running as if it had no plugins. What I think could fix the problem is to have the Javascript file named Plugins be edited to also read Javascript plugins in "UTF 8 Encoding" with signature. Any help is desperately appreciated. I am in the hands of my beloved community now as I have never touched a line of core for Javascript so I appologize for my newblet abilities.