Page 1 of 1

Deleting Dynamic Tracks

Posted: 23 Nov 2023, 06:17
by ADITYA3191
Hello, While building my route I have reached at a point where number of dynamic tracks is maximum. So now suppose I delete track 65535 using TSRE then also new dynamic track number in my route will be 65536. So My question is how we can delete dynamic tracks permanently from route using TSRE ?

Re: Deleting Dynamic Tracks

Posted: 14 Dec 2023, 22:01
by Goku
There is no maximum number of dynamic tracks in TSRE / OR. If you still use MSTS you should think about it earlier.
Dynamic tracks share their entries, so the entries can't be removed when you delete a dynamic track. But it is difficult to reach 25536 unique dynamic tracks anyway. If you reached this point, forget about MSTS.

Re: Deleting Dynamic Tracks

Posted: 14 Dec 2023, 22:12
by Goku
Edit. I looked into TSRE code and there is indeed a limit of 65563 sections that can be used iside a trackpath vector. Maybe I changed it from int to short when making an android version.
Source code change is required to fix this issue.

Re: Deleting Dynamic Tracks

Posted: 15 Dec 2023, 05:07
by eolesen
Glad to see you online, Goku