Log In  

Hey All

So in between checking out some of the splendid user-made levels that are showing up, I'm working on an update that should address a couple of the most pressing problems. If you have any work-arounds for these, or additional issue I've missed please add them in a comment.

Coming in the next update (v.0.1.4):

:: Controls

Does no-one like cursors+ZX anymore? No? ok, so instead of trying to standardise the controls and design around that, I'll instead make them as configurable as possible. There's a new menu in OPTIONS coming in 0.1.4 which lets you assign keys, joystick movements, button presses, mouse clicks and mouse movements to the 10 different actions the player can perform:
move(x4), jump, shoot, directional shoot (x4).

:: Drifting -- character constantly runs up/jumps etc

It seems this is caused for a variety of reasons. Some systems are reading the mouse or the accelerometer as an uncalibrated joystick input, or there is a joystick device present with no physical counterpart, or one of the many keyboard keys assigned to a particular action is incorrectly registered as pressed.

The way I'm doing the new configurable keys will fix the vast majority of this. You have to explicitly enable each device as an input (keys / mouse / joystick), so if there is anything giving off ghost signals it won't affect the game.

:: BBS LEVELS crash on page 2

This was happening because the index file downloaded from the bbs was being cut short, and Voxatron wasn't handling the incomplete data well. If you've had this problem, try choosing UPDATE in the BBS LEVELS menu to download a fresh copy of the index.

There's also a bad ordering bug (page 2 onwards) that will be fixed in 0.1.4

--
Later on, but some possible temporary solutions:

Linux Display Problems // especially on multi-monitor setups / high resolutions.

Although it's slightly slower and less compatible in general, it's possible to run Voxatron in a resizable opengl-rendered window.

  • Open ~/.lexaloffle/Voxatron/config.txt
  • Change opengl_blit to 1

Note that if you resize the window, the game resolution stays the same and it is stretched to fill the window.
In config.txt you can also set the startup resolution using video_mode

Sound not Playing

If you find that the music works but not the sound, look in config.txt and set sound to 1.
It should never be set to 0 in the first place, but on some systems the sound handler seems to incorrectly report a failure on startup.

PPC woes

The png loader I use appears to crash on ppc systems, and I'm looking at using a replacement just for Mac builds.
Unfortunately there's no work-around for this at the moment -- I'll try to get a fix together as soon as find the time. If you have a PPC machine and are keen to help me test, please send me an email at hey @ lexaloffle.com

P#2078 2011-11-01 17:18 ( Edited 2011-11-03 00:51)

I understand that a lot of users are complaining there not being dual-stick controls and of course you should implement that feature. But please make it an option to keep it as it is now. I quite like how one's flow around the map are evolving as you play and keeps getting better. I think it's just about getting used to not have dual-stick controls. I really like it better that way. Also makes the game a little bit more difficult at first, which I personally likes :-)

P#2088 2011-11-01 17:28 ( Edited 2011-11-01 21:28)

i like zx and arrow keys personally.

P#2097 2011-11-01 18:01 ( Edited 2011-11-01 22:01)

Thanks for this info zep. I've only been around for a day, but I can tell already that you are a pretty awesome dev!

Looking forward to the update.

P#2103 2011-11-01 18:17 ( Edited 2011-11-01 22:17)

I kinda like arrow keys + XC(no ZX for me, cos I have czech QWERTZ keyboard instead of classic QWERTY)...

And the game is really great, I can't believe it runs on a 1.6GHz Intel Atom netbook! (Level filled with bombs lags though, but I've done that only so I can yell at you that you are [irony]bad programmer and all good games should be able to run on 486 and less![/irony])... But seriously, i didn't even thought that the game would work so smoothly on an atom netbook!

P#2114 2011-11-01 18:33 ( Edited 2011-11-01 22:33)

"Does no-one like cursors+ZX anymore?"

Only in japan i think :P

P#2179 2011-11-01 21:10 ( Edited 2011-11-02 01:10)

Something that happened to me earlier today was that my little dude was stuck in one direction. I could move him around fine but he would not rotate. It seemed to stick as soon as I started firing and every time I died it continued onto the next life. A quick reset and it fixed itself.

P#2190 2011-11-01 21:37 ( Edited 2011-11-02 01:37)

Thank you very much for the upcoming control configurations. Using a 3rd party app for that blows :P

P#2212 2011-11-01 22:49 ( Edited 2011-11-02 02:49)

I have a small question:

I've been playing with the WASD and mouse for aiming, problem is, you can't see the mouse angle, so it's really hard to see where I'm aiming at.

It's just a detail I thought I'd let you know about, it's a great game nonetheless!

P#2217 2011-11-01 22:53 ( Edited 2011-11-02 02:53)

There seem to be various issues with the help file in the editor not being accurate to the current state of things. I couldn't figure out where the supposed size field was that should let me change the size of objects, and was also unable to find the level-ending squid item. According to the help, it should be #9 in the item list, but it is not.

It's pretty clear all that help stuff is EXTREMELY basic, early stuff, and I'm sure you're going to change it soon so I probably didn't even need to mention this, but I figured I'd say it anyway. Also have some requested features for the editor and the BBS level browser, but I suppose I'll make separate threads for those.

P#2226 2011-11-01 23:19 ( Edited 2011-11-02 03:19)

In the help section above it says "If you find that the music works but not the sound, look in config.txt and set sound to 1". Well I downloaded the game tonight in the Humble bundle and my game files DO NOT include a config.txt file. I have ZERO sound, no music or effects. None of the text documents in the game files appear to contain configurations.

P#2241 2011-11-02 01:27 ( Edited 2011-11-02 05:27)

I did finally find the config but the sound is already set to 1:

video_mode 1680 1050 32
windowed 0
force_32 1
go_easy 0
sound 1
sound_volume 256
music_volume 256
mix_buffer_size 1024
windib 0
opengl_blit 0
show_fps 0
large_window 0
version V0.1.3
ff_version 2
dummy 0
current_player 1
path
super_sample 0
soft_shadows 1

P#2249 2011-11-02 01:55 ( Edited 2011-11-02 05:55)

Voxatron is win, you made a wonderful game. Thank you lex.

P#2290 2011-11-02 09:36 ( Edited 2011-11-02 13:36)

I think you should keep the current controls as an option. I don't necessarily need dual stick controls. The current way of control is more retro, which fits better to this game.

P#2301 2011-11-02 10:23 ( Edited 2011-11-02 14:23)

very very great game. been looking forward to it since i saw a trailer on tigsource. i like the controls the way they are but twin stick mode is better since u can strafe when shooting. i love the game very great work. one question though. is it playable with gamepad? and when do you think we will be able to create our own monsters and skins if ever?

P#2322 2011-11-02 12:22 ( Edited 2011-11-02 16:22)

Could you please add an option to show a mouse cursor and to toggle locking the angle of view off when firing? It's so hard right now, I much prefer to point a cursor in the direction I want to aim and use that for changing the direction I'm facing.

The Binding of Issac does this exactly how I prefer.

P#2334 2011-11-02 13:19 ( Edited 2011-11-02 17:19)

Like Jigs said (P#2217), it would be great to see where the cursor is.

Except the difficulty to aim, it's a promising game. Good Luck for the future ;)

P#2440 2011-11-02 20:51 ( Edited 2011-11-03 00:52)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 10:27:04 | 0.013s | Q:42