3dia engine
Engine
3dia game engine developed by White Stone team for games such as Wing: Released Spirits.
The source code is native c++ using DirectX 8.
Modify Wing: Released Spirits
To modify Wing: Released Spirits you may edit script and scene definition files.
Or draw new terrian and create new 3D models, textures and sound.
Create new 3D game
To create new 3D game with 3dia engine must create new script and scene definition files,
and draw new terrian, create new 3D models, textures and sound files.
Script
The gameplay can be scripted with a text script file.
The game.rul file is the script for Wing: Released Spirits
Therefore you can modify Wing: Released Spirits, or create new games.
See script definition.
Scene definition
The game world is defined by scene text file. It defines actors, objects, swiches, doors, paths, etc.
The game.scn file is the scene file for Wing: Released Spirits
See model file format definition.
See scene file format definition.
Terrian
Layer file defines the terrian. It is composed of layers, which are height maps facing upward or downward.
Isle.lay is the layer file for Wing: Released spirits.
See layer file format definition.
Home