From 97ca5bca3bc2770e4c36e395a1225e6025aa5a5d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 18 Oct 2023 19:09:54 -0700 Subject: [PATCH] ideas --- src/sniffer.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/sniffer.rs b/src/sniffer.rs index 4ab8096..401a7b1 100644 --- a/src/sniffer.rs +++ b/src/sniffer.rs @@ -24,6 +24,8 @@ for block_id in 0..num_blocks{ //begin blocks +//each block is compressed with zstd or gz or something + */ /* block types @@ -76,9 +78,12 @@ BLOCK_BOT_SEGMENT: PhysicsState physics_state //to read, greedily decode instructions until eof loop{ + //delta encode as much as possible (time,mousepos) + //strafe ticks are implied + //physics can be implied in an input-only bot file TimedInstruction instruction } BLOCK_DEMO_HEADER: //timeline of loading maps, player equipment, bots -*/ \ No newline at end of file +*/