Fix to allow for absolute directories in case of VT's
Posted: 08.04.2008, 19:34
Celestia did not recognize absolute directory notation in case of virtual texture .ctx files (VT's). Notably, VT image data located on different partitions/drives than the main program were ignored. In view of large storage demands in case of monster VT's, this was a real deficiency.
Since lately Linux supports NTFS in reading AND writing, I have
successfully /shared/ many large data chunks between identical Windows and Linux applications on my dual boot desktop machine in the past! Multi GB Celestia VT's are a prominent example!
I have just committed a patch to SVN that fixes the problem. Now the
'ImageDirectory' entry in .ctx files can be in /absolute/ directory notation, both for Windows and for Linux. Like so
Windows:
--------
ImageDirectory "E:/foo/bar"
Linux:
-----
ImageDirectory "/graphics/foo/bar"
F.
Revision: 4245
Since lately Linux supports NTFS in reading AND writing, I have
successfully /shared/ many large data chunks between identical Windows and Linux applications on my dual boot desktop machine in the past! Multi GB Celestia VT's are a prominent example!
I have just committed a patch to SVN that fixes the problem. Now the
'ImageDirectory' entry in .ctx files can be in /absolute/ directory notation, both for Windows and for Linux. Like so
Windows:
--------
ImageDirectory "E:/foo/bar"
Linux:
-----
ImageDirectory "/graphics/foo/bar"
F.
Revision: 4245