Advertisement
Guest User

.str.txth

a guest
Jul 15th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ###############################################################################
  2. # Mad Dash Racing (Xbox) - .str
  3. # by bnnm
  4. ###############################################################################
  5.  
  6. # no header ID, use fields expected to be 0
  7. id_value = 0
  8. id_offset = @0x10
  9. id_offset = @0x14
  10. id_offset = @0x18
  11. id_offset = @0x1c
  12.  
  13. codec = XBOX
  14.  
  15. channels = 2
  16. sample_rate = @0x00
  17.  
  18. start_offset = 0x800
  19.  
  20. num_samples = data_size #also @0x08, but sometimes it's null
  21. # no loops observed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement