# How to change sepia (brown) to old gray colors (tileset only, compile only)

**URL:** https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948
**Category:** The Lab
**Tags:** tileset
**Created:** [July 31, 2019, 4:09pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948 "2019-07-31T16:09:13Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Lime](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/lime/32/6837_2.png) [@Lime](https://discourse.cataclysmdda.org/u/Lime)
#### Post date: [July 31, 2019, 4:09pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/1 "2019-07-31T16:09:13Z")

</div>

If you, like me, find it frustrating that memorised (visited but not currently visible) area is now brown (Brown!? What a ridicu… unconventional choice of colour…), and if you, like me, dislike that, I’ve made a quick and dirty patch to change that.

[https://pastebin.com/9z3NPTN2](https://pastebin.com/9z3NPTN2)

This patch changes low-light tiles from being black-n-white to coloured-but-darker, and turns visited-but-not-visible (memorised) tiles to be black-n-white instead. I don’t have much time nor knowledge of C++ to make a proper mod and/or PR, and it is applicable for tileset build only.

I usually build my version of a game following this instruction: [https://www.reddit.com/r/cataclysmdda/comments/5d7d0f/macos\_compiling\_a\_bleedingedge\_sensibly/](https://www.reddit.com/r/cataclysmdda/comments/5d7d0f/macos_compiling_a_bleedingedge_sensibly/)  
Your steps may vary. In any case, if you wish to apply the patch, it should be done between steps **4** and **5** :  
4.1. In terminal, go to directory where you’ve cloned the sources to (ex.: _cd /Applications/CataclysmBuild_)  
4.2. Save content of liked paste as, for example, “_sepia-looks-awful.patch_” in the abovementioned directory.  
4.3. Type “_git apply sepia-looks-awful.patch_”  
Proceed with step **5**.

Before this sepia thing is fixed/updated in any way, feel free to patch the game with this. I hope this hack will become obsolete as soon as possible.

---

<div class="post-metadata">

### Author: ![TheMurderUnicorn](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/themurderunicorn/32/5706_2.png) [@TheMurderUnicorn](https://discourse.cataclysmdda.org/u/TheMurderUnicorn)
#### Post date: [August 1, 2019, 10:29am UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/2 "2019-08-01T10:29:10Z")

</div>

> <https://github.com/CleverRaven/Cataclysm-DDA/pull/32713>

o\_o

---

<div class="post-metadata">

### Author: ![druidniam](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/druidniam/32/1368_2.png) [@druidniam](https://discourse.cataclysmdda.org/u/druidniam)
#### Post date: [August 1, 2019, 10:44am UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/3 "2019-08-01T10:44:17Z")

</div>

Luckily you don’t need to submit a pull request since a togglable option was PR’d 3 days ago and is just awaiting merging.

---

<div class="post-metadata">

### Author: ![Lime](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/lime/32/6837_2.png) [@Lime](https://discourse.cataclysmdda.org/u/Lime)
#### Post date: [August 1, 2019, 12:49pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/4 "2019-08-01T12:49:32Z")

</div>

Well, this one is a bit different, as the togglable option PR only gives you ability to have old behaviour back, while this patch also changes highlight colours for low-light and memorised tiles, swapping them. But, yeah, at least they’ve made a PR, which is great. I’m just surprised it wasn’t there from the start though - don’t have to be a genius to understand the controversy of such a change.

---

<div class="post-metadata">

### Author: ![Fris0uman](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/fris0uman/32/8607_2.png) [@Fris0uman](https://discourse.cataclysmdda.org/u/Fris0uman)
#### Post date: [August 1, 2019, 2:44pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/5 "2019-08-01T14:44:35Z")

</div>

> I’m just surprised it wasn’t there from the start though - don’t have to be a genius to understand the controversy of such a change

Yeah those 3 days of delay on the _experimental version_ surely almost killed the game. So silly of them.

---

<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: [August 1, 2019, 3:06pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/6 "2019-08-01T15:06:11Z")

</div>

It was designed to be configurable in the future. Nobody should expect this configuration in the same PR.

---

<div class="post-metadata">

### Author: ![Lime](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/lime/32/6837_2.png) [@Lime](https://discourse.cataclysmdda.org/u/Lime)
#### Post date: [August 1, 2019, 4:16pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/7 "2019-08-01T16:16:04Z")

</div>

Making a change in one PR and then making an option to turn it off in another PR… maybe we have a different understanding of a feature as a logical unit of work, then.

---

<div class="post-metadata">

### Author: ![Lime](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/lime/32/6837_2.png) [@Lime](https://discourse.cataclysmdda.org/u/Lime)
#### Post date: [August 1, 2019, 4:16pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/8 "2019-08-01T16:16:33Z")

</div>

Such sarcasm, much awe.

---

<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: [August 1, 2019, 4:35pm UTC](https://discourse.cataclysmdda.org/t/how-to-change-sepia-brown-to-old-gray-colors-tileset-only-compile-only/20948/9 "2019-08-01T16:35:53Z")

</div>

Just read the original PR. It would be a tileset mod.
