aramesh's Forum Posts

  • 5 posts
  • digitalsoapbox thank you csv was perfect solution.however i did not understand your answer about line break.now my data is in array and i download its data as string (invoke download of string array.AsJSON ....) but unfortunately in excel all data shows in a line .do you have any suggestion about this?while i 'm using line break it shows as a string in excel file.

  • hi friends

    i save my data from an array in game to a text file in desktop,but the data save in a line and i want save each of array's row in newline in text file.is there anybody know how can i do this in construct?

    also i have another question is it possible to write and save data from array in construct to an excel file ?i need to save my data in to excel file but unfortunately i cant find a way to do this

  • Notepad ignoring linebreaks...

    https://notepad-plus-plus.org/ Notepad++

    http://brackets.io/ Brackets

    https://atom.io/ Atom

    hi

    could you pls explain how do you save your data in a notepad file.i need this in my app.

  • You will have to use the NW.js plugin for this, if you want to write dynamically to a text file.

    With NW.js, you can use the action "Append file" to add a new line to the file, every time something happens.

    If you don't want to export to NW.js, you can use a dictionary or Array and use the Browser action "Download String" to download the Dictionary or Array as JSON.

    could you please explain more about how can i use nwjs plugin?

    i use this tutorial but since txt file was not created

    scirra.com/tutorials/4870/save-and-load-game-in-a-specific-folder-using-nwjs-node-webkit

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • hi friends

    i need your help.

    i want save my player actions(like clicked position , clicked object and time ...) in text file out of my software since the player and participants dont need to be professional and every one could understand. my question is how can i save it in txt file ?also is it possible in construct?

    please help me as soon as possible

    tnx

  • 5 posts