Advertisement
Cosmo224

Untitled

Jul 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Azure Worlds File Format
  2.  
  3. Header:
  4. AZW plaintext (3 bytes)
  5. File version (4 bytes int)
  6. File format version (4 bytes int)
  7. Current date and time separated by space (line)
  8.  
  9. Then, instance format:
  10.  
  11. INSTANCE (plaintext string)
  12. Instance Instance ID (4 bytes int)
  13. Instance Position X (4 bytes int)
  14. Instance Position Y (4 bytes int)
  15. Instance Colour R (4 bytes int)
  16. Instance Colour G (4 bytes int)
  17. Instance Colour B (4 bytes int)
  18. Instance Styling (4 bytes int)
  19. Instance FX (4 bytes int)
  20. Instance Score Bonus for Hit (4 bytes int) - RESERVED
  21. Instance Time Bonus for Hit (4 bytes int) - RESERVED
  22. Instance Bonus Bonus for Hit (4 bytes int) - RESERVED
  23. Instance Win Given for Hit (4 bytes int) - RESERVED
  24. Instance Physics Enabled (4 bytes int) - RESERVED
  25.  
  26. Instance Unique ID (4 bytes int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement