terabit question

Blitz3D Forums/Blitz3D Programming/terabit question

seferey(Posted 2005) [#1]
I love terabit But what I would like to know is there a command in b3d or do I half to make a function of some kind that reads the the files inside the pak file that's all I want to know.


jfk EO-11110(Posted 2005) [#2]
As far as I know there are some examples in the terapak ditribution, on how to extract files from the packed content. Extracting files from it is not part of the native B3D command set. It's a function.

BTW Terabit is the nickname of the Author, TeraPak was the name of the library, IIRR.


jhocking(Posted 2005) [#3]
There is demo code included with terapak. In a nutshell, you Include the terapak code, then call Pak("filename") instead of just "filename" whenever you are loading files.


Prym(Posted 2014) [#4]
Hello friends TeraPak,

Can anyone tell me how to change or delete an image file in a pack (data.pak)?
I can not find function "delete" in the functions of "Bones.bb."
Can an image file of the same name is replaced when it is reloaded in the pack with "AddtoPak"?

This is a great software, beautiful, easy, convenient.
Thank you for your answers.


Prym(Posted 2014) [#5]
Another question :

Is it possible to modify an image file into a Data.Pak ?
How to rewrite it after modification ? Does it erase the old one ?

Thanks to the responders ...