Difference between revisions of "Inner Space"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
== Supported Games ==
 
== Supported Games ==
 
; By default, Inner Space supports the following games<nowiki>:</nowiki>
 
; By default, Inner Space supports the following games<nowiki>:</nowiki>
# Battlefield 1942
+
# [http://www.eagames.com/official/battlefield/1942/us/home.jsp Battlefield 1942]
# Counter-strike: Source
+
# [http://www.counter-strike.net Counter-strike: Source]
# Dark Age of Camelot
+
# [http://www.darkageofcamelot.com Dark Age of Camelot]
# Half-Life: Source
+
# [http://www.halflifesource.com Half-Life: Source]
# Half-Life 2
+
# [http://www.half-life.com Half-Life 2]
# EverQuest
+
# [http://eqlive.station.sony.com EverQuest]
# EverQuest II
+
# [http://everquest2.station.sony.com EverQuest II]
# Lords of EverQuest
+
# [http://lordsofeverquest.station.sony.com Lords of EverQuest]
# Rise of Nations
+
# [http://www.microsoft.com/games/riseofnations/default.asp Rise of Nations]
# Rollercoaster Tycoon 3
+
# [http://www.atari.com/rollercoastertycoon Rollercoaster Tycoon 3]
# Sid Meier's Pirates!
+
# [http://www.atari.com/pirates Sid Meier's Pirates!]
# The Sims 2
+
# [http://thesims2.ea.com The Sims 2]
# Warcraft III
+
# [http://www.blizzard.com/war3 Warcraft III]
 
# [http://www.worldofwarcraft.com World of Warcraft]
 
# [http://www.worldofwarcraft.com World of Warcraft]
 
Inner Space also provides relatively easy methods for adding support for nearly any Direct3D8 or Direct3D9 game
 
Inner Space also provides relatively easy methods for adding support for nearly any Direct3D8 or Direct3D9 game

Revision as of 07:32, 28 February 2005

Introduction

Inner Space is currently in Beta release, and is subscriber-only.

Inner Space is our next-generation cross between WinEQ 2 and MacroQuest 2, though it does not contain anything directly related to a specific game -- you are breaking no more rules by using Inner Space "out of the box" than by using WinEQ 2. Inner Space is a platform for development inside games. It uses LavishScript, a simple command-based scripting system inspired by Linux shells, to provide an in-game console window. WinEQ's feature set is implemented as individual commands, such as a command to resize the window to the full size of your screen, and assigned default hotkeys via the Bind and GlobalBind commands. Some WinEQ features, such as FPS indicator and are implemented via HUD elements.

Inner Space consists of the main program, or Uplink, and sessions, which are attached to your game.

Features

Supported Games

By default, Inner Space supports the following games:
  1. Battlefield 1942
  2. Counter-strike: Source
  3. Dark Age of Camelot
  4. Half-Life: Source
  5. Half-Life 2
  6. EverQuest
  7. EverQuest II
  8. Lords of EverQuest
  9. Rise of Nations
  10. Rollercoaster Tycoon 3
  11. Sid Meier's Pirates!
  12. The Sims 2
  13. Warcraft III
  14. World of Warcraft

Inner Space also provides relatively easy methods for adding support for nearly any Direct3D8 or Direct3D9 game

Installation

Basic Usage

Configuration

See Also