Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Within 4 Days - I finally created a package file.

Within 4 Days - I finally created a package file.

Paul C Skertich
Paul C Skertich
SIC Games' Journal · · 1 min read
1,838 0
I can successfully create a PAK file of my own format. At first, tested it with ASCII files to make sure it was doing what I wanted. Late this evening, I was able to put the required data into vectors and then for the binary data I was just able to grab the total size of the file place them in a short * buffer - then write it in the pack file.

I have the creation part down now, I have to move forward with the loading content part. However, thanks go out to Hodgman for his advice!

Discussion

Loading comments...