Documentation
¶
Overview ¶
Package vpk provides functionalities to manipulate VPK ("Valve PacK") format.
Reference: https://developer.valvesoftware.com/wiki/VPK_(file_format)
Index ¶
Constants ¶
View Source
const (
Magic = 0x55AA1234
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type ErrInvalidEntryTerminator ¶
type ErrInvalidEntryTerminator struct {
Bad uint16
}
func (ErrInvalidEntryTerminator) Error ¶
func (e ErrInvalidEntryTerminator) Error() string
type ErrInvalidMagic ¶
type ErrInvalidMagic struct {
Bad uint32
}
func (ErrInvalidMagic) Error ¶
func (e ErrInvalidMagic) Error() string
type ErrUnsupportedVersion ¶
type ErrUnsupportedVersion struct {
Bad uint32
}
func (ErrUnsupportedVersion) Error ¶
func (e ErrUnsupportedVersion) Error() string
Source Files
¶
- reader.go
- vpk.go
Click to show internal directories.
Click to hide internal directories.