OPG's Forum Posts

  • 5 posts
  • Great thank you for your help.

    vtrix I'll try the CSV plugin but i guess I won't be able to put my game on the arcade if I use it.

    trollface I'll also have a look to your level editor, the initial time investment will probably allow me to save a lot of trouble later on !

  • Hi Aphrodite,

    I'm french too so we will both make English mistakes !

    Thank you for your answer, however it is not the good solution for me.

    I plan to make a 100x100 array with a specific data in each spot. If I go through C2 to make it, it means doing 10 000 events to fill each spot...

    I would like for example to use a CSV file that I could edit in Excel and then "translate" it to an Array in C2.

    Perhaps I am wrong but there is no way of "filling" manually an Array in C2 without doing a lot of events ?

    Merci !

  • I am trying to make an RPG and I need to enter a great amount of data in 3D arrays (world map, objects, dialogs...). I would like to work on text files and then load them in arrays at start of layout for use in the game. I know there are already multiple topics on this problem but none of them provide a clear way of doing this.

    Here is what I figured out :

    • You can use a super long JSON string, but the syntax is not intuitive and not suitable for great amount of data
    • You can add external files in the game project file and call them through AJAX but I am missing a step on how to fill the array

    Here are my questions :

    • What text file format should I be working on ? (.txt, .xml, Json, other ?)
    • How can I get the data from the text file and fill the arrays with them ?

    Those questions were asked before but I coudln't understand the answers given. Could someone help me please ?

  • It works !

    Thank you for the answer Anima.

    OPG

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi !

    I would like to know how to insert clickabe items on my game's main menu that would open the user's browser on a particular webpage.

    The purpose is to bring the player on the twitter or facebook page of the game or to the webpage where he can download new levels or updates.

    Thank you for your help !

    OPG

    (Sorry if there was already a topic on that in the forum, i was unable to find it...)

  • 5 posts