
Getting started with the development version of Sonic 3 A.I.R.:

- To get things running, first execute "setup_sonic3air_dev.bat" right next to this text file once.
	This creates a new folder "data", which contains the needed	data files from the main S3AIR installation.

- Then switch to the "bonus/oxygenengine" folder, and start "OxygenApp.exe" there.
	This boots the engine application, which is a development environment, useful for testing and debugging
	S3AIR script code.



Now you have a functional development installation.
As next steps, make sure to read the documentation, namely:

- The Modding Manual at "doc/Modding.pdf" in the S3AIR game installation.

- The Oxygen Engine Handbook at "bonus/oxygenengine/Handbook.pdf" covering details especially for scripting.


