I only have 4 noteworthy issues with it currently:
It spams the chat and debug.txt with thousands of Warnings about textures and other issues due to a deprecation change prior to MT 5.5.0.
Edit: Mod configuration might already cover topic [It should have a better way of figuring out where to put bones boxes instead of dropping all the player's items on the track when run over.]
It should be able to do client-side simulation and federated synchronization of the player position and movement so its not so glitchy on bandwidth limited servers, broadband connections, or thread-limited execution environments which may skip instructions.
Edit: trains not provided by advtrains [It needs a few train versions that work over longer distances at higher speeds, and also in environments without atmosphere, to keep a player from suffocating in otherworlds.]
It should have a better way of figuring out where to put bone boxes instead of dropping all the player's items on the track when run over.
Please change the advtrains_overrun_mode setting to achieve that.
It should be able to do client-side simulation and federated synchronization of the player position and movement so its not so glitchy on bandwidth limited servers, broadband connections, or thread-limited execution environments which may skip instructions.
Please discuss this on the forum or the mailing lists (which can be found in the README), as this largely has to do with the development of the mod (and part of what you mentioned here has been known but partly also a MT-related issue).
It needs a few train versions that work over longer distances at higher speeds.
Advtrains currently hard-clips the maximum velocity to 20m/s, as far as I know, due to some of the internals of the mod which can be buggy at high velocity/dtime step. As orwell wrote in this thread, the current implementation is currently the only best solution, unfortunately.
and also in environments without atmosphere, to keep a player from suffocating in other worlds.
Advtrains currently does not provide trains, so you might want to ask this to other people who make the train models. Advtrains might be able to provide an API for this, though (and which "other worlds" mod are you referring to?)
Usually I do a little more investigation first. I was busy filtering out all the thousands of errors from the ubiquitous mods instead of investigating how the mod worked. Thank you for your time!
PandoraBox has a fork/patch on top of the Basic Trains Japanese Wagon which can feed you oxygen while onboard, so it's all possible. It's probably better to leave it to another mod anyway; AdvTrains usually assumes an environment with earth gravity and an atmosphere.
I only have 4 noteworthy issues with it currently:
It spams the chat and debug.txt with thousands of Warnings about textures and other issues due to a deprecation change prior to MT 5.5.0.
Edit: Mod configuration might already cover topic [It should have a better way of figuring out where to put bones boxes instead of dropping all the player's items on the track when run over.]
It should be able to do client-side simulation and federated synchronization of the player position and movement so its not so glitchy on bandwidth limited servers, broadband connections, or thread-limited execution environments which may skip instructions.
Edit: trains not provided by advtrains [It needs a few train versions that work over longer distances at higher speeds, and also in environments without atmosphere, to keep a player from suffocating in otherworlds.]
Please change the
advtrains_overrun_mode
setting to achieve that.Please discuss this on the forum or the mailing lists (which can be found in the README), as this largely has to do with the development of the mod (and part of what you mentioned here has been known but partly also a MT-related issue).
Advtrains currently hard-clips the maximum velocity to 20m/s, as far as I know, due to some of the internals of the mod which can be buggy at high velocity/dtime step. As orwell wrote in this thread, the current implementation is currently the only best solution, unfortunately.
Advtrains currently does not provide trains, so you might want to ask this to other people who make the train models. Advtrains might be able to provide an API for this, though (and which "other worlds" mod are you referring to?)
Usually I do a little more investigation first. I was busy filtering out all the thousands of errors from the ubiquitous mods instead of investigating how the mod worked. Thank you for your time!
PandoraBox has a fork/patch on top of the Basic Trains Japanese Wagon which can feed you oxygen while onboard, so it's all possible. It's probably better to leave it to another mod anyway; AdvTrains usually assumes an environment with earth gravity and an atmosphere.