Add README for oar info

This commit is contained in:
Justin Clark-Casey
2014-07-15 00:25:59 +01:00
parent 4626721467
commit 035acabd1a
+12
View File
@@ -0,0 +1,12 @@
# README #
This is a utility to display information about an OAR.
At the moment, it just prints the number of contained assets and the number of contained objects.
In the future, it could do more sophisticated stuff like sanity check an OAR to see that all references (e.g. textures
referred to by objects) are present, though this is quite a lot of work so might not happen soon.
Patches welcome.
vim: ts=4:sw=4:et:tw=120