Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hardware Tycoon

Design and sell hardware to outdo the competition in this free tycoon! · By hi

How to read c2array

A topic by HaveFUNRICH1 created May 21, 2022 Views: 293 Replies: 1
Viewing posts 1 to 2
(1 edit)

How to read c2array,

It's basically Construct 2's proprietary format that's probably not intended for manual edition.

The "data" field is a nested array (1-dimensional table of items delimited by square brackets []). In the case of Hardware Tycoon, the first level (so the second pair of square brackets) is a column, with every field being its own one-element array.
So for example:

"data":[[[1],[2]], [[3],[4]]]

would be a 2D table that looks like this:

13
24