This commit is contained in:
Quaternions 2023-10-18 19:09:54 -07:00
parent fdb8f93b0b
commit e3eb040675

View File

@ -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<PhysicsInstruction> instruction
}
BLOCK_DEMO_HEADER:
//timeline of loading maps, player equipment, bots
*/
*/