# Can't fire tank's main gun

**URL:** https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248
**Category:** The Garage
**Created:** [April 7, 2018, 1:45pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248 "2018-04-07T13:45:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![SaveScummer](https://avatars.discourse-cdn.com/v4/letter/s/cab0a1/32.png) [@SaveScummer](https://discourse.cataclysmdda.org/u/SaveScummer)
#### Post date: [April 7, 2018, 1:45pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248/1 "2018-04-07T13:45:26Z")

</div>

So I found a tank on the road and tried to fire the main gun (A 120mm cannon) but instead of aiming it shows the ‘draw from holster menu’. I tried to reload it with some shells but it doesn’t allow you to, instead it gives you the option to either control the vehicle or examine it. Then I tried to debug a tank and the same thing happened, then I tried with other tanks and other armored vehicles but I couldn’t fire their main guns, and even found out that the 30mm chain gun has the same problem as the 120mm, the only mounted guns I could fire were the machine guns.

I think it has something to do with the update #7284 wich added ‘turret mounts’ but I’m not sure, I know I could fire cannons and such some updates before the one I mentioned. This is my mod list:

- “dda”,
- “Arts’ Guns”,
- “craftgp”,
- “realguns”,
- “makeshift”,
- “Medieval\_Stuff”,
- “More\_Survival\_Tools”,
- “nw\_pack”,
- “mutant\_npcs”,
- “npc\_traits”,
- “more\_buildings”,
- “Urban\_Development”,
- “boats”,
- “deoxymod”,
- “blazemod”,
- “Tanks”,
- “no\_rivtech\_guns”,
- “no\_scifi”,
- “more\_classes\_scenarios”,
- “RL\_Classes”,
- “filthy\_morale”,
- “no\_reviving\_zombies”,
- “StatsThroughSkillsFour”,
- “ZSFIXED\_cddaxp”,
- “more\_locations”,
- “Experimental-Z-Level”

---

<div class="post-metadata">

### Author: ![trelatyraelis](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/trelatyraelis/32/1054_2.png) [@trelatyraelis](https://discourse.cataclysmdda.org/u/trelatyraelis)
#### Post date: [April 7, 2018, 4:55pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248/2 "2018-04-07T16:55:11Z")

</div>

Yeah, I think what you’re basically seeing is a clash between the new implementation of turrets as you said and blazemod’s old turret system. It’s gonna take a while to get it cleaned up.

Is anyone even keeping up with actually maintaining blazemod? I’ve seen some forks but they’re all incredibly outdated (2017/2016) and I know there’s a lot of long-standing bugs regarding manually-reloaded turrets and blob items.

---

<div class="post-metadata">

### Author: ![Vermilion](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vermilion/32/5822_2.png) [@Vermilion](https://discourse.cataclysmdda.org/u/Vermilion)
#### Post date: [April 7, 2018, 6:11pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248/3 "2018-04-07T18:11:23Z")

</div>

Yeah, I can also chime in with broken turrets and cannons. I was in the process of building a mobile-home-tank from scratch and have been at it for a few days. Took down a tank drone and got its 120mm cannon that I thought I’d add to my tank, but I couldn’t add any cannons or turrets into it. Scraped off some turret mounts from wrecks too, but they don’t work in my tank either.

---

<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: [April 8, 2018, 9:38pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248/4 "2018-04-08T21:38:09Z")

</div>

Tank turrets would be fixed in:

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

There was really dumb error where `copy_from` was used instead of `copy-from` in Tanks mod which I missed while hen testing.

---

<div class="post-metadata">

### Author: ![Vermilion](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/vermilion/32/5822_2.png) [@Vermilion](https://discourse.cataclysmdda.org/u/Vermilion)
#### Post date: [April 8, 2018, 10:48pm UTC](https://discourse.cataclysmdda.org/t/cant-fire-tanks-main-gun/15248/5 "2018-04-08T22:48:21Z")

</div>

Cheers for the fix. It’s always the silliest issues that go unnoticed.
