Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f3e0282d7a994b6d49bb5d7f352864d2 > files > 4

BlockOutII-2.4-1mdv2010.0.i586.rpm

BlockOut v2.4 by Jean-Luc PONS (jlp_38@yahoo.com)

Description
===========

  BlockOut II is a (Direct3D/OpenbGL) adaptation of the original BlockOut DOS 
  game edited by California Dreams in 1989. BlockOut II has the same features 
  than the original game with few graphic improvements. Score calculation is 
  also nearly similar to the original Game. BlockOut II has been designed by 
  an addicted player for addicted players.
  
  Have fun with BlockOut II...

  --------------------------------------------------------------------------------------
  Blockout® is a registered trademark of Kadon Enterprises, Inc., used by permission. 
  This USA company produces hands-on sets of polycubes since 1980. "www.gamepuzzles.com"
  --------------------------------------------------------------------------------------

Official Home Page
==================

http://www.blockout.net/blockout2

What do you need ?
==================

Windows platform:

  -DirectX runtime (>=8.1)

Linux platform:
	
  -OpenGL runtime

How to install ?
================

Widows:  - Run the Setup program

Linux:   - Extract the blXX-linux-i586.tar.gz file
         - Set the BL2_HOME environment variable to the bl2 install directory  
         - if you experience problem '...libc.so.6(GLIBC_2.4) is needed...' 
	       when running blockout, try the blockout_oldlibc.

Version history
===============

  2.4:
    -Added frame limiter
    -Added demo mode
    -Added pratice mode
    -Fixed replay bug
    -Fixed random generator (FLAT block set)
    -Fixed fullscreen bug (Linux)
    
  2.3:
    -Added player/rank name when replaying
    -New punctuation characters added
    -Little effect when rotation is blocked
    -Fixed "Cannot open blX.bl2replay for writting"
    -New style (Marble/Arcade)
    -Fixed crash when pressing [Esc]
    -Pit animation when the game is over
    -Jump to Score Details page after end of game
    -Added DOS blockout sound preset
    -New randomizer (See notes)
    
  2.2:
    -NUMPAD Key control added
    -Block transparency configurable with slider
    -Abort menu startup demo with [Esc]
    -Empty pit (Flush) in score details added
    -On-line score database (available from the game or from the home page)
    -Replay
    -Credits page added
    -Other minor updates

  2.1:
    -Fixed block descent algorithm (Game should be easier, especialy when playing at
     the top of the pit)
    -Increased a little bit drop time (It has been reported too fast)
    -Improved tuning of motion speed (Rotation speed in the options menu)
      
  2.0:
    Initial realease

How to compile the source (Windows) ?
=====================================

  - You need Microsoft VC++ 7 or VC++ 8
  - BlockOut II source can be donwloaded from sourceforge http://sourceforge.net/projects/blockout
  - You need DirectX SDK 8.1 to compile. A recent release of the DirectX SDK will not work !
  - If you already have a recent DirectX SDK installed, just update your project path
    to the old DirectX SDK (present in the contrib directory)
  - Set all appropriate include and lib paths in the project properties
    (ImageLib , D3DTools and dxsdk8 if needed)
  - Set the working directory to the BlockOut project root
	

How to compile the source (Linux) ?
=====================================

  - You need opengl,sdl,sld_mixer devel package
  - Make the ImageLib library
  - Make blockout (in BlockOut_GL directory)
  
About Replay (.bl2replay) file
==============================

  For each high score you make, a .bl2replay file is created within
  the directory InstallPath/replay (or $(HOME)/.bl2/replay for linux).
  These files contain replay data which are needed if you want to upload
  your score to the on-line score database. A replay can be uploaded 
  only once as soon as it has been successfully registered. If you 
  abort a game by pressing [Esc], the replay file won't be saved.
  A file name starting with 'l' means local replay, with a 'r' means
  remote replay.

About Score Uploading
=====================

  To upload your high score to the online database, just go to the
  Score Details page and select Upload. You can enter a different
  name and a comment. Note that only score made with a release
  >=2.2 can be uploaded (Replay file needed).

About the Randomizer:
=====================

 The Blockout II random generator generates a sequence of all possible 
 pieces (depending on the pit dimension and block set) permuted randomly,
 as if they were drawn from a bag. Then it deals all pieces of the 
 sequence before generating another bag. It is not possible to get
 3 times the same piece. The random permuation is generated by a classic
 linear congruential generator.
     
Copying
=======

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA