How do i can save all instances of one object in string?

0 favourites
  • 3 posts
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • I need to save all instances of placeable objects in string, how i can do it? (I am making sandbox multiplayer game).

  • I need to save all instances of placeable objects in string, how i can do it? (I am making sandbox multiplayer game).

    Hmm... You could try adding all the information to an array, since that saves as a string, but you would need to save pos.x & pos.y of objects and other variables such as object type etc.

    Then use the create object at pos.x & pos.y (of the values in array)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > I need to save all instances of placeable objects in string, how i can do it? (I am making sandbox multiplayer game).

    Hmm... You could try adding all the information to an array, since that saves as a string, but you would need to save pos.x & pos.y of objects and other variables such as object type etc.

    Then use the create object at pos.x & pos.y (of the values in array)

    Thank you so much! Everything working nice!)

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