Difference between revisions of "Inner Space"
Line 2: | Line 2: | ||
<small>Inner Space is currently in Beta release, and is subscriber-only.</small> | <small>Inner Space is currently in Beta release, and is subscriber-only.</small> | ||
− | Inner Space is our next-generation cross between [[WinEQ 2]] and [http://www.macroquest2.com 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 [[ISSession:Bind (Command)|Bind]] and [[ISSession:GlobalBind (Command)|GlobalBind]] commands. Some WinEQ features, such as FPS indicator and | + | Inner Space is our next-generation cross between [[WinEQ 2]] and [http://www.macroquest2.com 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 [[ISSession:Bind (Command)|Bind]] and [[ISSession:GlobalBind (Command)|GlobalBind]] commands. Some WinEQ features, such as FPS indicator and memory indicator are implemented via [[ISSession:HUD|HUD]] elements. |
− | Inner Space consists of the main program, | + | Inner Space consists of the main program, known as the [[IS:Uplink|Uplink]], and [[IS:Session|sessions]], which are attached to your game. |
== Features == | == Features == | ||
Line 36: | Line 36: | ||
# [http://www.atari.com/rollercoastertycoon Rollercoaster Tycoon 3] | # [http://www.atari.com/rollercoastertycoon Rollercoaster Tycoon 3] | ||
# [http://www.atari.com/pirates Sid Meier's Pirates!] | # [http://www.atari.com/pirates Sid Meier's Pirates!] | ||
+ | # Star Wars Galaxies | ||
# Star Wars Jedi Knight II: Jedi Outcast | # Star Wars Jedi Knight II: Jedi Outcast | ||
− | # Star Wars | + | # Star Wars Knights of the Old Republic |
+ | # Star Wars Knights of the Old Republic II - The Sith Lords | ||
+ | # SWAT 4 | ||
# The Simpsons Hit & Run | # The Simpsons Hit & Run | ||
# [http://thesims2.ea.com The Sims 2] | # [http://thesims2.ea.com The Sims 2] | ||
Line 47: | Line 50: | ||
== Installation == | == Installation == | ||
+ | ;Installation is super-easy, and basically idiot-proof. '''Inner Space is available only to Lavish Software subscribers. The download will not function without a valid subscription.''' | ||
+ | #Download the installer from the [http://www.lavishsoft.com/innerspace/download.php Inner Space download page] | ||
+ | #Run the installer | ||
+ | #An Inner Space shortcut is placed on your desktop, use it to launch the [[IS:Uplink|Inner Space Uplink]]. You may move the shortcut onto your start menu, or wherever you prefer. | ||
+ | #Because the installer only contains a couple necessary files, Inner Space will patch itself to the latest version when launched | ||
+ | #The Inner Space icon should appear in the system tray (next to your system clock) | ||
+ | #That's it! Launch your games by right clicking the system tray icon. Make sure to come back here for help! | ||
== Basic Usage == | == Basic Usage == |
Revision as of 02:08, 23 April 2005
Contents
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 memory indicator are implemented via HUD elements.
Inner Space consists of the main program, known as the Uplink, and sessions, which are attached to your game.
Features
- Inner Space has a wide range of features. Here's just a few
- Can be trained through the "Add Game" menu item or Games Window to support most Direct3D or OpenGL games
- All of the great features of WinEQ 2 are included!
- Uses the LavishScript system to supply an in-game console, a heads-up display and more
- Adds a bindable input system, allowing you to map key combinations directly to commands
- Provides a method for all Inner Space sessions on the same computer to talk to each other (soon to be extended to allow other computers as well!), via the Relay command
- Implements a native Navigation system, which stores connected waypoints and provides an easy way to get the shortest path between any two connected points!
- The Inner Space Extension Developers Kit allows for creating custom features! See the ISMods Website for examples of existing mods (ISMods downloads and message boards are limited to GamingTools Subscribers, however you may read reviews or see the list of the available downloads)
Supported Games
- By default, Inner Space supports the following games:
- America's Army
- Battlefield 1942
- Counter-strike: Source
- Dark Age of Camelot
- Doom 3 - (Inner Space breaks in Doom 3 when switching between Full Screen and Windowed modes. Restarting Doom 3 in the desired mode works great. This is a known issue with Inner Space for this game.)
- Grand Theft Auto III
- Half-Life: Source
- Half-Life 2
- EverQuest
- EverQuest II
- Lineage II
- Lords of EverQuest
- Quake 2
- Quake III Arena
- Rise of Nations
- Rollercoaster Tycoon 3
- Sid Meier's Pirates!
- Star Wars Galaxies
- Star Wars Jedi Knight II: Jedi Outcast
- Star Wars Knights of the Old Republic
- Star Wars Knights of the Old Republic II - The Sith Lords
- SWAT 4
- The Simpsons Hit & Run
- The Sims 2
- Tron 2.0
- Unreal Tournament 2004
- Warcraft III
- World of Warcraft
Inner Space also provides a super-easy method for adding support for nearly any OpenGL, Direct3D8 or Direct3D9 game. Just click "Add Game"!
Installation
- Installation is super-easy, and basically idiot-proof. Inner Space is available only to Lavish Software subscribers. The download will not function without a valid subscription.
- Download the installer from the Inner Space download page
- Run the installer
- An Inner Space shortcut is placed on your desktop, use it to launch the Inner Space Uplink. You may move the shortcut onto your start menu, or wherever you prefer.
- Because the installer only contains a couple necessary files, Inner Space will patch itself to the latest version when launched
- The Inner Space icon should appear in the system tray (next to your system clock)
- That's it! Launch your games by right clicking the system tray icon. Make sure to come back here for help!
Basic Usage
Configuration
See Games Window