# Tileset Studio 0.10 (Win only)

**URL:** https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395
**Category:** The Lab
**Created:** [March 12, 2014, 4:58pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395 "2014-03-12T16:58:30Z")
**Posts on this page:** 12
**Page:** 3

<div class="post-metadata">

### Author: ![Robik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/robik/32/1349_2.png) [@Robik](https://discourse.cataclysmdda.org/u/Robik)
#### Post date: [April 9, 2016, 4:56pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/41 "2016-04-09T16:56:29Z")

</div>

> [@Mshock](#):
>
> Hi, Robik. In new experimental versions items that have “copy-from” in them do not appear on the list and tiles are marked as undefined. Is it possible to fix?

Yo! I see where the problem comes from. Hopefully, the fix won’t be too complicated. I’ll check tomorrow.

Edit: link in the OP was updated to new version, which hopefully fixed the issue

---

<div class="post-metadata">

### Author: ![Mshock](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/mshock/32/1346_2.png) [@Mshock](https://discourse.cataclysmdda.org/u/Mshock)
#### Post date: [April 10, 2016, 5:25pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/42 "2016-04-10T17:25:16Z")

</div>

Thanks. Really appreciated. Will try as soon as possible. Love you.

---

<div class="post-metadata">

### Author: ![nuker22110](https://avatars.discourse-cdn.com/v4/letter/n/53a042/32.png) [@nuker22110](https://discourse.cataclysmdda.org/u/nuker22110)
#### Post date: [May 27, 2016, 1:46pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/43 "2016-05-27T13:46:13Z")

</div>

has the incompatibility with chesthole tileset been fixed?  
am receiving an error:

error reading string. unexpected token:startarray. Path ‘tiles-new[0].tiles[62].id’, line 384 , position 18

followed by a whole bunch of text

---

<div class="post-metadata">

### Author: ![Robik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/robik/32/1349_2.png) [@Robik](https://discourse.cataclysmdda.org/u/Robik)
#### Post date: [May 27, 2016, 2:08pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/44 "2016-05-27T14:08:36Z")

</div>

[quote=“nuker22110, post:43, topic:5395”]has the incompatibility with chesthole tileset been fixed?  
am receiving an error:

error reading string. unexpected token:startarray. Path ‘tiles-new[0].tiles[62].id’, line 384 , position 18

followed by a whole bunch of text[/quote]

Nope.

And I am not sure I want to, adding support for isometric definitions is a lot of work.

---

<div class="post-metadata">

### Author: ![nuker22110](https://avatars.discourse-cdn.com/v4/letter/n/53a042/32.png) [@nuker22110](https://discourse.cataclysmdda.org/u/nuker22110)
#### Post date: [May 27, 2016, 4:18pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/45 "2016-05-27T16:18:40Z")

</div>

[quote=“Robik, post:44, topic:5395”][quote=“nuker22110, post:43, topic:5395”]has the incompatibility with chesthole tileset been fixed?  
am receiving an error:

error reading string. unexpected token:startarray. Path ‘tiles-new[0].tiles[62].id’, line 384 , position 18

followed by a whole bunch of text[/quote]

Nope.

And I am not sure I want to, adding support for isometric definitions is a lot of work.[/quote]

hmm i am not trying to load the isometric tileset, if it helps, just the 2d one top down view one. unless that also contains isometric definitions?

---

<div class="post-metadata">

### Author: ![baldamundo](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/baldamundo/32/2859_2.png) [@baldamundo](https://discourse.cataclysmdda.org/u/baldamundo)
#### Post date: [May 28, 2016, 6:26am UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/46 "2016-05-28T06:26:42Z")

</div>

Yeah, I can’t get the non-isometric version of Chesthole working with this either!

---

<div class="post-metadata">

### Author: ![Robik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/robik/32/1349_2.png) [@Robik](https://discourse.cataclysmdda.org/u/Robik)
#### Post date: [May 30, 2016, 6:58am UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/47 "2016-05-30T06:58:40Z")

</div>

That is because even though name of the tileset do not indicate it, it still contains isometrics definitions (no, I don’t know why).

Example:

```
    {
      "id": "t_brick_wall",
      "fg": [2989, 2990, 2989, 2990],
      "bg": 632,
      "rotates": true,
      "multitile": true,
      "additional_tiles": [
        {
          "id": "corner",
          "fg": 2991
        }
        ]
    }

```

That “fg” field should have only one numeric value, as the bg field has. Instead it contains an array of multiple values.

---

<div class="post-metadata">

### Author: ![baldamundo](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/baldamundo/32/2859_2.png) [@baldamundo](https://discourse.cataclysmdda.org/u/baldamundo)
#### Post date: [May 30, 2016, 7:49am UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/48 "2016-05-30T07:49:07Z")

</div>

Huh, okay. Might it work if Tileset Studio was set to just ignore the numbers after the first in cases like that?

---

<div class="post-metadata">

### Author: ![Robik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/robik/32/1349_2.png) [@Robik](https://discourse.cataclysmdda.org/u/Robik)
#### Post date: [May 30, 2016, 9:59am UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/49 "2016-05-30T09:59:19Z")

</div>

Or someone could fix format of the file before feeding it to the application.

---

<div class="post-metadata">

### Author: ![Taerzik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/taerzik/32/611_2.png) [@Taerzik](https://discourse.cataclysmdda.org/u/Taerzik)
#### Post date: [March 25, 2017, 9:01pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/50 "2017-03-25T21:01:52Z")

</div>

Would someone make a download available, please? The link in the first post is dead.

---

<div class="post-metadata">

### Author: ![Zhilkin](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zhilkin/32/3749_2.png) [@Zhilkin](https://discourse.cataclysmdda.org/u/Zhilkin)
#### Post date: [March 28, 2017, 8:48am UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/51 "2017-03-28T08:48:49Z")

</div>

Sorry, it seems I’ve deleted it from my PC.

---

<div class="post-metadata">

### Author: ![Robik](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/robik/32/1349_2.png) [@Robik](https://discourse.cataclysmdda.org/u/Robik)
#### Post date: [March 29, 2017, 9:23pm UTC](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395/52 "2017-03-29T21:23:24Z")

</div>

I moved the zip to Google Drive and fixed the link in the first post.

[Previous page](https://discourse.cataclysmdda.org/t/tileset-studio-0-10-win-only/5395.md?page=2)
