Making a stand alone Sphere game
From Spheriki
This is guide to making your own stand alone Sphere game. A game that's packaged with the engine so others who do not have sphere can still play your game.
[edit]
Steps
1. You will need to create a new folder. Call it the title of your game (ie: Jump).
2. Then you will need to add in the following files:
The folders:
- The system folder (and its contents).
- The startup folder (with your game in it).
The executables:
- Engine.exe
- Config.exe
And these DLL's:
- Audiere.dll
- Corona.dll
- libmng.dll
- js32.dll
- zlib.dll
[edit]
Final Notes
- You do not need the other DLL files unless you are planning on packaging the editor too, in that case you can even throw in the Docs folder.
- It is possible to change the name of engine.exe the the name of your game (ie: Jump.exe).
- It is also possible to change the icon of the engine.exe. You can use this freeware program: XN Resource Editor.

