home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 July / Chip_2001-07_cd1.bin / oddech / astro / astrorally.exe / ship-building.txt < prev    next >
Text File  |  2000-09-09  |  4KB  |  92 lines

  1. Astro Rally 1.0
  2. published by Aggressive Game Designs
  3.  
  4. Racing Ship editing/creation information
  5.  
  6. Do you want to make new ships for Astro Rally, or just fiddle with the ships
  7. that come with the game? Well, you've come to the right place.  This document
  8. is designed to help you.
  9.  
  10. First, let's talk about the four data files that compose an Astro Rally
  11. racing ship.
  12.  
  13. The first is a file that ends in ".SHP".  This file is readable by any text
  14. editor, such as NotePad, and contains all of the information about the ship.  
  15.  
  16. The second and third files are picture files, and thier names end in ".BMP".
  17. BMP files are picture files that any paint program (such as Microsoft Paint)
  18. will recognize.  You can use Paint to change a picture, and save it into a
  19. file that ends in ".BMP".
  20.  
  21. One of the two BMP files will be used as the "big" picture of the ship,
  22. which shows up in the game when you select which ship you will race with.
  23. The other BMP will be the "small" picture of the ship, and is used to
  24. represent the actual ship on the race track.  These BMPs can be any size you
  25. want, BUT you should examine the BMPs of the ships that come with the game,
  26. to make sure your pictures are of a similar size.
  27.  
  28. Both ship BMPs should point straight up.  In both pictures, the area around
  29. the ship should be pure black, because the game makes pure black invisible,
  30. so you can see through it.
  31.  
  32. The fourth file is a sound file, which is used for the motor sound of the
  33. ship.  This file ends in ".WAV", which is a standard Windows sound format.
  34. Windows doesn't come with a good sound editor, but there are many sound
  35. editors available on the WWW.  The one we recommend is "GoldWave", which
  36. can be found at http://www.goldwave.com.  Different ships can use the same
  37. motor sound file, so don't be afraid to use the motor sounds that come with
  38. the game for your new ship.
  39.  
  40. Now, lets get back to the .SHP file.
  41.  
  42. This file has several bits of information in it.  Each bit is on its own line,
  43. and there are no blank lines between the information.
  44.  
  45. The text between the asterisks is the information in the .SHP file for the
  46. slowest ship in the game.
  47.  
  48. *
  49. Freespace
  50. Frog
  51. A1F.bmp
  52. A1S.bmp
  53. 1
  54. 1
  55. 1
  56. cheap-high-motor.wav
  57. 10
  58. *
  59.  
  60. The first line is the Make of the ship, and the second line is the Model
  61. of the ship.
  62.  
  63. The third line is the file name of the "big" BMP file we talked about earlier,
  64. and the fourth line is the file name of the "small" BMP file.
  65.  
  66. Line 5 is the acceleration of the ship.  The higher the number, the faster
  67. the ship will accelerate.
  68. Line 6 is the turning rate of the ship.  The higher the number, the faster
  69. the ship will turn left or right.
  70. Line 7 is the damping rate of the ship.  This determines how much the ship
  71. will slide sideways while turning.  The higher the number, the better the
  72. ship will handle.
  73.  
  74. When Astro Rally wants to know what class a ship belongs to, it adds up the
  75. acceleration, turning rate, and damping rate, subtracts 2, divides by 3, and
  76. adds 1.  So, a ship is Class 1 as long as the acceleration, turning rate,
  77. and damping rate, added together, equal 4 or less.  When a ships numbers total
  78. 5, it is Class 2, and when they total 8, the ship is Class 3.
  79.  
  80. Line 8 is the file name of the motor sound your ship will use. Line 9 is the
  81. basic pitch of the motor sound.  As a ship accelerates, its motor sound "revs
  82. up", from a bottom level.  This number determines that level.  A ship with a
  83. lower motor sound will have a low number, like 1 or 2.  A ship that should have
  84. a high-pitched motor should have a higher number, like 7 or even 10.
  85.  
  86. That's it!  Those 9 pieces of information define a racing ship.  You might want
  87. to start by adjusting some of the information in the ships that come with the
  88. game, but in any case have fun, and remember to share any cool ships or tracks
  89. you make with us at http://www.aggressive.to.
  90.  
  91.  
  92.