Voxel calculator, w/ guts
It now creates a simple color palette so your VOX files will have color in Slab6. However the color is limited to 255(last index is for an empty voxel) and if your image exceed that you'll see some weirdness I'm sure, haven't tested it.
Download strip2voxel043010.zip A bug in it… …Voxel2sprite, near done
A little while back I started playing with the idea of a fake voxel like dungeon game. It would generate 3d models based on 16^3 array of cubes. Then I thought, why couldn't I have it make real voxel files? So I did! But currently no color info is transfered …
RJ tech update, handles better?
I made a bunch of tiny improvements, some you'll notice others you won't. Also caught a few more bugs, enemy shots were not traveling with the map scroll speed, which also happened to the explosions.
Scrolling has also been altered, the ship moves slower horizontally and should allow for better …3rd tech demo, and a OSX version
9000+ pixel long level in one go, solid 60fps. I haven't checked uncapping it.
Still need to fix some things, like making the player bullets faster and enemy AI. The level is split into 9 1024x600 frames, with a lightmap, solidmap and backmap. The entire level is pixel based collision, …SCHMUP sample 2, big screen, sample level!
While I did not create a tile program just yet, apparently it is more efficient to use a solid image when using pixel perfect collision in GLBasic. This kind of works out because there are no perfect method of getting Mappy or Tiled tile maps into GLBasic.
I was going …SHMUP sample
When I first started GLBasic, the first project I decided to play with was Rick Jason, my side scrolling SHMUP.
I hacked out a decent little demo before, but after a little more reading into GLBasic I found better ways to do things.And so I scrapped the code and …Cubic Crawl, the concept
With the basics of the sprite to cube model setup, I've gone in to working on an actual game engine.
Building the games engine is pretty straight forward, since it will only handle the models and not do any fancy conversions.Currently the limit on model sizes is 16x16x16, although …