Giter Club home page Giter Club logo

bstone's Introduction

bstone

A source port of Blake Stone: Planet Strike.

Contents

  1. Disclaimer
  2. Compiling
  3. Command-line options
  4. Third party use
  5. Credits
  6. Links

1 - Disclaimer

Copyright (c) 1992-2013 Apogee Entertainment, LLC
Copyright (c) 2013 Boris Bendovsky ([email protected])

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


For a copy of the GNU General Public License see file LICENSE.
For an original source code license see file "Blake Stone source code license.doc".

2 - Compiling

The build system is based on CMake (http://cmake.org/).

Required libraries:

  • SDL v2 or higher.

3 - Command-line options

  • --ren [soft|ogl]
    Forces to use a specified renderer.
    "soft" selects a software renderer.
    "ogl" selects an OpenGL 2.x compatible renderer.
    Default order without this option: ogl, soft.

  • --windowed
    Runs the game in windowed mode.
    Default resolution mode: 320x200

  • --res width height
    Selects the specified resolution for windowed mode.
    Without this option the game will use desktop's resolution.
    Minimum width: 320
    Minimum height: 200

  • --scale factor
    Refinement factor. The higher a value the greater internal resolution
    mode will be used to render a scene. The dimensions of the resolution mode
    are proportional to the original one (320x200) by 'factor' value.
    This option can greatly affect the performance of a renderer (especially a
    software one).
    Minimum factor: 1 (identical to the original game)
    Default factor: depends on the game's resolution mode.

  • --winx offset
    Sets a horizontal offset from the left side of the desktop screen.
    Applicable only for windowed mode.

  • --winy offset
    Sets a vertical offset from the top side of the desktop screen.
    Applicable only for windowed mode.

4 - Third party use

  • Simple DirectMedia Library (v2)
    http://libsdl.org/
    See file COPYING-SDL2.txt for a license information.

  • DOSBox
    http://www.dosbox.com/
    See file dosbox/COPYING for a license information.
    Note: The source port uses only an OPL emulation code.

5 - Credits

6 - Links

bstone's People

Contributors

bibendovsky avatar pickle avatar rohit-n avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.