Page 1 of 1

[Rseding91] [2.0.18] Artillery Wagon with Equipment Grid, missing auto targeting checkbox

Posted: Thu Nov 14, 2024 11:42 pm
by Kryzeth
I'm using this vehicle equipment grid mod to enable grids on various vehicles that don't already have them, and when applied to the artillery wagon, it appears to lose its auto targeting checkbox. It doesn't seem to be something specific to how the grid is created in that mod, since the same thing happens using the below simple code:

Code: Select all

data:extend({
{
	type = "equipment-grid",
	name = "artillery-wagon",
	width = 10,
	height = 10,
	equipment_categories = {"armor"}
},
})
data.raw["artillery-wagon"]["artillery-wagon"].equipment_grid = "artillery-wagon"
Image attached: https://imgur.com/a/kDoPpop.png

Re: [Rseding91] [2.0.18] Artillery Wagon with Equipment Grid, missing auto targeting checkbox

Posted: Thu Dec 26, 2024 7:34 pm
by Rseding91
Thanks for the report. This is now fixed for the next release.