Simplify XPlane CSL model strings

Before this change, the model strings were assembled via some
relatives pathes - long and very hard to read. Now it is assembled
via the pattern

<package root dir> <dir> ... <objectname> <texturename>

<package root dir> = the parent directory of xsb_aircrafts.txt
<dir> ... = directory hierarchy down to the object file

refs #574
This commit is contained in:
Roland Winklmeier
2016-02-20 21:06:40 +01:00
parent d8eda7ea4b
commit b185d10463
3 changed files with 105 additions and 31 deletions