Realm Wars

Welcome to Milestone Zero Test Release Version 0.0.1 of Realm Wars, a GarageGames community project.


Overview

This is a Test Release of a new community developed project just launched on GarageGames.com. This release is a work in progress and is simply the first step in what will become a complete fantasy team-based, hand-to-hand combat game on an epic scale...

GarageGames Community Projects are moderate sized projects collaboratively built by the GarageGames community of artists, programmers and designers. GarageGames and community leaders guide the project from inception to completion where it will become a premier product on the GarageGames "Play Games" publishing site. Realm Wars, a team-based fantasy action game is the first of several GarageGames Community projects. Want more information on projects? Click here.


GarageGames

GarageGames.com is a unique Internet publishing label for independent games and gamemakers. We are a band of professional gaming industry veterans committed to publishing truly original and exciting titles on our own terms. Our mission? To provide the independent developer with tools, knowledge, co-conspirators - whatever is needed to unleash the creative spirit and get great innovative independent games to market.


Torque Game Engine

The Torque Game Engine (TGE) is the game engine that powers Tribes 2 developed by Dynamix. TGE is a full featured AAA title engine with the latest in scripting, geometry, particle effects, animation and texturing, as well as award winning multi-player networking code. Check out the feature list for more details. For $100 per programmer, you get the source to the engine of a major product from a major game publisher! Not possible? Check the FAQ for the details.


System Requirements

The application is released on both the Windows (Windows 98/SE/ME/2K/XP) and Mac (OS 8/9/10) platforms. See the following OS specific sections for more information.

Windows

Under windows the engine will run either OpenGL or DirectX. OpenGL and DirectX drivers are typically bundled together by video card manufactureres and are constantly being updated. Make sure you have the latest drivers for your particular video card.

Required Hardware:
Required Software:

Mac OS

Required Hardware:
Required Software:

Linux

Required Hardware:
Required Software:


Running the Application

The RealmWars demo application must be executed from the directory into which you unziped the download. Simply open up the folder with your browser and double click on the Running the RealWars app.

The demo may be run in two modes: with or without the client interface. Running the client graphics interface is the default behavior. Running the app. in "dedicated" mode skips the graphics and client interface initialization. This mode is used to run dedicated game servers and consumes less resources, but is not directly playable. You must connect to a dedicated server using another instances of the demo app running in client mode. Example of dedicated mode using command line arguments:

	cd c:\demo_directory
	RealmWars -dedicated -mission rw\data\missions\stronghold.mis

Games (servers) can also be hosted through the client interface, and a client may play the game being hosted.

Note: for Mac users, command line arguments can be placed in a text file called maccmdline.txt in the example directory.

Command Line Arguments

torqueDemo [-fullscreen] [-windowed] [-noSound] [-openGL] [-directX] [-autoVideo] [-prefs file] [-dedicated] [-mission mission] [-log level] [-mod modName] [-game gameName] [-show shapeFile] [-console] [-jSave file] [-jPlay file] [-jDebug file] [-help]

  -fullscreenRun in fullscreen mode
-windowedRun in a window
-noSoundDsisable sound
-openGLUse the OpenGL driver
-directXUse the DirectX driver
-autoVideoAutodetect the video driver
-prefsLoad the given config file
-dedicatedRun as a dedicated server
-mission missionLoad the given mission.
-log levelSet the log level = [0,1,2]
-mod modNameLoad the specified mod
-game gameNameLoad the specified game, clears all previously loaded mods
-show [file.dts]Start the show mod and optionally load the specified file
-consoleStart up a seperate console window
-jSave fileRecord a journal
-jPlay filePlay back a journal
-jDebug fileSame as jPlay, except that a debug break (int3) is issued when the journal ends
-helpDisplay this help to the console

Key Bindings

The client default key bindings for fps (the default game). The script file which binds these keys can be found in the torque/fps/client/scripts/default.bind.cs file. Here are some of the current bindings:

  Movement
wForward
sBackward
aLeft
dRight
spaceJump

View Control
eZoom
rSet Zoom FOV
TABFirst/Third person
alt cToggle between camera and player

Chat Messaging
uSend public chat message

Misc. Functions
Ctrl-OIn-game options dialog
F1In-game help dialog box
F7Switch contol to the player and position him at the camera
F8Switch contol to the camera and position it at the player
F9Toggle between outline, interior debug, and normal rendering modes