by andylegate » Wed Mar 12, 2008 11:22 am
A .pak file is like a .zip file, except in this case it is used by Python.
You have not had any reason so far to create any python scripts for your Ages yet. When you do, you will be making the pak file, not blender. You'll need to use a program like PlasmaShop to do it.
Basically, when you write a python file, it will be scripting, a lot like the ALCscript you do in Blender. However, while working on you python file an when you're done, you will then compile it into a pak file. It's pretty easy and all point and click.
When will you need a python file? When you start doing things like having Journals or Linking books. If you want something in your Age to move (the actual mesh, not the texture), and setting up things like puzzles. That's what they'll mostly be used for.
Any questions?