Hi Conchito,
I’ve forked traintastic-simulator for use in another project (Interlocking simulator for Italian railways).
It should still be able to connect with traintastic-server, I will try it in a few days to see if it works.
Here you can find my branch:
https://codeberg.org/gfgit/traintastic/src/branch/sim_network
Main additions which could be of interest:
- Fast reload with
Ctrl + RifPoweris disabled. This is useful if you open simulator and text editor side by side, you edit JSON then go to simulator and reload the new layout without closing and reopening. Sometimes it crashes so every once in a while do close and reopen. - Track tooltips: it gives you info about coordinates and rotation of a track piece so it’s easier to calculate other tracks if you need to join them.
See my thread about Padua Centra Station which has complex layout file.