Using 256 colour graphics in AGS

From Adventure Game Studio | Wiki
Revision as of 06:21, 1 December 2005 by Gilbert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(by Gilbert Cheung)

Note: The following tutorials assume that you, the reader, have already subtle amount of knowledge on AGS scripting, and operating graphics packages which are capable of editing images natively under 8-bit colour VGA modes (e.g. Deluxe Paint ][ enhanced and Grafix 2). If you are not familiar with such programmes, use 16- (or 32-) bit colour graphic modes instead to eliminate the difficulties involved in setting up things properly, OR, if you really want to use 8-bit graphics, just because you think your game doesn't require graphics of higher colour depth, or for the sake of file sizes and speed, you may read [http://kafkaskoffee.com/tutorials/palette.shtml Eric's great tutorial instead.

This tutorial will be separated into three (3) parts, from the basics to full control of the palette (for more complicated effects), the materials are mainly designed for Adventure Game Studio V2.62 and above (unless stated otherwise).

Just select a part of the tutorial: Part 1: Basic Setups Part 2: Palette effects using pre-defined functions Part 3: Full control of palette effects