Skip to content

Commit

Permalink
MT 5.x player position fixes
Browse files Browse the repository at this point in the history
 - Detailed Steam Engine

 - Big Industrial Engine
  • Loading branch information
Maverick2797 authored and orwell96 committed May 13, 2021
1 parent c0203bf commit d44c410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion advtrains_train_industrial/init.lua
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions advtrains_train_steam/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit d44c410

Please sign in to comment.