What these files are....
BPKs are files that store within a package. A file inside the BPK named info.wif defines this pack. For example:
"WaspInfo"
{
"ID" "WASP_TDB_PACK"
"Name" "WASP - TheDarkBomber Pack"
"Desc" "WASP items."
"Icon" "pack.ico"
"LargeIcon" "pack.jpg"
}
"BeeInfo"
{
"ID" "WASP_TDB_PACK"
"Name" "WASP - TheDarkBomber Pack"
"Desc" "Items created with WASP."
"Pack"
{
"Package"
{
"Path" "example_package/info.txt"
}
}
}
`
.bpkcompatibility for BEE2.4What these files are....
BPKs are files that store within a package. A file inside the BPK named
info.wifdefines this pack. For example:"WaspInfo"{"ID" "WASP_TDB_PACK""Name" "WASP - TheDarkBomber Pack""Desc" "WASP items.""Icon" "pack.ico""LargeIcon" "pack.jpg"}"BeeInfo"{"ID" "WASP_TDB_PACK""Name" "WASP - TheDarkBomber Pack""Desc" "Items created with WASP.""Pack"{"Package"{"Path" "example_package/info.txt"}}}`