-
Notifications
You must be signed in to change notification settings - Fork 0
Can't see the screen?
Some players reported that they could't see the dynamic screen (InfoPanels) on the M-Train in the Template Resource Pack. In the v2 update, we tried to solve some problems:
- Renamed "js" folder to "tsfn-infopanel-js", to avoid clashing with js folder in other resource packs
- Added some condition checks in our code to avoid errors when the train is leaving or entering the depot
If you still encountered issues, try these methods:
The Template Resource Pack comes with separate versions for MTR 3 and MTR 4. They are labeled on the Versions page on Modrinth.
You need to install
The train used in our tutorial is named "M-Train (Normal) with InfoPanels", with "with InfoPanels" at the end, which is different from the built-in M-Train in MTR mod (though they look the same from outside).
If you've loaded a lot of mods and resource packs, there might be performance issue. Try disabling the mods and resource packs one by one until the screen of the Template Resource Pack can be seen.
If you're using a mobile Java simulator, try switching the renderer to "VirGLRenderer (OpenGL 4.3)". If it doesn't work, try other renderers. Refer to the user manual of your simulator to see how to change the renderer.
- Disable all resource packs other than the Template Resource Pack
- Board the M-Train (Normal) with InfoPanels and ride from the starting station to the terminus
- During the ride, check the screen to see if it is hidden the whole time, or hidden / freezed just during some time
- Check the latest.log (in your Minecraft version folder - logs folder) and find a sentence with words like "ERROR", "M-Train (Normal) with InfoPanels", "tsfn-infopanel-js". If you see such sentence, then it might be caused by our code. You may report to us by sending us the sentence you saw, and tell us at which part of the route you're seeing issues on the screen