| KLEPTO.KLPacker: | Functions | Modinfo | Source |
| AddDirtoPack | Adds a dir to the specified package. |
| AddFiletoPack | Adds a file to the specified package. |
| BuildPackage | Builds an previous created TKLPack. |
| CreatePackage | Creates an empty Package. |
| GetDirList | Returns the Directory List of a package. |
| GetFile | Get a file from memory. |
| GetFileList | Returns the FileList of a package. |
| LoadPackage | Load an existing Package. |
| SaveFile | Saves one File to specified Path. |
| Function AddDirtoPack(Package:TKLPAck , Path:String) | |
| Description | Adds a dir to the specified package. |
| Information | adds a directory to the specified packages dirtree. The Path should be the whole path eg: "gfx\aliens\animated" |
| Function AddFiletoPack(Package:TKLPack , Path:String, Packdir:String) | |
| Description | Adds a file to the specified package. |
| Information | Files could be any format. The packdir specifies the directory within the Package. |
| Function BuildPackage(Package:TKLPack,Path:String) | |
| Description | Builds an previous created TKLPack. |
| Information | Builds and saves the package at give ratio and name. |
| Function CreatePackage:TKLPack(_Name:String , _Level:Int = 9 , Password:String = "") | |
| Description | Creates an empty Package. |
| Information | This function creates an empty KLPack Type with specified name and compression Level Level Range 1 - 9 Password A simple String with at least 1 character. |
| Function GetDirList:TList(Package:TKLPack) | |
| Description | Returns the Directory List of a package. |
| Information | Gives back a Tlist with all available directorys in the String Format. |
| Function GetFile:TBankStream(Package:TKLPack , Filename:String) | |
| Description | Get a file from memory. |
| Information | This function returns a file from from a previously loaded package directly from ram. This means no unpacking to the users HD and so no resources on the users PC. |
| Function GetFileList:TList(Package:TKLPack) | |
| Description | Returns the FileList of a package. |
| Information | Gives back a Tlist with all available Files in the TFile Format. |
| Function LoadPackage:TKLPack(Path:String,Password:String = "") | |
| Description | Load an existing Package. |
| Information | Loads an existing Package into Memory with this you could access the files directly from ram or save them later in directory. |
| Function SaveFile(Package:TKLPack , Name:String , Dir:String) | |
| Description | Saves one File to specified Path. |
| Version | 1.00 |
|---|---|
| Modserver | BlitzHelp |
| Author | Benjamin ' Klepto2 ' Rössig |
| License | Closed Source |
| Copyright | Benjamin Rössig |
| History | 0.8 Release |
| History | Official Relase |