Home > BBS > Blog > Voxatron 0.1.5 :: Customisable Character..
User Password :: Sign Up :: [?]

zep



 

Voxatron 0.1.5 :: Customisable Characters

Version 0.1.5 is now available! The most interesting change in this version is that it's now possible to create your own character graphics for a particular level. Once you update, here's a level to try it out on:

Fox Demo

Voxatron Level   #3815

(it's also in the BBS LEVELS menu)

I've just discovered that 0.1.5 breaks vob loading. So, if you need to load any vobs in the editor, you might want to wait approximately 6 hours for v0.1.6, which is a quick patch to fix this. So much for my fail-safe testing procedure. [~ _ ~] ROBOT DISAPPROVES.

In the meantime, you could try drawing over the fox in this level (vob number 6). Or there are some notes near the end of vox.txt on how to set up a character from scratch.

UPDATE: This is now fixed in 0.1.6

The other major change is the ability to filter the bbs level list according to 5 categories:

ALL: all levels (just like v0.1.4)
LEVELS/ WIP/ MODELS: show only levels that corresopond to the BBS category they were posted in
FAVOURITES: show just your favourite levels. Press F when you have a level selected to mark it as a favourite.

Favourites are just an off-line thing for now, but sometime I'll see about hooking them up to the BBS so people can share their favourites lists.

Here's the complete changelog:

Added: Customisable per-level character
Added: BBS LEVEL menu categories & favourites
Added: Optional mouse crosshair style
Added: Mouse sensitivity option
Added: Loading BBS vob as a demo level
Added: Auto-pause when game loses focus
Added: Confirm save over existing file
Fixed: More intuitive mouse control
Fixed: F fast forward during gameplay bug
Fixed: Linux Joystick bug
Fixed: Game clobbers mouse when not in focus

EDIT: 64-bit Linux users -- If you find the framerate seems lower in this version (or in general), try setting opengl_blit to 1 in ~/.lexaloffle/Voxatron/config.txt. You can check the framerate in the video options menu.


P#3817 Posted at 2011-11-10 06:44

zep



 

:: How to Update

You can grab the updated version from your Humble Bundle games page (you should have a link to it in your email).

Just install over the top of your previous version and the old save games should be picked up automatically. If you would like to back up your data just in case, you can find it here (replace "Voxatron" for the name of the game in question):

Windows: C:/Users/Yourname/AppData/Roaming/Voxatron
OSX: /Users/Yourname/Library/Application Support/Voxatron
Linux: ~/.lexaloffle/Voxatron

P#3820 Posted at 2011-11-10 06:55

mardek



 

::



P#3830 Posted at 2011-11-10 09:17

Nicospec



 

::

How do you customize your character?

P#3831 Posted at 2011-11-10 09:23

Dojo



 

::

:: Customisable Character Graphics

The 6th vob has a special meaning if the name of the first item is: _char
In this case, the vob is used as the player's character models for the
duration of the level. In this case, the frames should be roughly the same
size as the usual robot character.

There are 6 body frames, 5 feet frames, and 1 sword&armour frame:
0. netrual
1. shoot (right)
2. shoot (left)
3. sword: neutral
4. sword: swipe 1 (always right handed)
5. sword: swipe 2
6-10 feet // animated in pingpong sequence: 6,7,8,9,10,9,8,7
11. is a frame of only the sword and armour used when the player is hit.

All frames should be 16 voxels high.

P#3834 Posted at 2011-11-10 09:49

qbicfeet



 

::

By breaking the vob loading, does that include not being able to CTRL+C/CTRL+V? Because doing so crashes the game when editing vobs. No problem with regular .png's though.

Edit: D'oh, very redundant post by me >_<
Pretty much nothing works, including saving.

P#3837 Posted at 2011-11-10 10:25

b0rsuk



 

::

Sound stopped working. It worked in 0.1.4. Volume is set to max ingame. I upgraded by ejecting the .deb package and inserting the 0.1.5 one. I kept the .lexaloffle directory in my home dir.

My specs:
Debian Linux (Squeeze/Testing) 64 bit
Asus P5K SE motherboard (I use onboard soundcard. Card: HDA Intel, Chip: Realtek ALC883)
Backend: Xine
ALSA emulation

------------------

Inaccuracies in the vox.txt file:
- it says "Triple" shoots two additional projectiles. It does not, it shoots two, one center one to the side (alternating).
- it says "Blaster" has 8x power. My tests on minotaurs and War of the Worlds tripods show it's actually 5x power.

P#3841 Posted at 2011-11-10 11:45

hene193



 

::

What is vobs?

P#3842 Posted at 2011-11-10 11:52

GnomeSlice



 

::

I'm going to go out on a limb here and guess that 'vob' refers to a 'voxel object bank'?

P#3845 Posted at 2011-11-10 12:18

DryRoastedLemon



 

::

Hmm, I'm having some trouble with loading the VOBs. I followed the instructions within vox.txt. I wanted to port over the Fox character to a new level, so in your test level I selected the 6th VOB and saved the file as a .vob.png file. In my own level I loaded that up, and not only did it load into VOB #1 instead of #6 (I had selected #6), but it also created a room filled with the Fox objects.

What am I doing wrong? :o

Also, are there some guidelines as to how you should make (or rather position) your custom made characters? I could build on the Fox model, but I'd like to know if there are some basic guidelines if you wanted to create something from scratch.

P#3847 Posted at 2011-11-10 12:29

qbicfeet



 

::

@DryRoastedLemon : I guess I could try and help you get started.

Vobs are "voxel object banks", and saving a level as *.vob makes it act like a storage level, which is why you get a room filled with objects. You *could* copy-paste the objects you need from #1 to #6, but at the moment doing so crashes the game.

For best results when creating a custom character, use a 15x15x16 workspace and keep the character in the center. If the character itself is bigger than 5x5x16 it will clip with other objects, but it doesn't cause any errors apart from looking funny.

If you studied the fox character you've probably already noticed that its legs are separate from the body. The legs are "animated in pingpong sequence" and will go 6 - 7 - 8 - 9 - 10 - 9 - 8 - 7. Frame 8 is the "idle" frame where the legs are positioned right below your character.

Hope I helped :]

P#3851 Posted at 2011-11-10 12:57

DryRoastedLemon



 

::

Thanks for your response :) Alright, I guess I will wait with copying over VOBs once the process is a little bit smoother.

I'm having a little bit of trouble keeping the player object in the center. Any tips on that? For example, I made a little terrorist with a gun that sticks out a little towards the front. Normally I would copy-paste and resize to make objects exactly centered, but the problem with the terrorist character is that the gun shifts the center point.

Any tips on how I can work that out? :)

P#3853 Posted at 2011-11-10 13:01

qbicfeet



 

::

Make sure nothing is selected when you copy-paste something on one frame to another. If you select all (CTRL+A) it will copy the model, not the entire workspace, and the next frame will automatically crop to fit, which makes the frame smaller.

P#3854 Posted at 2011-11-10 13:20

kgartner



 

::

Still no love for my X-Box controller on OSX. :) Hoping for a fix in the next build :)

P#3877 Posted at 2011-11-10 15:23

zep



 

::

ok, the new builds are up. 0.1.6 version fixes the vob loading problem and the broken sound.

Version 0.1.6


P#3908 Posted at 2011-11-10 22:01

zep



 

::

kgartner -- could you run v0.1.6 once with joystick plugged in, then send me ~/Library/Application Support/Voxatron/log.txt ? (hey at lexaloffle dot com). Thanks!

P#3911 Posted at 2011-11-10 22:15

noonoodle



 

::

any news on ppc support?

P#3958 Posted at 2011-11-11 09:29

Ruzzle



 

::

I really don't get the character editor, can somebody explain it to me :P?

P#3961 Posted at 2011-11-11 10:12

jakew1999



 

::

Yeah can someone put a vid on youtube how to edit your caracter. PLOX!?

P#4052 Posted at 2011-11-12 00:01

JT Sentinel



 

::

theres a detailed tutorial here: http://www.lexaloffle.com/bbs/?tid=727

P#4054 Posted at 2011-11-12 00:06

nick10409



 

::

How do i buy this freakin awesome GAME!!!!!!!!!!!!!!!!!!!!

P#4401 Posted at 2011-11-14 18:21

brazza9880



 

::

you cannot anymore


P#4436 Posted at 2011-11-15 06:47

RyanHudson174



 

::

Yes, you can still buy it. http://www.lexaloffle.com/shop.php

P#4440 Posted at 2011-11-15 07:02

samtheman902



 

::

how can you get this gaME THE HUMBLE BUNDLE OFFER ENDED

P#4530 Posted at 2011-11-16 21:17

GnomeSlice



 

:: Lexaloffle Store

@Samtheman902 Voxatron is still available for purchase in the Lexaloffle store, which you can get to Right Here.

The game is $15.

P#4537 Posted at 2011-11-16 22:09

GB227



 

::

How do I get Voxatron?...

P#4546 Posted at 2011-11-17 08:40

Nuni



 

::

That Cool

P#4628 Posted at 2011-11-18 19:16

Felix



 

::

how much is it

P#4993 Posted at 2011-11-27 21:33

GnomeSlice



 

:: $15

@Felix Could you not be bothered to read 3 posts up?

Voxatron is currently priced at $15.

I'd assume that's in US Dollars.

P#4994 Posted at 2011-11-27 21:54

Kikosempai



 

::

where can i get the game

P#5694 Posted at 2012-01-05 09:03

Treds333



 

:: YOU ROBBED ME

I just bought it and i didnt get the game


P#5726 Posted at 2012-01-09 19:22

416919146



 

::

Excuse me.Why Update it shows  Retrieved 499 entries?  What happen?

P#5829 Posted at 2012-02-01 08:14


Log in to post a comment

User: Password:
:: Not a Member? Sign Up Now!


Generated '13-05-20 08:01 / 0.017s / 1310k     About :: Contact :: Terms of Use / Privacy

© Copyright 2003-2012 Lexaloffle Games LLP. All Rights Reserved All trademarks are the property of their respective owners.

Join the Lexaloffle Newsletter:
Follow Lexaloffle:
More Indie Games: