Hi,
i think i found a bug that makes the main character jump forever.
It happens in windows only.
Here is how to reproduce it:
0) start voxatron
1) using the proper option enter in windowed mode
2) gain focus on another window
3) return to the window of Voxatron and start the game
You should see your character jumping and jumping and jumping and...
Mr.Pelo

The game consists of a voxel and map editor, along with an arcade mode and a sample world ("Adventure Mode") which shows some of the things you can do with the current editor. In fact, all of the adventure mode was made with the editor (except for the dragon boss, which is a bundle of quick hacks). I've spent most of the development effort so far making sure the editor is powerful and easy to use. After a few hours, there are already some nice custom maps springing up in the BBS, and I can't wait to see what kind of whack things will come out of it.
[b]Where to Now?









Love the game! Two quick questions. How will future updates work? Are you going through steam, or a email system? Second any future update for some twin stick action. I love the game, but if I could use my second stick on the 360 controller it would make an awesome game even better!
Thanks, looking forward toward the final version.
PS: Start a Voxatron facebook page!!!




I bought Voxatron Alpha in the Humble Voxatron Debut. I tried it out, and noticed the sound effects weren't working. The music was working, but not the sound effects. My friend tried it out too and it worked for him, but he is using PulseAudio. I prefer ALSA. I tried using the aoss wrapper to start the game, but no luck. Then I tried running the Windows version in WINE, and the sound effects worked. But some aspects are slower.
Any fix?




It has been a while now since the first preview trailer for Voxatron came out. At that time it quickly became apparent that I should recklessly suspend everything in my life to make this game, and apart from a couple of months clambering out of contract work and some other minor distractions, I've been hacking away on it non-stop since then. It started as a cut-down arcade game to alleviate my long-burning desire to make something set in a virtual display cube, but is now growing back into the potentially expansive adventure game it originally came from ("Felix and the Firebird"). It looks like it will grow even larger and absorb much of the design of Felix.
I don't yet have a fixed schedule for the final release as the design is still evolving. But what I do have is a very playable alpha that will be available shortly for anyone who's keen to pre-order the game. The alpha also includes a map and voxel editor with which it is possible to make almost everything you can see in the following trailer:










Anyone who upgraded to OSX Lion and plays games made with SDL might have noticed a lot of programs crashing all over the place recently. Including mine. The problem is with SDL's fullscreen support using code that is no longer supported in Lion.
It looks like there's a new stable version release on the horizon to address this, but my solution was just to use an opengl surface instead:
SDL_SetVideoMode(0, 0, 32, SDL_FULLSCREEN | SDL_OPENGL);
And then update a single quad texture using glTexSubImage2D each frame. It seems to be reasonably fast on modern macs.
If you're a registered user, you can get the Lion-compatible versions here:
https://www.lexaloffle.com/games.php?page=my
Another minor feature in these updates is the ability to get a larger window in windowed mode. You'll have to manually change the configuration file to do this though. Look in ~/Library/Application Support/Game Name/config.txt (Mac OS X) or C:\Program Files\Game Name\config.txt (Windows) and change large_window to 1. This will give you a window scaled up to 960x720 for all games.
It's been so long since I played CC, that I forgot all the "cutie things" you can do, e.g., send my solutions; find a solution; etc. I just entered the BBS for room 38- easy and found my own solution. I'm stuck there, but I can't read my own solution.
I high-lighted it, then press "ctrl+c" but now I have no idea what to do with it. There's a "clipboard", but honestly, I don't remember where it is, how to access it, enythin! It's like if I were playing CC for the first time.
I appreciate any help given! Thanks!

I love writing tools. There's always one more nifty time-saving feature to add and the constant promise of the whack things you're going to make with it. Lately I've completed a fairly intense block of tool development and am reconfiguring my brain to shift back into creative content-manufacturing mode. So now might be a good time to show a few things I've been working on. Also to confirm to RSS subscribers that the feed is actually working (first post!).
Most of my tools are quite hacked together and behind the scenes. Voxatron's sound synth designer, music mixer, BBS code for sharing and previewing levels, and my trusty sprite editor are all gangly monstrosities that noone else should be exposed to. The thing I'm most excited about is the Voxatron editor, which is starting to feel like a user-friendly piece of software. Rather than considering it a peripheral feature that hard-core users can engage with, I'm hoping to make it a central part of enjoying the game. It should be possible for an average player to plonk some monsters, items and blocks into a level and still have fun playing it. Here's an example room that took about a minute to make:









None of the pickups in Voxatron are as useless or as fantastic as the sword. Choosing to use one against oncoming hordes is much harder than any of the robot's long range weapons, but at least if you die, you can go down with a bit of honour. It's also good for smashing scenery up, and comes with a two piece set of dandy armour.
The first half of this video shows the voxel editor I'm using to make models for Voxatron. Something similar will ship with the game, but with a nicer interface (at the moment it's like a cross between Blender and Emacs).









Thanks to the magic of Adobe Alchemy, it's now possible to play puzzles on the BBS directly in your web browser. Just click the 'Play' links in listings for Zen Puzzle Garden and Chocolate Castle to get a flash version. If you're up for some punishment, I urge you to try Robin Houston's set of gardens.
In other news, there's now an RSS feed of the blog here.
Hello, I heart Minecraft and also the Voxatron trailer which I found on Ars Technica today and am really looking forward to seeing what is created here. When I first saw it, I was for sure it had to be the mysterious "other game" that Notch's company is working on but apparently not. Good luck to the devs of this amazing looking project!
I'm a computer science student in college right now ... how do you get into making games with pixels and/or voxels that are portable and run on modern platforms?? Is Java the best approach to doing that? I'd like to become familiar with game design tools where I can decide to either to sell the finished game if it's good enough, or release it open source if I don't think it's commercially viable - I don't wanna get hooked into using stuff that has license restrictions that prevent me from going either way. Anybody have any suggestions on how to get started doing that kind of thing?




A few people asked about the music used in the Voxatron preview trailer, so here's a copy in mp3 format & the original .xm. Note that I wrote it with the trailer in mind, so it's quite short! For the final soundtrack I'd like to make an extended version.
The tune was written in Milky Tracker, which you can also use to view/play the .xm file. There's a bunch of unused pattern data lying around in there, which I sometimes like to have a nosey through in other people's tunes to get an idea of how it evolved.
Most of the instruments are generated by the in-game synthesizer and derived from game world sounds: the drums are from collisions and the sound of bullets hitting the armadillo shell, etc. If you'd like to use them for anything, feel free to grab a copy from the .xm.
.. and some wallpaper for good measure.









[Edit for googlers: the game is now available!]
If you've noticed an increase in the amount of voxel-based graphics around the place, this is why.
Voxatron is an arena shooter that takes place in a world made of voxels (little cubes, kind of). Everything in the game is displayed in a virtual 128x128x64 voxel display, including the menus and player inventory. If you look closely, you can sometimes see the inventory (score/life/ammo) casting a shadow on some of the objects on the ground.
I've been working on voxel rendering and modeling tools for a long time now, with the ultimate goal of making a large explorey adventure game. About half a year ago it fused with work I was doing on arena shooters for Conflux, and this is the result.
It's quite a simple game at heart -- mostly just Robotron set in a 3d destructible world with goofy creatures. I'm unsure how major the implications of destructibility will be for gameplay, but it sure is fun to blast away pieces of wall. I've also added an experimental wall-building pickup you can use to construct barriers to hide from scary monsters.
The game takes place in a small set of arenas. Some of them feature rooms with set action pieces, somewhere between Knightlore and Smash TV. This is some of the original adventure based design sneaking back in, and an excuse to create thematic environments.









