I edited the tile_config for the ISO version to make the quarterpanel corner graphics (the ‘headlights’) rotate with the vehicle.
vp_halfboard_ne and vp_halfboard_nw
{
"additional_tiles": [
{
"bg": 633,
"fg": [
2705,
5415,
5416,
5417
],
"id": "center"
},
{
"bg": 633,
"fg": 2703,
"id": "corner"
},
{
"bg": 633,
"fg": 2703,
"id": "edge"
},
{
"bg": 633,
"fg": 2703,
"id": "end_piece"
},
{
"fg": 3089,
"id": "broken"
},
{
"bg": 633,
"fg": 2703,
"id": "unconnected"
}
],
"fg": [
2705,
5415,
5416,
5417
],
"id": "vp_halfboard_ne",
"multitile": true,
"rotates": true
},
{
"additional_tiles": [
{
"fg": 3090,
"id": "broken"
}
],
"fg": [
2706,
5421,
5422,
5423
],
"id": "vp_halfboard_nw",
"multitile": true,
"rotates": true
},
I also did the heavy duty quarterpanel ‘headlights’.
vp_hdhalfboard_ne and vp_hdhalfboard_nw
{
"additional_tiles": [
{
"bg": 633,
"fg": [
2705,
5415,
5416,
5417
],
"id": "center"
},
{
"bg": 633,
"fg": 2703,
"id": "corner"
},
{
"bg": 633,
"fg": 2703,
"id": "edge"
},
{
"bg": 633,
"fg": 2703,
"id": "end_piece"
},
{
"fg": 3089,
"id": "broken"
},
{
"bg": 633,
"fg": 2703,
"id": "unconnected"
}
],
"fg": [
2705,
5415,
5416,
5417
],
"id": "vp_hdhalfboard_ne",
"multitile": true,
"rotates": true
},
{
"additional_tiles": [
{
"fg": 3090,
"id": "broken"
}
],
"fg": [
2706,
5421,
5422,
5423
],
"id": "vp_hdhalfboard_nw",
"multitile": true,
"rotates": true
},
And I did the emergency vehicle lights.
vp_light_blue and vp_light_red
{
"additional_tiles": [
{
"fg": 3111,
"id": "broken"
}
],
"fg": [
2727,
5538,
5539,
5540
],
"id": "vp_light_blue",
"multitile": true,
"rotates": true
},
{
"additional_tiles": [
{
"fg": 3112,
"id": "broken"
}
],
"fg": [
2728,
5544,
5545,
5546
],
"id": "vp_light_red",
"multitile": true,
"rotates": true
},
I’ve messed the spacing all up but I hope it’s helpful.
Edit:
vp_reinforced_windshield
{
"additional_tiles": [
{
"fg": 3123,
"id": "broken"
}
],
"fg": [
2739,
5604,
5605,
5606
],
"id": "vp_reinforced_windshield",
"multitile": true,
"rotates": true
},
And vp_wing_mirror
{
"additional_tiles": [
{
"fg": 3143,
"id": "broken"
}
],
"fg": [
2759,
5706,
5707,
5708
],
"id": "vp_wing_mirror",
"multitile": true,
"rotates": true
},