Page 1 of 1

Idle question to take my mind off Age that isn't working...

PostPosted: Wed Mar 12, 2008 11:16 am
by Zander
What does a .pak file do? I've made six Ages so far, with earth and sky and sea and sounds, and none of them have a .pak file.

Re: Idle question to take my mind off Age that isn't working...

PostPosted: Wed Mar 12, 2008 11:22 am
by andylegate
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?

Re: Idle question to take my mind off Age that isn't working...

PostPosted: Wed Mar 12, 2008 4:53 pm
by Zander
More than you can possibly imagine. :lol: But I'll save them for when I know I can do basic Age creation without frodding up. One step at a time...