SUPPORTED GAMES (upkk_sar.dll)
======================================================================
Check out http://nullsecurity.org/unpakke for a list of supported games !

THINGS YOU SHOULD KNOW:

First of all, DON'T DELETE "unpakke.ini" between unpack/pack process!

The best way to avoid problems is to unpack and pack the files in the same order.

For example lets say we like to change the contents of "PC_Config.sar", "PC_Sound.sar" and "PC_UI.sar".
The right way is:
1 / unpack "PC_Config.sar", and update the dumped files
  \ pack back "PC_Config.sar"
2 /unpack "PC_Sound.sar", and update the dumped files
  \pack back "PC_Sound.sar"
3 /unpack "PC_UI.sar", and update the dumped files
  \pack back "PC_UI.sar"

Unpacking all the files first, then packing them back will broke your game, so don't do it - ONE FILE AT A TIME!

However if you are "advanced" user, you can still unpack and pack them in whatever order you want.
Just remember, every file has two identification flags, that are used by the game to determine in what order they should be loaded.
Those flags are saved in "unpakke.ini", and when you unpack a file, they will be updated as the current unpacked file flags (eg. if you unpack "PC_Config.sar", "unpakke.ini" will get updated automatically and be ready to pack back to the same file).
To short things up, here's a list of the "Shoot many robots" files and their appropriate flags:

	 ------------------ ---------- ------
	| File name        | priority | init |
	 ------------------ ---------- ------
	| PC_Config.sar    |     1    |   1  |
	| PC_Content.sar   |     2    |   0  |
	| PC_ContentPC.sar |     3    |   0  |
	| PC_Sound.sar     |     3    |   0  |
	| PC_UI.sar        |     2    |   0  |
	 ------------------------------------

As usual, use this module on your own responsibility and make backups before doing anything.
Also, if you like Unpakke, you can share it with a friend, write few kind words at nullsecurity.org or donate to my site. You can also give me a finger, as few guys already did...

Most importantly - have fun, and happy modding!

P.S.
And _please_, no requests, since this is just a hobby project.