LitoByte's miscellaneous stuff

Blitz3D Source code, and other downloadable stuff.
A list of what you can actually dowbload from litobyte.com archive
 Blitz3D 1.83 tech demo
Blitz3D 1.83 full boost tech demo

A demo we have made, to test the capabilities of blitz3D and the stability using external DLLs, like ODE.dll in this case.



Featuring:
- OpenDynamicEngine car and object physic
- Dynamic Environment Mapping
- Infinite Mesh Tiles: VirtuaCity TM engine
- Ragdoll Physic and animated characters
- Lightmapping and Radiosity(Global Illumination) thanks to Phosphore TM
- Particles, special fx and much more (to come)!

More info
enjoy ;-)
Side view
 Blitz3D caustic demo (with source code!)
This is a modified castle demo, it has only "markio" (the navigator) and the same terrain, but with 2 textures (ground and lightmap) It does the caustic effect with 2 methods:

Method causticmode=True It does the effect using a 3rd layer of texture for the terrain, doubling the triangles on most video cards.

Method causticmode=False It does the effect using a secondary terrain, this saves directx to double the triangles.

Note:
to change the method you have to change the CONSTANT variable in the source code and recompile.

Download a copy here
Compilation note: Extract the zipped file anywhere,
open the causticdemo.bb file and compile both the version (see comments)
Run the demo, enjoy ;-)
 Character FX modified LUA script for b3d format exporter
We needed to have engine to autoload the models textures from the same folder of the model, and not from d:\data\textures\ or such, so I modified the LUA script furnished with the plugin for CFX, so that now it exports all the textures references paths as root.

Download a copy here
Note: To have it to work, extract the zipped file into the characterFX plugins directory,
overwrite the b3dexp.lua file (make a backup first!)

Close CFX if was opened, open CFX again.
You can now see a new exporting voice: "Blitz 3D"
This will export a .b3d with texture reference without path(filename only)
 Dragan's Quest demo a 3D platform arcade game for the PC
Help Dragan in his long and dangerous journey.
He must claim his fire breath back, after the Evil Shaman brought it away from him,
with a nasty spell, leaving him the ability of shooting only bubble of waters.

Download a copy of the playable demo

Buy the full game

More details about the game and more screenshots are avaiable on the development website
Minimum Requirements: Pentium3/Athlon 500mhz with a 32 MB directx compatible videocard are needed to play Dragan's Quest. Directx7 or greater must be installed. This game runs under windows 98/ME/2000/XP
Dragan's Quest Full Version screenshot
->Back Home<-