Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
HI,
When I save data.json in my proyect, after I cant get it in my hard disk
I need to put this file json in my proyect dir, becouse it read a lot of information in the start of my game.
but I cant get it in my hard disk.
Tks
Rgds
Develop games in your browser. Powerful, performant & highly capable.
I hear ya, I'm trying to do the same thing. I want to store and load json data but the only option i can see is to download and that just sticks it in my download directory. i cant even get the dictionary or array json load to work, even from within the imported files list.... and the manual and tutorials don't detail how to do these things, they just say that you can... !?
The way I do it is trough Node-Webkit Write action. Then you add it to project files trough c2, and request it using ajax. As in to the attachment (just not in this configuration but I think you're getting the point).