About Store Forum Documentation Contact



Post Reply 
.pak files
Author Message
Eric Offline
Member

Post: #1
.pak files
I need to create one .pak file with program files (directories with files and so on) and then I'll need to update that .pak file but I don't know how to deal with .pak files since I cannot find any tutorial to them.
Handling those .pak files seems a little bit complicated to me. grin

Regards,
Eric 'Eri' Przychocki
ourgames.eu
(This post was last modified: 01-24-2014 05:33 PM by Eric.)
01-24-2014 05:31 PM
Find all posts by this user Quote this message in a reply
para Offline
Member

Post: #2
RE: .pak files
Unpack this file inside your Esenthel\Projects directory:

.rar  Pak Tutorials from EE1.rar (Size: 5.97 KB / Downloads: 20)

It contains a project with a sample pak file and 3 tutorials showing how to handle pak files.

You can also 'import' pak files (and also any other file types) in EE 2.0 via Raw files. In the project elements window right click and choose 'New Raw File', then right click on the newly created file and choose 'Reload' and point to your file. In code you can use EncodeFilename(*drag&drop raw file here*) in places where you need to use a Str filename, like Paks.add()...
01-24-2014 07:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Eric Offline
Member

Post: #3
RE: .pak files
Thanks for help!

Regards,
Eric 'Eri' Przychocki
ourgames.eu
01-24-2014 08:38 PM
Find all posts by this user Quote this message in a reply
Post Reply