Difference between revisions of "Inner Space"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 90: Line 90:
  
 
== Configuration ==
 
== Configuration ==
* [[IS:Configuring|Configuring Inner Space]]
+
See [[IS:Configuration|Configuring Inner Space]]
* [[IS:Games and Profiles|Games and Profiles]]
 
  
 
== See Also ==
 
== See Also ==

Revision as of 23:07, 3 September 2005

Other languages: Deutsch

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

It's so easy!
Inner Space has a wide range of features. Here's just a few
  • Can be trained through the "Add Game" menu item or Configuration Window to support most Direct3D or OpenGL games
  • Uses the LavishScript system to supply an in-game console and automation system
  • The Inner Space User Interface system adds a complete interactive GUI system available in all supported games
  • Adds a bindable input system, allowing you to map key combinations directly to LavishScript commands
  • Provides a method for all Inner Space sessions on the same computer (and computers you authorize) to send LavishScript commands to each other 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. More can be added by simply clicking "Add Game"!
  1. America's Army
  2. Axis & Allies
  3. Battlefield 1942
  4. Broken Sword - The Sleeping Dragon
  5. Brothers in Arms
  6. Cold Fear
  7. Counter-strike: Source
  8. Dark Age of Camelot
  9. Delta Force Xtreme
  10. 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.)
  11. EverQuest
  12. EverQuest II
  13. Far Cry
  14. Grand Theft Auto III
  15. Grand Theft Auto Vice City
  16. Half-Life: Source
  17. Half-Life 2
  18. Guild Wars
  19. Halo
  20. Kal Online
  21. Lineage II
  22. Lords of EverQuest
  23. Need for Speed Underground 2
  24. Neverwinter Nights
  25. PlanetSide
  26. Playboy - The Mansion
  27. Prince of Persia - The Sands of Time
  28. Psychonauts
  29. Quake 2
  30. Quake III Arena
  31. Rise of Nations
  32. Rollercoaster Tycoon 3
  33. Sid Meier's Pirates!
  34. Star Wars Battlefront
  35. Star Wars Galaxies
  36. Star Wars Jedi Knight II: Jedi Outcast
  37. Star Wars Knights of the Old Republic
  38. Star Wars Knights of the Old Republic II - The Sith Lords
  39. Star Wars Republic Commando
  40. SWAT 4
  41. The Simpsons Hit & Run
  42. The Sims 2
  43. Thief - Deady Shadows
  44. Tribes Vengeance
  45. Tron 2.0
  46. Unreal Tournament 2004
  47. Warcraft III
  48. World of Warcraft

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.
  1. Download the installer from the Inner Space download page
  2. Run the installer
  3. 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.
  4. Because the installer only contains a couple necessary files, Inner Space will patch itself to the latest version when launched
  5. The Inner Space icon should appear in the system tray (next to your system clock)
  6. That's it! Launch your games by right clicking the system tray icon. Make sure to come back here for help!

Basic Usage

This should serve as a "quick start" guide, please see Uplink and sessions for complete information on usage.

  • After installation, launch Inner Space with the icon placed on your desktop. When launched, the Uplink becomes an icon in your system tray (next to the system clock).
  • To launch a game, right click the system tray icon, find the name of the game in the menu, and select a profile from its submenu
  • To add a new game, right click the system tray icon, and click "Add Game". Enter the name of the game, then click the "..." button to navigate to the game's executable. Most games do not need anything extra after doing so, but if you have trouble with a game, please post on our forums to receive help.
  • While playing a game launched by Inner Space, you may access the in-game console by pressing the ` key. This key a "bind", and can be changed to any key combination you prefer. In fact, many non-US keyboards will not accept this default binding.
  • The in-game console accepts many commands, from scripting commands to display elements. Commands are quite simple -- if you've played a game that has a chat system, chances are you know exactly how commands work! "/tell bob Hi bob!" Look familiar? That's no different from entering a command in the console (though the console does not use slashes). All consoles have every LavishScript command as well as program-specific commands (see Inner Space Session Commands). Extensions can add their own commands, too!
  • By default, Inner Space displays a memory indicator in the upper left corner. You can get toggle it by pressing Ctrl+Alt+M (same as in WinEQ)
  • When playing multiple sessions, use Ctrl+Alt+Z and Ctrl+Alt+X to rotate backwards or forwards through sessions, bringing another session to foreground. Use Ctrl+Alt+1 through Ctrl+Alt+9 to quickly bring a specific session to foreground

Configuration

See Configuring Inner Space

See Also