Move attachment positions down 1 node

master
orwell96 2019-06-18 21:03:21 +02:00
parent 9c1d356505
commit 02025f53aa
4 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@ advtrains.register_wagon("engine_industrial", {
seats = { seats = {
{ {
name=S("Driver Stand (right)"), name=S("Driver Stand (right)"),
attach_offset={x=5, y=7, z=-8}, attach_offset={x=5, y=-3, z=-8},
view_offset={x=5.2, y=-4, z=0}, view_offset={x=5.2, y=-4, z=0},
driving_ctrl_access=true, driving_ctrl_access=true,
group = "dstand", group = "dstand",
@ -59,7 +59,7 @@ advtrains.register_wagon("engine_industrial_big", {
}, },
{ {
name=S("Driver Stand (left)"), name=S("Driver Stand (left)"),
attach_offset={x=5, y=7, z=-8}, attach_offset={x=5, y=-3, z=-8},
view_offset={x=-5.2, y=-4, z=0}, view_offset={x=-5.2, y=-4, z=0},
driving_ctrl_access=true, driving_ctrl_access=true,
group = "dstand", group = "dstand",

View File

@ -13,31 +13,31 @@ advtrains.register_wagon("engine_japan", {
seats = { seats = {
{ {
name=S("Driver stand"), name=S("Driver stand"),
attach_offset={x=0, y=8, z=13}, attach_offset={x=0, y=-2, z=13},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="dstand", group="dstand",
}, },
{ {
name="1", name="1",
attach_offset={x=-4, y=8, z=0}, attach_offset={x=-4, y=-2, z=0},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="2", name="2",
attach_offset={x=4, y=8, z=0}, attach_offset={x=4, y=-2, z=0},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="3", name="3",
attach_offset={x=-4, y=8, z=-8}, attach_offset={x=-4, y=-2, z=-8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="4", name="4",
attach_offset={x=4, y=8, z=-8}, attach_offset={x=4, y=-2, z=-8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
@ -84,31 +84,31 @@ advtrains.register_wagon("wagon_japan", {
seats = { seats = {
{ {
name="1", name="1",
attach_offset={x=-4, y=8, z=8}, attach_offset={x=-4, y=-2, z=8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="2", name="2",
attach_offset={x=4, y=8, z=8}, attach_offset={x=4, y=-2, z=8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="1a", name="1a",
attach_offset={x=-4, y=8, z=0}, attach_offset={x=-4, y=-2, z=0},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="2a", name="2a",
attach_offset={x=4, y=8, z=0}, attach_offset={x=4, y=-2, z=0},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="3", name="3",
attach_offset={x=-4, y=8, z=-8}, attach_offset={x=-4, y=-2, z=-8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },

View File

@ -17,13 +17,13 @@ advtrains.register_wagon("newlocomotive", {
seats = { seats = {
{ {
name=S("Driver Stand (left)"), name=S("Driver Stand (left)"),
attach_offset={x=-5, y=10, z=-10}, attach_offset={x=-5, y=0, z=-10},
view_offset={x=0, y=6, z=0}, view_offset={x=0, y=6, z=0},
group = "dstand", group = "dstand",
}, },
{ {
name=S("Driver Stand (right)"), name=S("Driver Stand (right)"),
attach_offset={x=5, y=10, z=-10}, attach_offset={x=5, y=0, z=-10},
view_offset={x=0, y=6, z=0}, view_offset={x=0, y=6, z=0},
group = "dstand", group = "dstand",
}, },

View File

@ -13,31 +13,31 @@ advtrains.register_wagon("subway_wagon", {
seats = { seats = {
{ {
name="Driver stand", name="Driver stand",
attach_offset={x=0, y=10, z=0}, attach_offset={x=0, y=0, z=0},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="dstand", group="dstand",
}, },
{ {
name="1", name="1",
attach_offset={x=-4, y=8, z=8}, attach_offset={x=-4, y=-2, z=8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="2", name="2",
attach_offset={x=4, y=8, z=8}, attach_offset={x=4, y=-2, z=8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="3", name="3",
attach_offset={x=-4, y=8, z=-8}, attach_offset={x=-4, y=-2, z=-8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },
{ {
name="4", name="4",
attach_offset={x=4, y=8, z=-8}, attach_offset={x=4, y=-2, z=-8},
view_offset={x=0, y=0, z=0}, view_offset={x=0, y=0, z=0},
group="pass", group="pass",
}, },