ScummVM main repository
Go to file
2011-04-16 13:15:33 +02:00
audio synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
backends fix compilation under unix 2011-04-14 13:11:41 +02:00
base synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
common synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
devtools updated create_project tool for residual, but not tested yet 2011-04-16 13:15:33 +02:00
dists update debian files 2011-04-15 12:57:43 +02:00
engines Partial implementation of FadeOutChore function. 2011-04-16 12:08:27 +02:00
graphics fix compilation under unix 2011-04-14 13:11:41 +02:00
gui synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
icons update amigaos icon 2009-07-07 06:55:32 +00:00
po synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
AUTHORS added giucam to credits 2011-04-05 13:11:55 +02:00
config.guess synced code with scummvm trunk 2010-01-21 19:25:03 +00:00
config.sub synced code with scummvm trunk 2010-01-21 19:25:03 +00:00
configure disable translation for now, it cause issues in grim engine 2011-04-14 16:07:44 +02:00
COPYING rename 2010-03-14 08:03:22 +00:00
COPYING.LGPL synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
Makefile synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
Makefile.common add --always to git command to prevent fail 2011-04-15 18:51:44 +02:00
NEWS adopted copyright stuff 2008-06-13 12:29:57 +00:00
plugin.exp added missing plugin.exp file 2009-05-26 07:00:12 +00:00
ports.mk synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
README update README 2011-04-15 12:46:44 +02:00
rules.mk synced with scummvm to 2011-Apr-13 2011-04-14 12:41:26 +02:00
TODO correct link 2009-05-07 21:05:51 +00:00

Residual: A 3D game interpreter

What is Residual?
-----------------
Residual allow to play 3D games such as Grim Fandango.

Residual utilizes OpenGL for 3d graphics hardware acceleration.
A software renderer is also included for machines without hardware OpenGL.

Which games does it support?
----------------------------
Residual is a fairly slow developing project and is still very much considered
alpha. Currently it contains limited support for Grim Fandango.

It is possible, but far from promised, that the other LucasArts LUA-based
title 'Escape from Monkey Island' may be supported in the distant future.

How do I run Residual?
----------------------
As Residual is not yet stable, easy to use, or complete.
Some technical ability is required.

It runs really slow !
----------------------------------------
Some gfx cards do not have a fast glDrawPixels access to zbuffer
implementation in the system driver.

Unix users may be able to achieve playable framerates by using Mesa 5.0 or
above, but people unable to upgrade or Windows users must use software
renderer. Software renderer is generally faster on modern platform.

What is the state of Residual? 
------------------------------
Basic gameplay works, including cutscenes. Parts of the game are playable,
but many features are either missing or unstable. Crashes are likely.

Game currently playable to around Year 2.

For more information, see the page on Residual at the wiki page:
https://apps.sourceforge.net/mediawiki/residual

Which datafiles are needed?
---------------------------
*.LAB
GRIM.TAB

What are the default keys?
--------------------------
e,u,p,i    : Examine, Use, Pickup, Inventory
Arrow keys : Movement
Shift      : Hold to run
Enter      : Selects items in inventory, conversation, etc
Escape     : Skips cutscenes, exits certain screens
q          : Exit Dialog Menu
Ctrl + c   : Force Quit (from command-line)
Alt + x    : Quit (ingame)
F1         : Menu

Development/debug keys from the original game
---------------------------------------------
Ctrl + e   : Enter lua string to execute
Ctrl + g   : Jump to set
Ctrl + i   : Toggle walk boxes
Ctrl + l   : Toggle lighting
Ctrl + n   : Display background name
Ctrl + o   : Create a door
Ctrl + p   : Execute patch file
Ctrl + s   : Turn on cursor
Ctrl + u   : Create a new object
Ctrl + v   : Print the value of a variable
Alt + n    : Next viewpoint
Apt + p    : Prev viewpoint
Alt + s    : Run lua script
Shift + n  : Next set
Shift + p  : Prev set
Shift + o  : Toggle object names
F3         : Toggle sector editor
Home       : Go to default position in current set
j          : Enter jump number

Configuration file:
-------------------
By default, the configuration file is saved in, and loaded from:

        Windows Vista/7:
        \Users\username\AppData\Roaming\Residual\residual.ini

        Windows 2000/XP:
        \Documents and Settings\username\Application Data\Residual\residual.ini

        Windows NT4:
        <windir>\Profiles\username\Application Data\Residual\residual.ini

        Windows 95/98/ME:
       <windir>\residual.ini

        Unix:
        ~/.residualrc

        Mac OS X:
        ~/Library/Preferences/Residual Preferences

        Others:
        residual.ini in the current directory

How do I report bugs?
---------------------
Don't. Residual is very alpha and we KNOW it doesn't work right.