home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD4.iso / zipdat / 3953 / 3953.exe / default / sameskin.txt < prev    next >
Text File  |  1999-05-24  |  3KB  |  139 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     SameGame for Windows 95/98/NT
  7.  
  8.     t h e   u l t i m a t e   t i m e   w a s t e r
  9.  
  10.  
  11.  
  12. _______ ABOUT SAMEGAME SKINS
  13.  
  14.     You can make your own skins and use them with SameGame.
  15.     This file contains information about how you do it.
  16.  
  17.  
  18. _______ HOW TO MAKE YOUR OWN SKIN
  19.  
  20.     1. Create a folder in the SameGame directory. The name
  21.     of the folder will be the name shown in the skin selector.
  22.  
  23.     2. Design your skin. Look at the pictures in the default
  24.     folder and figure out how to cut your images.
  25.  
  26.     3. Create a file called samegame.ini in the folder. This
  27.     file positions all the elements. See ini file variables
  28.     below for details.
  29.  
  30.     4. The icon shown in in the skin selector is 32x16 pixels
  31.     and should be named sm_icon.bmp. Make a nice one.
  32.  
  33.     5. Test your skin.
  34.  
  35.     6. If you're satisfyed, send the url and a short
  36.     skin desciption to samegame@tjerngren.net and your skin
  37.     will be added to the download list.
  38.  
  39.  
  40. _______ INI FILE VARIABLES
  41.  
  42.         [squares]
  43.  
  44. BASE        <name of skin this is based on>
  45.         - all files missing in current skin is taken from 
  46.         this skin.
  47.  
  48. SQUARES        <number of squares in squares.bmp file>
  49.  
  50. OFFSET        <x>,<y>
  51.         - offset if grid has a border.
  52.  
  53.  
  54.         [images] - bg.bmp always loaded first and used 
  55.         as background.
  56.  
  57. INVISIBLE    <0xRRGGBB>
  58.         - hex red green blue. Color to treat as invisible
  59.         when showing graphics. Invisible is valid from
  60.         the position it's used and until replaced with 
  61.         other invisible color.
  62.  
  63. GRID        <x>,<y>
  64.         - This is the area the game is played on.
  65.  
  66. <name>        <x>,<y>
  67.         <name> corresponds to <name>.bmp and indicated
  68.         what file to load. <x> & <y> is coordinates where
  69.         to place the image.
  70.  
  71.     
  72.         The following names have special meaning and a
  73.         special format :
  74.  
  75.         ABOUT,MINIMIZE,CLOSE,HISCORE,NEWGAME are buttons.
  76.  
  77.         The image should contain two images side by side,
  78.         one for normal and one for when it is pressed.
  79.         About shows the about dialog box with the 
  80.         possibility to change skin to something else.
  81.         Minimize and Close do just that. Hiscore shows the 
  82.         high-score dialog and newgame starts a new game!
  83.  
  84.  
  85.         [entryfields]
  86.  
  87. LEVELFONT    <commaseparated list of fontnames to use to view level>
  88.  
  89. LEVELSIZE    <size of font for level>
  90.  
  91. LEVELCOLOR    <color (0x0 hex format) for level>
  92.  
  93. SCOREFONT    <commaseparated list of fontnames to use to view score>
  94.  
  95. SCORESIZE    <size of font for score>
  96.  
  97. SCORECOLOR    <color (0x0 hex format) for score>
  98.  
  99. SCORE        <x>,<y>,<w>,<h>
  100.         - position and size of area to display score.
  101.  
  102. LEVEL        <x>,<y>,<w>,<h>
  103.         - position and size of area to display level.
  104.  
  105. FONT        <commaseparated list of fontnames to use to view level and score>
  106.  
  107. SIZE        <size of font for level & score>
  108.  
  109. COLOR        <color (0x0 hex format) for level & score>
  110.  
  111. BITMAP        <0x0 hex color of background>
  112.         The file "numbers.bmp" is always loaded and should
  113.         contain all numbers from 0 to 9 in that order and
  114.         all numbers should be of the same width.
  115.  
  116.  
  117.         [audio]
  118.  
  119. LEVEL        <filename>
  120.         - sound to play when a level is cleared.
  121.  
  122. GAMEOVER    <filename>
  123.         - sound to play when the game is over.
  124.  
  125. REMOVE        <filename>
  126.         - Played when some bricks are removed.
  127.  
  128. CYCLE        <filename>
  129.         - sound to play when player cycle colors.
  130.  
  131. NEWGAME        <filename>
  132.         - sound for when newgame is pressed.
  133.  
  134. STARTGAME    <filename>
  135.         - This is played when the program is started.
  136.  
  137. QUITGAME    <filename>
  138.         - Played when SameGame is closed.
  139.