soundpacks support
This commit is contained in:
@@ -200,7 +200,7 @@ Public Class Form1
|
||||
type.Add("eof")
|
||||
type.Add("DATA")
|
||||
type.Add("IMAGE")
|
||||
type.Add("SCR?")
|
||||
type.Add("SND")
|
||||
If IsNothing(BinFile) Then Exit Sub
|
||||
|
||||
For Each r In BinFile
|
||||
@@ -214,7 +214,11 @@ Public Class Form1
|
||||
Case 0
|
||||
SelBinFiles.Items.Add(r.SectorID & ":" & r.ID & " : " & type(r.Type) & xy & " : " & compr(r.Compr) & ", Sz: " & r.Size & " Gap: " & r.SectorGap)
|
||||
Case 1
|
||||
SelBinFiles.Items.Add(r.SectorID & ":" & r.ID & " : " & type(r.Type) & xy & " : " & compr(r.Compr) & ", Sz: " & r.Size & " unp:" & r.UnpackSize & " Gap: " & r.SectorGap)
|
||||
If r.Type <> 3 Then
|
||||
SelBinFiles.Items.Add(r.SectorID & ":" & r.ID & " : " & type(r.Type) & xy & " : " & compr(r.Compr) & ", Sz: " & r.Size & " unp:" & r.UnpackSize & " Gap: " & r.SectorGap)
|
||||
Else
|
||||
SelBinFiles.Items.Add(r.SectorID & ":" & r.ID & " : SNDPACK : " & compr(r.Compr) & ", Sz: " & r.Size & " Gap: " & r.SectorGap)
|
||||
End If
|
||||
Case 2
|
||||
SelBinFiles.Items.Add(r.SectorID & ":" & r.ID & " : " & type(r.Type) & xy & " : " & compr(r.Compr) & ", Sz: " & r.Size & " unp:" & r.UnpackSize & " Gap: " & r.SectorGap)
|
||||
Case Else
|
||||
|
||||
Reference in New Issue
Block a user