README 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. ######################################################
  2. Emilia Pinball README
  3. ######################################################
  4. Emilia Pinball is a open source pinball game for linux.
  5. Requirements
  6. ============
  7. Hardware rendering:
  8. 300 Mhz cpu.
  9. OpenGL compatible gfx card.
  10. SDL 1.2.x, SDL_image and SDL_mixer libraries.
  11. Recommended:
  12. 450 Mhz PIII.
  13. Decent graphics card, voodoo3, tnt2, geforce, matrox g450 (you
  14. do not need anything superfast).
  15. Latest SDL libaries, old libraries may have bugs.
  16. Installing and building
  17. =======================
  18. It is best to remove any previous version of pinball before installing a new
  19. version. If you have used a rpm-package write as root user 'rpm -e pinball'.
  20. If you have installed from source code goto the pinball source directory and
  21. write as root user 'make uninstall'.
  22. NOTE: A user and group named 'games' must exist before installation, this
  23. user and group exist by defualt on most systems else:
  24. useradd 'games' (as root user)
  25. After checking that you have the necessary libraries (SDL, SDL_IMAGE and
  26. SDL_MIXER) installed you are ready to install. If you have an rpm-package
  27. you write as root user 'rpm -i pinball-x.x.x.rpm'.
  28. If you compile from a source package check that you also have the have the
  29. development libraries installed. They usually have a name like
  30. sdl-devel.x.x.x.rpm. Then install with the usual:
  31. Did you remember to install the development packages of SDL? Did you remember
  32. to install also SDL_Image and SDL_Mixer?
  33. configure
  34. make
  35. make install (as root user)
  36. make clean (if you want to save some disc space)
  37. The game is startet with 'pinball'.
  38. Default Keys
  39. ============
  40. Esc: Meny
  41. Enter: Launch Ball
  42. R: Reset Game
  43. Left Shift: Left Flipper
  44. Left Ctrl: Nudge from left
  45. Right Shift: Right Flipper
  46. Right Ctrl: Nudge from right
  47. Space: Nudge
  48. Latest news and FAQ is found at http://pinball.sourceforge.net.
  49. Send bug reports (after reading faq) and comments to
  50. henqvist@users.sourceforge.net.
  51. FAQ
  52. ===
  53. Graphics card known to work: Voodoo3, Matrox G450, GeForce4.
  54. Compiles without problems on: RedHat 7.3, 8.0, 9.0, Debian 3.0.
  55. Q: The 'boot' and 'tux' lights on the floor blinks or have vertical
  56. lines?
  57. A: Some buggy implementations of OpenGL does not implement the polygon
  58. offset command - which is need by the game for correct rendering.
  59. Q: Sounds are delayed with 0.5 seconds?
  60. A: You're either using arts, esd or have buggy audio drivers. Stop
  61. arts and esd, if that does not help install alsa drivers.
  62. Q: The rpm doesn't fit my dist and the source won't compile?
  63. Search the web for rpms, e.g. Mandrake rpms seems to pop up on
  64. rpmfind a couple of weeks/months after my releases. For compiling:
  65. doublecheck that you the _development_ packages of OpenGL, X, SDL,
  66. SDL_image, SDL_mixer are installed.
  67. Q: Can I help?
  68. A: Yes, I would like to check that the physics model of the game is
  69. somewhat like a real pinball machine whitout putting all my money into
  70. the pinball games at the local game corner. So if you have a spare
  71. pinball machine send it to me (it don't think it will fit in the
  72. mail though...).