Quote from: pl4ttenbau on February 08, 2026, 08:39:49 AMis it possible to go back in years somehow, say by editing the file with a hex editor?Yes
Quote#################################system stuff#################################Then use a simple editor, find and change the value and load the file back in Simutrans.
# compress savegames?
# "binary" means uncompressed, "zipped" means compressed
# "bzip2" uses another compression algorithm
# other options are "xml", "xml_zipped" and "xml_bzip2"
# xml detects more errors of broken savegames but files are much larger
# bzip2 savegames are smaller than zipped but saving/loading takes longer
saveformat = xml
Quote from: prissi on January 18, 2026, 11:40:35 AMThis is the intended format:To resolve this, I suggest sending the ID of the pressed 'r' key, something like "key_r". This will allow the script to know that the tool is being called from a keyboard shortcut. Then, we need to look in the configuration parameters to see which track/road is assigned to the keyboard shortcut.
name => object
number => waytype
Only in the later building stages, the object is know, not at the time when the tool is called, since the last waytape is cached with the tool.