[PLUGIN] CSV, CSV2Array, CSV2Dictionary

0 favourites
From the Asset Store
The I18N (Translation) is a Construct plugin created to translate text in game.
  • Ragtime: try checking for errors in your browser.

    Do your project use physics and the enable/disable collisions actions ?

  • I use physics but not the enable/disable collisions actions (not yet).

    Here is the error message:

    <img src="http://dl.dropbox.com/u/39121175/screenshots/CSVproblem03.png" border="0" />

  • I've put my table into the example file and it worked... It must come from something specific to my project <img src="smileys/smiley13.gif" border="0" align="middle" /> Maybe physics, as you said......?

    What should I do? This plugin was supposed to be so useful for my project...

  • Update:

    Add expression:

    • ColCnt: get column count
    • RowCnt: get row count
  • Rexrainbow all your plugins seems to be very polished and useful. Thank you for your contribution.

    I'm new to construct 2 and and read the whole thread. But something is not clar for me.

    Let's say that I have 20 stages. And I need to store 3 variables:

    Player health

    Hits taken

    Total damage done

    (also the current stage number)

    I need to save those variables in a file every time the player passes through a stage. So that I can analyze the players progress.

    Is that possible with this plugin? Or, can someone highlight how I can do this?

  • Zerei

    I'm not sure want you want.

    CSV can transfer its 2d array into string, so that it can be saved into webstorage.

    If you only need to save 3 variables, you can try hash table plugin, it can transfer data into string, too. (and more easy to use)

  • Zerei

    I'm not sure want you want.

    CSV can transfer its 2d array into string, so that it can be saved into webstorage.

    If you only need to save 3 variables, you can try hash table plugin, it can transfer data into string, too. (and more easy to use)

    I see.what I want is to keep track of that players scores through a file.

    I'll check that plugin and come with an answer by tonight. Thanks! :)

  • Zerei

    You can try webstorage directly. <img src="smileys/smiley36.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah. I'll study more.

    Because my aim is to use construct for neuropsychological (and psychological) research. So the data is extremelly important for me :)

    Also, how precise is the timer in "HTML5"? A respected psychological test needs to be accurate. That's why I must know if construct 2 is good for reaction time tests.

  • Zerei

    You can try System date and time plugin.

    BTW, I don't know "how precise" of timer in javascript.

  • I made a post about it. So that we may not pollute your post with this discussion :)

    Edit: it's in the general section.

  • beatsbydrepl

    1. C2 editor uses double quotes " to display a string, like

    hi -> "hi"

    If user wants to have double quotes in a string, he/she need to use two double quotes to display a double quotes.

    say, "hi" -> "say, ""hi"""

    2. sometimes, CSV will add double quotes in the string. If user copy string directly, he/she should be careful about double quotes in point 1.

  • Update:

    Add version mark to 1.0

  • Let me see if I got it... this is basically an Array object that I can edit on Excel and then import into construct? Could this be used to make a level editor?

  • 7Soul

    Yes, it can make a level editor, depend on what kind of level editor do yo make.

    Another choice is Sprite Bank.

    They are using in different kind of level editor.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)