Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
P.D. I am not using the built in hi-score object, maybe I should?
Second edit: just remade my program using the built in hi-scores and it works in my machine but it doesn't when I upload the content to the hosting as html.
https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=907694001
When testing the HTML5 INI example using 'Run Application' the 'Load' button works as programmed (loading the saved data from the info.ini file). However, the 'Load' button doesn't work when using 'Build and run'.
Notes:
I'm using Fusion Developer (Steam version) with HTML5 Export Module and changed the build type to HTML5 Final Project for testing. Letting you know I also tested the following but got the same result as 'Build and run':
-First uploaded and tested HTML5 Final build to server as is
-Added the info.ini file to Data Elements > Binary Data
-After that test, in the Event Editor, I edited the first action of the 'Start of Frame' event to 'Set current file to: Apppath$ + "info.ini"' and placed info.ini in the main folder, beside index.html.
-Then I tested 'Set current file to: Apppath$ + "resources\info.ini" and placed the info.ini file in the 'resources' folder.
-Uploaded those versions to the server also but same result as 'Build and run.'
-Tested this on Firefox, Chrome, and Edge browsers. When inspecting their Console logs they had the following TypeError (it appears in the log when the 'load' button and 'save' button is clicked):
Uncaught TypeError: k.L.h.rQ is not a function
at b.type.N.bh.b.type.N.qj.e.onclick (Runtime.js:642:496)
b.type.N.bh.b.type.N.qj.e.onclick @ Runtime.js:642
Based on that TypeError, does the HTML5 Export Module need an update to resolve that issue? If so, would I receive an automatic update through Steam? If applicable, could you please share an updated version of the HTML5 INI example?
Looking forward to your reply in resolving this issue.