File Structure 文件结构
server/
├─ files/
│ ├─ gc2/
│ │ ├─ audio/ (found in android/ios.zip)
│ │ │ └─ ogg and m4a zips
│ │ │
│ │ ├─ stage/ (found in android/ios.zip)
│ │ │ └─ zip files for stage
│ │ │
│ │ └─ pak/ (found in android/ios.zip)
│ │ └─ model/skin/tunefile.pak(found in common.zip)(actual paks)
│ │
│ ├─ gc/
│ │ └─ model1/skin1/tunefile1.pak(found in common.zip)(placeholder/unauthenticated paks)
│ │
│ ├─ image/ (found in common.zip)
│ │ ├─ icon
│ │ └─ title
│ ├─ web/ (found in common.zip)
│ │ └─ webpage assets, including javascript/css found in this repo
│ │
│ ├─ 4max_ver.txt (for 4max pack versioning, optional)
│ └─ various xml templates (found in this repo)
│
├─ 7003.py (main script)
├─ config.py (configuration script)
│
├─ api/
│ ├─ config/ (various configuration files)
│ └─ various .py (API scripts)
│
└─ old_servers (old server (depricated))


## Journal
I've been forcing myself to document the process for personal project. So here goes.