appearance tracking
[QuestHelper.git] / notes.txt
blob79c43f8ec82c1087a29945882e9ec0802ad61965
1 A variety of steps! Each one needs an input file and a predictable output location.
3 * 1: Download (no input file)
4 * 2: Decompress to inputfilename/hash.lua
5 * 3: Collate into hash.lua
6 * 4: Cull and upgrade into inputfilename/hash.lua (if the cull fails, just create an empty inputfilename)
7 * 5: Collate right back into hash.lua
8 * 6: Rename into inputfilename/UID_timestamp.lua
9 * 7: Combine into UID/timestamp.lua
10 * 8: Cull into UID_timestamp.lua with only the most recent allowed
11 * 9: Dump into binary data
12 * 10: Process!
16 Here's the next steps.
18 * Compile monster data
19 * Compile item drop data
20 * Compile item world-acquire data
21 * Compile quest data
23 That should give me enough data for a shot at 1.0.0. More later.