diff --git a/clsave/info.txt b/clsave/info.txt new file mode 100644 index 0000000..20d2fc2 --- /dev/null +++ b/clsave/info.txt @@ -0,0 +1 @@ +This is where the client stores stuff. diff --git a/dlcache/info.txt b/dlcache/info.txt new file mode 100644 index 0000000..6bea5d9 --- /dev/null +++ b/dlcache/info.txt @@ -0,0 +1 @@ +This is where client downloads are stashed. They will probably be CRC32'd as CRC is much easier to implement than MD5. diff --git a/svsave/info.txt b/svsave/info.txt new file mode 100644 index 0000000..1e99c53 --- /dev/null +++ b/svsave/info.txt @@ -0,0 +1 @@ +This is where the server stores stuff.