2025-02-01 18:03:19: ERROR[Main]: ModError: Failed to load and run script from /home/tanavit/.minetest/mods/shortcut/init.lua:
2025-02-01 18:03:19: ERROR[Main]: /home/tanavit/.minetest/mods/shortcut/load_shortcuts.lua:13: attempt to get length of global 'shortcut' (a nil value)
2025-02-01 18:03:19: ERROR[Main]: stack traceback:
2025-02-01 18:03:19: ERROR[Main]: /home/tanavit/.minetest/mods/shortcut/load_shortcuts.lua:13: in main chunk
2025-02-01 18:03:19: ERROR[Main]: [C]: in function 'dofile'
2025-02-01 18:03:19: ERROR[Main]: /home/tanavit/.minetest/mods/shortcut/init.lua:6: in main chunk
In lines 13 to 15 of load_shortcuts.lua, should not shortcut be shortcuts ?
Beautiful subway trains : interiors are very detailed.
I noticed two bugs for the LVR Type 9 trains :
- the displayed text is the one typed in the Line field of the on board computer form and not the Exterior text field ;
- I coupled an engine, a middle section, an "opposite" engine : when the train moves, both engines go in the same direction, but the middle section goes in the opposite direction (during the local animation I guess) until it is correctly replaced by the server.
This mod generates a critical error at start :
In lines 13 to 15 of
load_shortcuts.lua
, should notshortcut
beshortcuts
?Hello,
May I suggest you to change the wheel definition of the middle wagon to : wheel_positions = {0.6, -0.6}, (line 222 in init.lua) ?
Beautiful subway trains : interiors are very detailed.
I noticed two bugs for the LVR Type 9 trains : - the displayed text is the one typed in the Line field of the on board computer form and not the Exterior text field ; - I coupled an engine, a middle section, an "opposite" engine : when the train moves, both engines go in the same direction, but the middle section goes in the opposite direction (during the local animation I guess) until it is correctly replaced by the server.