MT 5.x player position fixes

- Detailed Steam Engine

 - Big Industrial Engine
master
Maverick2797 2021-03-31 02:11:03 +08:00 committed by orwell96
parent c0203bf92a
commit d44c410f7c
2 changed files with 3 additions and 3 deletions

2
advtrains_train_industrial/init.lua Normal file → Executable file
View File

@ -45,7 +45,7 @@ advtrains.register_wagon("engine_industrial_big", {
seats = {
{
name=S("Driver Stand (right)"),
attach_offset={x=5, y=7, z=20},
attach_offset={x=5, y=-3, z=20},
view_offset={x=5.2, y=-4, z=11},
driving_ctrl_access=true,
group = "dstand",

View File

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