Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

Game Virtual File System #4

Open Ragora opened 8 years ago

Ragora commented 8 years ago

As far as I know, Torque3D no longer implements a virtual file system. At least, to the extent that Tribes 2 utilizes its own. Tribes 2 utilizes multiple mod folders to be mounted as well as mounting VL2 content read-only which is just ZIP archives with a fancy extension.

When VL2 files are mounted, they take precedence over both the currently active mod folders and the base content.

calvinbalke13 commented 8 years ago

Torque3D still has at least partial support for virtual file systems. I modified the zip mounting code to support the VL2 extension. A little more work still needs to be done to support VL2s in subdirectories, and to enable mounting to the compat/base virtual directory. These changes still need to be tested more.