Difference between revisions of "Sphere:Latest"

From Spherical
Jump to: navigation, search
(date)
m (latest box)
Line 1: Line 1:
 
The latest official version of the Sphere RPG engine and editor can be downloaded here.
 
The latest official version of the Sphere RPG engine and editor can be downloaded here.
  
{{section|sph-section-blue sph-latest|Latest Version|<p>Sphere 1.5, {{date|2008|07|17|df=yes}}</p><p>'''Windows setup''': (3.4MB)</p>}}
+
{{section|sph-section-blue sph-latest|Latest Version|<p>v1.5, {{date|2008|07|17|df=yes}</p><!-- p>'''Windows binaries''': (3.4MB)</p -->}}
  
 
__TOC__
 
__TOC__

Revision as of 22:46, 13 June 2013

The latest official version of the Sphere RPG engine and editor can be downloaded here.

{{section|sph-section-blue sph-latest|Latest Version|

v1.5, July 17, 2008; ago (2008-07-17)

Version 1.5

Sphere 1.5 is available for Windows, Linux, and Mac OS X (PPC and Intel).

Sphere 1.5 boasts a number of improvements over Sphere 1.4, such as:

  • Extended player controls: A, B, X and Y buttons.
  • Fully working Mac OS X subsystem (PPC and Intel).
  • OpenGL video driver now also available for Linux and Mac OS X.
  • Highly improved software video drivers.
  • New multilingual Config tool available for all platforms.
  • API now features the powerful SoundEffect object.
  • GetPersonOffset and SetPersonOffset allow now for new possibilities in sprite animation.
  • Text controls for scripts in the editor are now resizable.
  • Many other bug fixes and additions to the editor and the engine.

Send comments and bug reports to the Sphere 1.5 release candidate forum topic.

Windows

Mac OS X

Linux

Version 1.6 and older versions

If for whatever reason you are interested in older versions of the engine, they can be found here, along with a mirror of the current version and the somewhat less stable version 1.6:

Getting games

The best way to try out Sphere is to get some games for it.

Put games in the games/ sub-folder of your Sphere installation, e.g. under Windows it's C:\Program Files\Sphere\games\ if you used the Sphere installer and installed it to the default directory.

Making games

Getting started with Sphere is the first place to go for people interested in making games. An off-line version can be found installed with Sphere at docs/development/tutorial.txt.

This wiki contains a Tutorials section, covering a wide range of topics of how to make games with Sphere.

The Spherical Forums is the most active hub for Sphere talk and support. Drop in for help, to see games in progress, or if you just want to say "hi".

Sphere from source

You can obtain the source code of Sphere 1.5 via CVS on SourceForge. If you're using the official CVS client, type this:

cvs -z3 -d :pserver:anonymous@sphere.cvs.sourceforge.net:/cvsroot/sphere co -r sphere_1_5 -P sphere

This will create a subdirectory called sphere, containing the Sphere source, including the engine, editor and utility source files and resources.

You can also download Sphere's source from GitHub.

'See also: Compiling Sphere, which also includes instructions for getting and building the bleeding edge version of Sphere.