matterickson / UTO

MIT License
1 stars 0 forks source link

Research PhysicsFS and how it can help us #3

Open matterickson opened 3 years ago

matterickson commented 3 years ago

http://icculus.org/physfs/

matterickson commented 3 years ago

It looks like PhysicsFS is basically a virtual file system. What that means is we can have multiple mods in a 'mods' folder and PhysicsFS will sort them all into one virtual folder. This makes our job of reading all the scripts super easy as we don't have to loop through each mod one at a time.