thelink2012

BankSlot.txt

Jan 27th, 2014
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ==== BankSlot.dat ====
  2.  
  3. BankSlot.dat is a dump of a CAEBankSlot array with 45 elements.
  4. Each slot can store a entire sound bank or a single sound, the entire bank or the single sound must have a
  5. maximum size as specified by the second field in the CAEBankSlot structure otherwise sound overlapping will happen.
  6.  
  7. The file structure is as follow:
  8. uint16_t Number of Slots
  9. repeat (Number of Slots) times // CAEBankSlot
  10. uint32_t Sum of all buffer size before this slot (Ignored)
  11. uint32_t Sound buffer size for this slot
  12. uint32_t Unknown
  13. uint32_t Unknown
  14. byte[4804] Rest of CAEBankSlot structure (Ignored)
  15.  
  16. ------------------------> Original content of BANKSLOT.DAT
  17. [ SLOT | SUM | BUFFER SIZE ]
  18. 0 = 0 724416
  19. 1 = 724416 158464
  20. 2 = 882880 1418752
  21. 3 = 2301632 441856
  22. 4 = 2743488 308672
  23. 5 = 3052160 1048576
  24. 6 = 4100736 304128
  25. 7 = 4404864 74496
  26. 8 = 4479360 74496
  27. 9 = 4553856 74496
  28. 10 = 4628352 74496
  29. 11 = 4702848 74496
  30. 12 = 4777344 74496
  31. 13 = 4851840 74496
  32. 14 = 4926336 74496
  33. 15 = 5000832 74496
  34. 16 = 5075328 74496
  35. 17 = 5149824 246680
  36. 18 = 5396504 148224
  37. 19 = 5544728 821248
  38. 20 = 6365976 83456
  39. 21 = 6449432 83456
  40. 22 = 6532888 83456
  41. 23 = 6616344 83456
  42. 24 = 6699800 83456
  43. 25 = 6783256 98304
  44. 26 = 6881560 148456
  45. 27 = 7030016 148456
  46. 28 = 7178472 148456
  47. 29 = 7326928 253630
  48. 30 = 7580558 99584
  49. 31 = 7680142 48640
  50. 32 = 7728782 152064
  51. 33 = 7880846 16028
  52. 34 = 7896874 12910
  53. 35 = 7909784 9114
  54. 36 = 7918898 10124
  55. 37 = 7929022 30178
  56. 38 = 7959200 54976
  57. 39 = 8014176 39680
  58. 40 = 8053856 290048
  59. 41 = 8343904 105472
  60. 42 = 8449376 86272
  61. 43 = 8535648 2816
  62. 44 = 8538464 39680
Add Comment
Please, Sign In to add comment