I just wanted to be sure of one thing: it is impossible to have a project file downloaded with the game during the first loading, we need to load it separately via an ajax request project file, right?
So it is better to load a needed file at the startup of the game I would guess, and hope for it to download with no errors, or could there be a way to download a project file at the same time as the rest of the project?(and for people wondering why you would need that: organisation, I do not see anyone wanting to have entire walls of texts hardcoded in events, and some of those informations may be needed for the game to run if the connection just breaks during gameplay).