This is the R-Cube Technology SDK for AVALANCHE v0.6.

A large number of source files have changed since previous versions of the AVALANCHE SDK. For reference,
the old SDK source has been included, in case you wish to manually diff and merge the changes between
v0.x and v0.6 into your mod codebase.

SDK package overview:

./
 Contains this file and the Modding.htm file.

./docsup
 Contains documentation supplement files (such as images referenced by Modding.htm).

./old
 Contains old SDK source distribution(s).

./samples
 Contains buildable samples, for AVALANCHE player models, maps, and more. For detailed descriptions and
 instructions for each sample, please see .samples/samples.txt.

./source
 The current AVALANCHE source code for the client and server logic modules. The code is set up to compile
 in Microsoft Visual Studio 2005, but can be adapted to other compilers if needed.

./tools
 Contains binary tools needed for modding AVALANCHE and building the samples.

For more information on AVALANCHE modding, please refer to the Modding.htm document included.

