Deleting Dynamic Tracks

Use this forum if you need help using TSRE.
Post Reply
ADITYA3191
Posts: 35
Joined: 19 May 2020, 13:46
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 ?

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
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.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
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.

eolesen
Posts: 57
Joined: 28 Feb 2021, 02:39
Glad to see you online, Goku

Post Reply