If you are manually installing the game, there are three files required, minimum (Some special games, like the Yeti ones, require some extras): The main .SWF file needs to be copied to the /arcade directory; two .GIF files (a 20 x 20 pixel image named <gname>2.gif, and a 50 x 50 pixel image named <gname>1.gif) needs to be copied to the /arcade/images directory. You would then manually add the game using information gleaned from the .PHP file, such as the gname (game name), size of the game, scoring type, description, and so on.
A much easier way would be to .tar the four files into one called game_<gname>.tar and upload that to the /arcade/tar directory, and let the auto installer take care of it...
|