Closed SirMetaladon closed 4 years ago
Attempted fix with update to Quickplanner that checks the validity of N-track arcs, switches, and wyes before attempting to make the Principal Radius one.
Unrelated to the bug: Also with the ArcDirs you don't need 1 to 2 AND 2 to 1... it will make inverted and mirrored curves automatically. So really it should look like this:
ArcStartDirs = array(1,1,2)
ArcEndDirs = array(2,4,4)
Note that does not apply to turnout switches because the start direction is important for the straight piece.
VON quickloader spit out an invalid template, which JH says has too large a radius.
Upon further investigation it seems the majority my quickloader 2240 radius file suffers from this issue. No idea why, just almost every entry from 43 to ~60 and ~70 to 84 return a "too large radius" error. I compiled all the other radii, and they worked fine. arcs_r2240.txt
Here's the settings I used in the quickloader to generate this file:
All else is default.
Hopefully I'm not sticking my foot in my mouth and reporting already-known or worse yet already fixed bugs...