Quote from: prissi on Today at 03:04:40 AMNUll should be a valid return paramter for non-existing ways.Now I understand better, thank you.

Quote from: prissi on Today at 03:03:25 AMIn in r11881, slightly modified.slightly do you say?, you changed almost everything hahaha.
,I'm very happy with the result, you did a good refactoring there.
/**
* Returns the last used (default) way descriptor for a given waytype.
* This is the way that would be selected when pressing the shortcut key (e.g. 's' for roads).
* @param wt waytype (1=road_wt, 2=track_wt, 3=tram_wt, etc.)
* @returns way_desc_x object or null if none available
*/
STATIC register_method(vm, &tool_build_way_t::get_default_desc, "get_default_desc", false, true);You need to move this to line 673, as the function is currently not accessible with "way_desc_x.get_default_desc".Quote from: Andarix on February 09, 2026, 03:09:48 PMI just noticed that the key bindings for routes ignore the timeline.I tried using "t" in pak64.german and nothing happens. Did this ever actually work?.
In pak64.german, the 't' key is assigned to the sand track. However, this track is no longer available at the time of the tutorial.