---------------------------------------
-SKIN- Mod folder for Lua-Pac-Man v0.1-
---------------------------------------
-----------
-Ghost Mod-
-----------

To change the ghost in Lua-Pac-Man Make a folder in '/Lua-Pac-Man/Mods/'
call it whatever you want. For this example will use the Space Invader mod.
you should have a folder that looks something like this

'/Lua-Pac-Man/Mods/Space_Invader/'

To change the Blue Ghost make a png file called 'ghost_blue_walk.png' (or
edit a copy from another mod) you will need to make 8 images each 14X14 (or
smaller) make sure you leave 2px (or more if you have a smaller images) after
each image (last image too). If you want them to look the way they walk the order
is 1-2 will be looking right 3-4 will be looking down 5-6 will be looking left
7-8 will be looking up. do the same for any all ghost you want to change. If
you changed all 4 ghost (you can change as many as you like) Your files should
be 128X14 each, your folder will look like this.

/ghost_blue_walk.png
/ghost_red_walk.png
/ghost_pink_walk.png
/ghost_gold_walk.png

Now you will need to make one more image 'ghost_run.png' (again, make or edit a
copy from another mod) this works the same way but you only need 4 images
in pacman the ghost turn blue two times then white two times. Your file should
be 64X14, now your folder will look like this (if I should add one for each ghost
let me know and I'll fix this - it's fine like this for pacman but maybe not for mods).

/ghost_blue_walk.png
/ghost_gold_walk.png
/ghost_pink_walk.png
/ghost_red_walk.png
/ghost_run.png


optional: If you would like to change the names of the Ghosts that shows up in the intro
loop make a file called 'names.txt' give each one 2 names (name and nickname) the file
should look like this. (file must have 12 lines).

--Red
-SHADOW
"Blinky"
--Pink
-SPEEDY
"PINKY"
--Blue
-BASHFUL
"INKY"
--Gold
-POKEY
"CLYDE"

Now if you changed the ghosts names your folder will look like this.

/ghost_blue_walk.png
/ghost_gold_walk.png
/ghost_pink_walk.png
/ghost_red_walk.png
/ghost_run.png
/names.txt

If you have made it this far you just change all 4 ghosts in Lua-Pac-Man. Now
All the ghost, from the intro loop to the game and even the intermissions have been
changed to your custom mod. to load your new mod just enter the mod menu and pick your
mod name from the menu.

optional: If you would like you can add/make a custom 'ICON0.PNG'. This file is 144X80
same as the XMB icons.

------------
-PacMan Mod-
------------
Changing the skin to Pac-Man is just like changing the ghosts. In your mod folder make
file named 'player_walk.png' This file is 180X13 and has 3 images for each direction
12 images in all. The order is down up right left. You can also create a new death 
animation this file will be named 'player_death.png' and will be 200X13 with 11 images.

/player_walk.png
/player_death.png

-------
-Notes-
-------
Well Thats about it (for now). Hope I didn't make it too hard to add your own Skins.