# RetroDays Tileset

**URL:** https://discourse.cataclysmdda.org/t/retrodays-tileset/5201
**Category:** The Lab
**Created:** [February 24, 2014, 11:16pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201 "2014-02-24T23:16:24Z")
**Posts on this page:** 20
**Page:** 5

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 12, 2014, 6:27am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/81 "2014-07-12T06:27:16Z")

</div>

Cool - thanks. 🙂

Well, once I’ve finished updating it and worked out how to do it, I’ll put up a PR.

---

<div class="post-metadata">

### Author: ![Heema](https://avatars.discourse-cdn.com/v4/letter/h/e68b1a/32.png) [@Heema](https://discourse.cataclysmdda.org/u/Heema)
#### Post date: [July 14, 2014, 12:29pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/82 "2014-07-14T12:29:28Z")

</div>

Cant wait for the update

plz make a 20x also like your previous version

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 14, 2014, 1:11pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/83 "2014-07-14T13:11:26Z")

</div>

A lot of stuff came up over the last few days so I haven’t had time to work on it, but it (still) shouldn’t be too long.

I’ll put both 10px and 20px versions in the PR, yeah; same as in the mod (so they appear as two separate options in the tileset menu). If people don’t want them both to be in there, then I’ll put the one that’s left out on the mod page instead.

---

<div class="post-metadata">

### Author: ![Efimero](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/efimero/32/330_2.png) [@Efimero](https://discourse.cataclysmdda.org/u/Efimero)
#### Post date: [July 14, 2014, 1:54pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/84 "2014-07-14T13:54:21Z")

</div>

I just wanted to let you know you have my full support. I love retro days and I think it should be one of the default sets, specially if it falls back to letters when needed.

Good job and keep it up. =D

---

<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: [July 14, 2014, 5:30pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/85 "2014-07-14T17:30:31Z")

</div>

I am hyped for updated version. Thanks!

---

<div class="post-metadata">

### Author: ![JazzGuru](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/jazzguru/32/2587_2.png) [@JazzGuru](https://discourse.cataclysmdda.org/u/JazzGuru)
#### Post date: [July 14, 2014, 9:08pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/86 "2014-07-14T21:08:16Z")

</div>

This is excellent news!

I’ve been using the RetroDays tileset since I began playing CataDDA a few months ago.

One of my pet peeves is always having to edit the .txt files in the RetroDays tile folder, whenever I am setting up the latest experimental, so that the game will recognise it…

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 15, 2014, 7:02am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/87 "2014-07-15T07:02:27Z")

</div>

Thanks everyone. 🙂

I’ve finished updating it now (as far as I know) - except for artefacts, as they don’t seem to be defined in the jsons so I can’t get their IDs that way. I found this in [here](https://github.com/CleverRaven/Cataclysm-DDA/blob/36016ddaa41af323f0944dabf583b45a18418ea6/src/artifact.cpp) though:

`{
    artifact_shape_datum tmp_artifact_shape_data[ARTSHAPE_MAX] = {
        {"BUG", "BUG", 0, 0, 0, 0},
        {_("sphere"), _("smooth sphere"), 2, 4, 1, 1150},
        {_("rod"), _("tapered rod"), 1, 7, 1, 800},
        {_("teardrop"), _("teardrop-shaped stone"), 2, 6, 1, 950},
        {_("lamp"), _("hollow, transparent cube"), 4, 9, 1, 350},
        {_("snake"), _("winding, flexible rod"), 0, 8, 1, 950},
        {_("disc"), _("smooth disc"), 4, 6, 200, 400},
        {_("beads"), _("string of beads"), 3, 7, 1, 700},
        {_("napkin"), _("very thin sheet"), 0, 3, 1, 350},
        {_("urchin"), _("spiked sphere"), 3, 5, 200, 700},
        {_("jelly"), _("malleable blob"), 2, 8, 200, 450},
        {_("spiral"), _("spiraling rod"), 5, 6, 200, 350},
        {_("pin"), _("pointed rod"), 1, 5, 100, 1050},
        {_("tube"), _("hollow tube"), 2, 5, 350, 700},
        {_("pyramid"), _("regular tetrahedron"), 3, 7, 200, 450},
        {_("crystal"), _("translucent crystal"), 1, 6, 200, 800},
        {_("knot"), _("twisted, knotted cord"), 2, 6, 100, 800},
        {_("crescent"), _("crescent-shaped stone"), 2, 6, 200, 700}
    };`

Does anyone know if I can I use those (sphere, rod, teardrop, etc) as the IDs for the artefacts so I can give them tiles? If I had a save where my character actually had one I could test it, but I haven’t found one since 0.9 stable…

Anyway, besides that I want to do a bit of testing and I still need to learn how to do PRs… but this should be out fairly soon, overall.

---

<div class="post-metadata">

### Author: ![KA101](https://avatars.discourse-cdn.com/v4/letter/k/278dde/32.png) [@KA101](https://discourse.cataclysmdda.org/u/KA101)
#### Post date: [July 15, 2014, 7:39am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/88 "2014-07-15T07:39:44Z")

</div>

[quote=“Antistar, post:87, topic:5201”]Thanks everyone. 🙂

I’ve finished updating it now (as far as I know) - except for artefacts, as they don’t seem to be defined in the jsons so I can’t get their IDs that way. I found this in [here](https://github.com/CleverRaven/Cataclysm-DDA/blob/36016ddaa41af323f0944dabf583b45a18418ea6/src/artifact.cpp) though:

`{
    artifact_shape_datum tmp_artifact_shape_data[ARTSHAPE_MAX] = {
        {"BUG", "BUG", 0, 0, 0, 0},
        {_("sphere"), _("smooth sphere"), 2, 4, 1, 1150},
        {_("rod"), _("tapered rod"), 1, 7, 1, 800},
        {_("teardrop"), _("teardrop-shaped stone"), 2, 6, 1, 950},
        {_("lamp"), _("hollow, transparent cube"), 4, 9, 1, 350},
        {_("snake"), _("winding, flexible rod"), 0, 8, 1, 950},
        {_("disc"), _("smooth disc"), 4, 6, 200, 400},
        {_("beads"), _("string of beads"), 3, 7, 1, 700},
        {_("napkin"), _("very thin sheet"), 0, 3, 1, 350},
        {_("urchin"), _("spiked sphere"), 3, 5, 200, 700},
        {_("jelly"), _("malleable blob"), 2, 8, 200, 450},
        {_("spiral"), _("spiraling rod"), 5, 6, 200, 350},
        {_("pin"), _("pointed rod"), 1, 5, 100, 1050},
        {_("tube"), _("hollow tube"), 2, 5, 350, 700},
        {_("pyramid"), _("regular tetrahedron"), 3, 7, 200, 450},
        {_("crystal"), _("translucent crystal"), 1, 6, 200, 800},
        {_("knot"), _("twisted, knotted cord"), 2, 6, 100, 800},
        {_("crescent"), _("crescent-shaped stone"), 2, 6, 200, 700}
    };`

Does anyone know if I can I use those (sphere, rod, teardrop, etc) as the IDs for the artefacts so I can give them tiles? If I had a save where my character actually had one I could test it, but I haven’t found one since 0.9 stable…

Anyway, besides that I want to do a bit of testing and I still need to learn how to do PRs… but this should be out fairly soon, overall.[/quote]

Artifacts are randomly generated as needed, so they don’t have fixed IDs. What you’ve got there is the list of possible shapes for “natural” (as seen in STALKER) artifacts, generally found in anomalous rubble patches. It’s as good a starting point as any for the graphic…

BUT I just debug-spawned one in and the id was “artifact\_0” so it’s not gonna be easy. Same for the clairvoyance cube and an artifact sword I got from a mine; artifact\_1 and artifact\_2 respectively.

---

<div class="post-metadata">

### Author: ![Turtlicious](https://avatars.discourse-cdn.com/v4/letter/t/35a633/32.png) [@Turtlicious](https://discourse.cataclysmdda.org/u/Turtlicious)
#### Post date: [July 15, 2014, 8:26am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/89 "2014-07-15T08:26:55Z")

</div>

Can’t wait to play this tileset once it’s %100. You wouldn’t happen to have an update with everything else you’ve just made? Or will it be in a PR.

e: In fact, do you think you could give us the copy with everything but the Artifacts?

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 15, 2014, 10:52am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/90 "2014-07-15T10:52:50Z")

</div>

[quote=“KA101, post:88, topic:5201”]Artifacts are randomly generated as needed, so they don’t have fixed IDs. What you’ve got there is the list of possible shapes for “natural” (as seen in STALKER) artifacts, generally found in anomalous rubble patches. It’s as good a starting point as any for the graphic…

BUT I just debug-spawned one in and the id was “artifact\_0” so it’s not gonna be easy. Same for the clairvoyance cube and an artifact sword I got from a mine; artifact\_1 and artifact\_2 respectively.[/quote]

Alright… in that case I’ll just leave it to the ASCII fallback to handle artefacts. Thanks for the info.

[quote=“Turtlicious, post:89, topic:5201”]Can’t wait to play this tileset once it’s %100. You wouldn’t happen to have an update with everything else you’ve just made? Or will it be in a PR.

e: In fact, do you think you could give us the copy with everything but the Artifacts?[/quote]

Since I’m not going to be doing anything for artefacts, it means I’ll probably put up the PR tomorrow - assuming I can work out how to do it without too much trouble.

---

<div class="post-metadata">

### Author: ![JazzGuru](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/jazzguru/32/2587_2.png) [@JazzGuru](https://discourse.cataclysmdda.org/u/JazzGuru)
#### Post date: [July 15, 2014, 3:43pm UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/91 "2014-07-15T15:43:14Z")

</div>

Awesome!

I might be able to start a new game tomorrow then.

Good luck… 😉

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 16, 2014, 6:43am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/92 "2014-07-16T06:43:50Z")

</div>

Okay, the PR is up [here](https://github.com/CleverRaven/Cataclysm-DDA/pull/8247).

I don’t think I messed anything up…

---

<div class="post-metadata">

### Author: ![stk2008](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@stk2008](https://discourse.cataclysmdda.org/u/stk2008)
#### Post date: [July 16, 2014, 7:58am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/93 "2014-07-16T07:58:02Z")

</div>

Hey I have all ways wanted to try this tile set looks great.

Could you provide the links to the 20x20 as the PR has not been committed yet and I was hoping to test it now 🙂

Thanks

---

<div class="post-metadata">

### Author: ![Heema](https://avatars.discourse-cdn.com/v4/letter/h/e68b1a/32.png) [@Heema](https://discourse.cataclysmdda.org/u/Heema)
#### Post date: [July 16, 2014, 9:33am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/94 "2014-07-16T09:33:11Z")

</div>

[quote=“stk2008, post:93, topic:5201”]Hey I have all ways wanted to try this tile set looks great.

Could you provide the links to the 20x20 as the PR has not been committed yet and I was hoping to test it now 🙂

Thanks[/quote]

This is the link for the files in the PR, just download them in a folder called RetroDaysTileset20 and then put it in the gfx folder

> **[Antistar/Cataclysm-DDA](https://github.com/Antistar/Cataclysm-DDA/tree/6457bcdfddc9592be2a1f8cdc5467223d21e1638/gfx/RetroDaysTileset20)**
>
> Cataclysm-DDA - Cataclysm - Dark Days Ahead. A fork/variant of Cataclysm Roguelike by Whales.

---

<div class="post-metadata">

### Author: ![stk2008](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@stk2008](https://discourse.cataclysmdda.org/u/stk2008)
#### Post date: [July 16, 2014, 9:53am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/95 "2014-07-16T09:53:00Z")

</div>

I get an error ☹

when selecting tileset in options

loading the tileset failed: failed to open tile info json

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 16, 2014, 10:37am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/96 "2014-07-16T10:37:41Z")

</div>

[quote=“stk2008, post:95, topic:5201”]I get an error ☹

when selecting tileset in options

loading the tileset failed: failed to open tile info json[/quote]

If you right-clicked-and-downloaded the files directly from the page Heema linked to, that won’t work (as you’re actually downloading web-pages when you do that). You need to get the raw files.

---

<div class="post-metadata">

### Author: ![stk2008](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@stk2008](https://discourse.cataclysmdda.org/u/stk2008)
#### Post date: [July 16, 2014, 10:44am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/97 "2014-07-16T10:44:35Z")

</div>

Hi

I did not see a raw file download link but when I right clicked and saved as they are the correct format eg

PNG  
json etc etc

P.S

I am trying to use this on latest experimental though is this the issue?

---

<div class="post-metadata">

### Author: ![Antistar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/antistar/32/1687_2.png) [@Antistar](https://discourse.cataclysmdda.org/u/Antistar)
#### Post date: [July 16, 2014, 10:51am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/98 "2014-07-16T10:51:55Z")

</div>

They’ll have the right filenames and extensions, yes, but if you open them in an editor you’ll see that they’re web-pages. Click on each file and you’ll go to a web-page that has a ‘Raw’ link; that’s what you want to download - if you just can’t wait. ;-p

It’s an easy enough mistake to make. I didn’t realise it worked that way myself until I tried just now to reproduce what you were doing.

---

<div class="post-metadata">

### Author: ![Heema](https://avatars.discourse-cdn.com/v4/letter/h/e68b1a/32.png) [@Heema](https://discourse.cataclysmdda.org/u/Heema)
#### Post date: [July 16, 2014, 11:04am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/99 "2014-07-16T11:04:50Z")

</div>

forgot to add that step

click on the files then click on the raw button

then right click on the page then choose “save page as”

---

<div class="post-metadata">

### Author: ![stk2008](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@stk2008](https://discourse.cataclysmdda.org/u/stk2008)
#### Post date: [July 16, 2014, 11:59am UTC](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201/100 "2014-07-16T11:59:27Z")

</div>

Yep that worked thanks very much 🙂

[Previous page](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201.md?page=4)

[Next page](https://discourse.cataclysmdda.org/t/retrodays-tileset/5201.md?page=6)
