# I need an old experimental build

**URL:** https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729
**Category:** The Garage
**Created:** [March 26, 2022, 1:55pm UTC](https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729 "2022-03-26T13:55:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Cronos](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/cronos/32/2807_2.png) [@Cronos](https://discourse.cataclysmdda.org/u/Cronos)
#### Post date: [March 26, 2022, 1:55pm UTC](https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729/1 "2022-03-26T13:55:06Z")

</div>

I always enjoy playing games with a lot of mods and CDDA is not different. Now i’m back after some time to play again but i lost my modded game so i downloaded kenan modpack that works with stable 0.f-1. The only problem is stable release doesn’t have tile overmap option. I tried searching for an old experimental build and the oldest built that i found was from 2021-09-04-1659 which doesn’t not work with the modpack.

So what i need is build 0.f-1 experimental or maybe show how can i change 0.f-1 source code to enable that option and then compile (i don’t even know if it is allowed), i tried search for it but i don’t have coding experience and coudn’t find it.

---

<div class="post-metadata">

### Author: ![Valase](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/valase/32/6972_2.png) [@Valase](https://discourse.cataclysmdda.org/u/Valase)
#### Post date: [March 27, 2022, 1:01am UTC](https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729/2 "2022-03-27T01:01:44Z")

</div>

> [@Cronos](#):
>
> I tried searching for an old experimental build and the oldest built that i found was from 2021-09-04-1659 which doesn’t not work with the modpack.

True, it seems GitHub cuts it off after page 100, even if it shows (when logged into GitHub) more pages…

I presume the double negative was an error and you meant that the version 2021-09-04-1659 “doesn’t work with the modpack”?  
I have little hope that it does work with anything after the stable release it was designed for, but you can still give it a try…  
While I don’t know when the graphic tile overmap was introduced, I know it was at least implemented after 2021-07-04.

Now, as for how to find/access older releases, I’ve got a small workaround:

- Go to the [GitHub release page](https://github.com/CleverRaven/Cataclysm-DDA/releases).
- There’s a search bar that reads `Find a release`. Enter `2021-07` into it and press enter.
- Now it lists all releases that contain “2021-07” in it, (including **2021** -12 **-07** 🙄 ). Go to the second last page and pick one of the versions.

You’ll have to check for yourself if one of these versions will run with the modpack and also contain the graphic overmap tiles.

> [@Cronos](#):
>
> […] maybe show how can i change 0.f-1 source code to enable that option and then compile (i don’t even know if it is allowed), […]

Based on the license Cataclysm:DDA is under, you’re allowed to change the code of the game and compile it yourself without any problems (you’re even encouraged to do so).  
However, I’m not sure the code changes / pulls necessary to implement the graphic overmap tiles are simple enough to do without any coding experience.  
It might be easier to download the latest experimental release and then fix Kenan’s modpack than the other way around.

---

<div class="post-metadata">

### Author: ![Mantar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/mantar/32/42_2.png) [@Mantar](https://discourse.cataclysmdda.org/u/Mantar)
#### Post date: [March 27, 2022, 6:47pm UTC](https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729/3 "2022-03-27T18:47:24Z")

</div>

> [@Valase](#):
>
> It might be easier to download the latest experimental release and then fix Kenan’s modpack than the other way around.

I would suspect this is true. If he knows how to compile from git, he could attempt to load the last version that the modpack works with and use git’s cherry-pick command to apply the future commits that added the graphical overmap, but I would consider it a real long shot to have it work without requiring some hand-merging, which would be a show-stopper for someone with no coding experience.  
Fixing the modpack is probably much easier.

---

<div class="post-metadata">

### Author: ![Cronos](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/cronos/32/2807_2.png) [@Cronos](https://discourse.cataclysmdda.org/u/Cronos)
#### Post date: [March 28, 2022, 3:13pm UTC](https://discourse.cataclysmdda.org/t/i-need-an-old-experimental-build/27729/4 "2022-03-28T15:13:35Z")

</div>

I thought it needed to change just some lines of code, this really shows my inexperience. With Valase advice, i got the oldest build with tile overmap now i’ll try to fix the modpack like you guys said. Thanks!
