Freescape
{{Short description|Video game 3D engine}}
{{Use British English|date=August 2023}}
{{Use dmy dates|date=August 2023}}
{{Infobox software
| name = Freescape
| title = Freescape
| logo = Freescape.png
| screenshot =
| caption = Freescape logo
| author =
| developer = Incentive Software
| released = {{Start date and age|1987}}
| discontinued = yes
| latest release version = 3D Construction Kit II
| latest release date = {{Start date and age|1992}}
| programming language =
| operating system =
| platform = Amiga, Amstrad CPC, Atari ST, Commodore 64, IBM PC, ZX Spectrum
| size =
| language = English
| genre = Game engine
| license = Proprietary software
}}
Freescape is a video game engine, an early 3D game engine used in video games such as 1987's Driller. Graphics were composed mostly of solid geometry rendered without shading.{{Cite web |last=paleotronic |date=April 26, 2019 |title=1980s 8-Bit 3D Adventures with Freescape |url=https://paleotronic.com/2019/04/26/3d-adventures-with-freescape/ |website=Paleotronic Magazine}}{{Cite web |last1=Retro Gamer Team |date=22 September 2009 |title=Driller |url=https://www.retrogamer.net/retro_games80/driller/ |url-status=dead |archive-url=https://web.archive.org/web/20150914025318/https://www.retrogamer.net/retro_games80/driller/ |archive-date=2015-09-14 |website=Retro Gamer}}
History
Developed in-house by Incentive Software, Freescape is considered to be one of the first proprietary 3D engines to be used in video games, although the engine was not used commercially outside of Incentive's own titles.{{cite web |last=Fahs |first=Fahs |date=2008-10-22 |title=Exploring the Freescape |url=http://uk.retro.ign.com/articles/922/922505p1.html |url-status=dead |archive-url=https://web.archive.org/web/20151122065445/http://www.ign.com/articles/2008/10/22/exploring-the-freescape |archive-date=2015-11-22 |access-date=2009-07-04 |publisher=IGN}} The project was originally thought to be so ambitious that according to Incentive designer Ian Andrew, the company struggled to recruit programmers for the project, with many believing that it could not be achieved.
Paul Gregory (graphics artist for Major Developments, Incentive's in-house design team) mentions that Freescape was developed by Chris Andrew starting in September 1986 on an Amstrad CPC, as it was the most suitable development system with 128K memory and had adequate power to run 3D environments.{{Cite news |title=Incentive |work=Retro Gamer |pages=26 |issue=22}} Due to the engine's success, it was later ported to all the dominant systems of the era such as the ZX Spectrum, DOS, Commodore 64, Amiga and Atari ST.
Freescape development ended in 1992 with the release of 3D Construction Kit II. Its legacy continued in the latter Superscape VRT virtual reality authoring engine, from the same developer and advertised on the 3D Construction Kit II software.
Technology
= Geometry =
The Freescape engine allowed the generation of complete 3D environments that consist of a floor and as many primitives as memory and processor speed realistically allowed for. These primitives were cuboids, four-sided frustums (called pyramids by Freescape), triangles, rectangles, quadrilaterals, pentagons, hexagons and line segments. A further primitive, "sensor", was used for gaming purpose to detect the position of the camera relative to the sensor in the game world.
Freescape was designed with limited hardware in mind and as such contains a number of inherent limitations that are necessary to enable the games to run properly on these computers:
- Individual regions were restricted to a size of 8192 × 4096 × 8192 units. These units were arbitrary but each region always corresponded to the dimensions.
- The engine did not allow for fractional movements. On 16-bit machines each movement—camera or object—must be a multiple of one unit. On 8-bit machines the angles at which the world may be viewed are further restricted to steps of 5 degrees.
- The x and z axes were subdivided into only 128 discrete locations, and the y axis is subdivided into only 64 discrete locations. As a result, objects can only be placed at 64 unit intervals, for example, 0,64,128 or 128,64,32.
- Objects may not overlap.
- All objects possessed a "bounding cube", for which detection rules apply as per a cube, i.e. no overlapping.
= Interaction =
Games used the Freescape Command Language ('FCL'), an early in-game scripting language, to add interactive elements to Freescape worlds. Scripts may be set to run constantly for the entire world or run constantly for a certain area, or may be attached to individual objects where they will be run once if the object is shot, activated or collided with. Versions of Freescape for the Amiga, Atari ST and PC also supported 'animators', which were FCL programs that use a few extra instructions to create on-screen animations.
Software using the Freescape engine
Software titles using the Freescape engine:{{Cite web|url=https://www.uvlist.net/groups/info/freescapeengine|title=Freescape|website=Universal Videogame List}}
- Driller (1987) (also known as Space Station Oblivion){{Cite web|url=https://www.mobygames.com/game/space-station-oblivion|title=Space Station Oblivion (1987)|website=MobyGames}}
- Dark Side (1988)
- Total Eclipse (1988)
- Castle Master (1990)
- Castle Master II: The Crypt (1990)
- Total Eclipse II: The Sphinx Jinx (1991)
- 3D Construction Kit (1991){{Cite web |last=Wilson |first=Stuart |title=3D Construction Kit |url=http://www.stu-wilson.com/3DKit_Website/about.html |website=unofficial 3D Construction Kit website}} (also known as Virtual Reality Studio){{Cite web|url=https://www.mobygames.com/game/virtual-reality-studio|title=Virtual Reality Studio (1991)|website=MobyGames}}
- 3D Construction Kit II (1992) (also known as Virtual Reality Studio 2.0){{Cite web|url=https://www.mobygames.com/game/virtual-reality-studio-20/|title=Virtual Reality Studio 2.0 (1992)|website=MobyGames}}
See also
References
{{Reflist|30em}}
External links
- [https://web.archive.org/web/20151206220208/http://ovine.net/retro-remakes Freeware version of Driller for PC]
- [http://members.allegro.cc/ThomasHarte/phantasma/ A modern reimplementation of Freescape, in OpenGL]
- [http://retro.ign.com/articles/922/922505p1.html IGN article about the Freescape games]
- [http://www.uvlist.net/groups/info/freescapeengine Freescape Engine full games list]
{{Incentive Software}}
{{Video game engines}}