by Spider678 (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto.
The dll (included) has the following functions:
EXTRACT_FILE
OPENPAK
RETURN_NUM_LOADED
RETURN_SIZE
RETURN_TITLE
and an example project on how to use the dll is also included.