From 2e63ab1e032eca4b42b92b84c797cf54b1fe3e19 Mon Sep 17 00:00:00 2001 From: "Ben Russell (300178622)" Date: Sat, 17 Nov 2012 15:07:31 +1300 Subject: [PATCH] might as well have folders, too --- clsave/info.txt | 1 + dlcache/info.txt | 1 + svsave/info.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 clsave/info.txt create mode 100644 dlcache/info.txt create mode 100644 svsave/info.txt 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.