Log In  

EDIT: 0.3.3b patch is now up; if you tried 0.3.3 from a clean install and got stuck on the title menu, see this post.

Voxatron 0.3.3 builds are now up! Check your updates page for downloads, now including a native 64-bit Linux version. Builds should be up on Humble soon too (check the version number on the files).

Main new features of interest are: integrated music tracker, custom inventories, multiplayer selection and room transition logic, new microscripting events and better activation control, improved water physics. Check out cartridges in the ALPHA CARTS menu: The Jelly Room, Chaos Fortress to see some of these in action. I'll post a more complex demo of custom inventories and weapon switching soon.

Cart #17809 | 2015-12-14 | Embed ▽ | License: CC4-BY-NC-SA
20

Bloot (also under ALPHA CARTS) is now completely playable as a 2P-4P game, with match scoring and end-game logic completely made from microscripting. To select a player, press action once to join, and then once more to select the player (or left / right to change selection). If you want to try it out without a second human around to play with, you can join P2 and then hoist and carry them through the door to begin the game.

There's a script editor in this version (under the new NEW OBJECT fold-out menu), but it doesn't do much yet. Scripting is the last major component of Voxatron engine, and v0.3.3 contains a lot of new code to get it working -- all of the interactions between objects now run through an abstracted event layer because of this. This affected many legacy carts, and I'm still working on improving backwards compatibility.

For a top-level view of the project's progress and what's coming up, check out the new feature-wise Development Map. In the short term, check back for more demos, tutorials and documentation!

Changelog:


v0.3.3

Added: Custom inventories
Added: Music pattern sequencer
Added: Multiplayer selection
Added: Bloot: Title page, match logic, music
Added: The Jelly Room
Added: PREV field in activation controller
Added: Audio chooser
Added: Fold-out item creation menu
Added: Scrollwheel / mb3 camera control
Added: Script editor (scripts don't run yet though!)
Added: Shortcut keys for looping in prop editor
Added: Emitters can spawn props, audio and doors
Added: Trigger conditions host:inventory and actor:modifier
Added: Activation controllers for audio and aliases
Added: Total play time displayed on cart completion
Added: Emitted objects can optionally inherit heading and facing rotations
Changed: Can now sink in water by increasing object gravity
Changed: .pov exporter merges sequential voxels of same colour
Changed: Animation completion does not cause parent activation controller to expire
Changed: Can use go_to_room internal script with current room number
Changed: Hoisting is stiffer / more reliable
Changed: Can press button to restart after dying after only 1 second (was 2)
Changed: Doors do not warp in if they are occupied or triggered at t==0
Changed: Legacy sword particle attack damage taken to be player attack damage
Fixed: Doors only reporting occupied event on room entry
Fixed: Water: more robust wading, transitioning between swimming and standing.
Fixed: rand bullet duration
Fixed: incremental item collection
Fixed: aliased modifiers evaluating dereferenced parent
Fixed: emitter id == 0 clobbered on paste
Fixed: cut and pasting object definitions generates new ids
Fixed: actor:time in microscript statements
Fixed: actor:m_state.* called from room object activation controller
Fixed: Inactive modifier attribute values shown from incorrect parent
Fixed: Monsters don't run at full speed at player 2
Fixed: restarting room clobbers total_time_taken
Fixed: broken wall connectivity in small rooms
Fixed: actor state flags not set on zeroth frame
Fixed: Stand-alone emitter remains dormant forever even when duration/bursts have expired
Fixed: Barrel sometimes explodes when thrown from fast run
Fixed: Crash event triggered by carrying actor
Fixed: Walls do not extend down in liquid based rooms
Fixed: Player:super_state:died query sometimes gives false negative
Fixed: Pickups warping in inside player sometimes not immediately collected
Fixed: Room switching sometimes not triggered when carrying other player through door
Fixed: audio editor state is initialised with bad values after new sound created
Fixed: monster accel halved when mode:wandering
Fixed: Joystick not responding when left stick is up to the left
Fixed: death-triggered events don't fire when death caused by actor collision event

P#17811 2015-12-14 18:18 ( Edited 2016-01-22 03:22)

Thanks Zep. :)

P#17812 2015-12-14 18:35 ( Edited 2015-12-14 23:35)

thanks for the 64 bits version for linux, it's working like a charm <3

P#17815 2015-12-14 19:41 ( Edited 2015-12-15 00:41)

@Jauq my pleasure! Thanks for sticking it out :)

@Dinopron that's great to hear -- I became disillusioned with doing 'proper' rpms and debs after they kept breaking in mysterious ways. The main benefit was of course installing dependencies automatically, but thanks to SDL2 wizardry it's now possible to build statically but still allow users to load an alternative .so if needed. So it was possible to get the dependencies down to just libc and libm etc.

P#17817 2015-12-14 19:53 ( Edited 2015-12-15 00:53)

Embarrassed to say that I can't get past the intro screen on 3.3 OSX. I can hit command-Q to exit - and O/P to tilt the camera...but no way to 'Start'. I tried every keyboard key and mouse combination.
Am I missing something obvious? Very frustrating. :(

P#17821 2015-12-14 21:53 ( Edited 2015-12-15 03:09)

Finally!
Thanks zep, though I haven't updated yet

P#17824 2015-12-15 03:34 ( Edited 2015-12-15 08:34)

zep, judging by your development diary did you give up on the volumetric lightning and the ability to export a cartridge?

also: what does "selection probability" means?

P#17825 2015-12-15 10:07 ( Edited 2015-12-19 20:20)

@casperjeff I'm working on a patch for this now. It seems there are actually 2 bugs: the Enter key isn't working under some environments, and also Voxatron should allow you to use your defined action button (and not only Enter).

@Kling Those two things are still on the radar, but I pushed them back quite far to post-1.0 to keep development manageable. Volumetric lighting in particular will take a lot of R&D and I'm still not even sure if it's plausible. They might both still become a 0.4.* thing depending on what kind of response the beta gets next year.

Edit: here's an explanation of selection probability -- it's used when randomly emitting objects, where each one has a different probability of being emitted. This will not be so cryptic after I do another pass on the interface!

P#17846 2015-12-16 14:22 ( Edited 2015-12-16 19:34)

@zep thanks for the update!

P#17852 2015-12-16 15:17 ( Edited 2015-12-16 20:17)

Ok here are some things I noticed:

The microscript command that checks if all monsters had been killed in a room doesn't count monsters that were emitted

voxatron crashed after I played some bbs levels and tried to enter the designer later.
It crashed again when I had a file loaded on the bbs and tried to load another one

The aliasing, however, is working great, but I still have to learn this new inventory system

P#17864 2015-12-16 17:49 ( Edited 2015-12-16 22:49)

random comments/questions

1) Zep Ctrl + Q doesn't work any longer. What should we use instead?

2) Zep if I want to redirect save and load to a flash drive how do I do that?
It sounds easy, but I couldn't figure out how to do it :(

Thx in advance :)

P#17912 2015-12-18 20:24 ( Edited 2015-12-19 01:24)

I wasn't able to produce the crashes again but I noticed that a pickup with and alias directly inside would make it impossible to be collected, I tried with many kinds of items but the result seems to be the same. Monsters, bullets, players and emitters however, are not affected

Zep, what kind of reception are you expecting from the beta next year? the designer remains too complicaded for new people to tackle, the manual is no beginners guide.
The bbs list on the console doesn't let me filter levels by quality and the community isn't big enough to post new levels at a high frequency.
voxatron doesn't work like pico-8, it has a language on its own and if it isn't easy to learn the forums will remain as they are right now.

P#17932 2015-12-19 15:16 ( Edited 2015-12-19 20:20)

In my experience Voxatron is a lot more comprehensive compare to Pico-8 to
younger users. I am talking elementary and middle school kids.
The fact that you can start dropping prefabricated assets is supper. I think that Vox just needs a bit more visibility and I am sure that Zep got a plan in that regard. I'll be capturing more tutorial videos to help new users out.
By the way Kling your levels are fantastic. Are you gonna fix "puzzlemaker" and "Ace (part 1)"?
Cheers

P#17933 2015-12-19 15:49 ( Edited 2015-12-19 20:51)

@digitalmonkey you are right, having a premade level on voxatron and studying isx without a doubt the best way to learn how things work here, but that is a pretty limited aproach. If you don't understand a number or a detail sometimes things get complicaded and you get frustrated because you can't reproduce the object on your own. being able to leave a little comment here and there would surely help.

Of course, comunity guides are what games are all about, having a player explain what another wishes to know is usually a great way to let people know the subject, but this is not steam, we don't have sticky posts or and organization that lets people know the information they need, when they need, but that is a bbs problem, not a voxatron one.

in a nutshell, voxatron already have many good tools to teach new people about it, but:
1: those tools are not given at the beggining, the player has to look for them like some sort of easter egg
2: they lack some important details (the manual doesn't even have a sumary to help search)
3: they are outdated or are broken quickly, which discourages people to make another(the way monsters are made changed a LOT for example)

also, thanks, my levels take a lot of hours to build, putting monsters on a room is easy, building a level with good design is not. ace was one of my very first levels so I don't think I'm going to touch it ever again, but I might take a look at puzzlemaker, there are some assets I could reuse for a new level. I was going to update tiny chase but after my ctrl+Q situation I want my head far away from it.

in windows instead of ctrl-Q we use alt-F4

P#17935 2015-12-19 16:39 ( Edited 2015-12-19 21:39)

I really like ace it's a thinking game not a twitch game :)
and look and feel is also nice and clean :)

What about quit on the Mac? Same? option + F4?

Thx Kling

P#17936 2015-12-19 16:51 ( Edited 2015-12-19 21:51)

I was playing Astronaut, and I went through a door. When I appeared on the other side, I was stuck in the wall. I went back to the checkpoint and even tried to destroy the wall, but I remained stuck.
I also encountered this bug several other times once in a "jelly room" and once in a custom level that I made.
It seems has to do with vox 3.3 and 3.3b update.

P#17937 2015-12-19 18:01 ( Edited 2015-12-19 23:01)

Zep it looks like custom monsters are impervious to player's legacy sword

please see the png

Thx Zep

P#17942 2015-12-19 20:23 ( Edited 2015-12-20 02:57)

I don't understand how aliasing works, can anyone explain? Also, the door bug is happening to me, too.

P#18004 2015-12-23 00:26 ( Edited 2015-12-23 05:26)

@Gacha: aliasing, is referencing an object. Ctrl + m (to create), Ctrl+ v to paste.
Let me know if that works

P#18013 2015-12-23 13:20 ( Edited 2015-12-23 18:20)

TBH i don't know what to use for aliasing either.

@digitalmonkey: I know how to alias, but what is it used for? What can I do with it? I'm sure that is what Gacha meant.
I learned I can make custom inventories with aliasing just by looking at Zep's slime cartridge. But other than that don't know what aliasing is used for.

P#18014 2015-12-23 20:00 ( Edited 2015-12-24 01:00)

aliasing, to put it simply, make a reference to an object you already made, instead of a copy, which mean you can change the original objects and all aliases will behave accordingly, I use it mostly for common monster behaviour or folders used in emitters to drop a list of items (aliases), it allows for some randomization which is a main factor on the cartridge I'm working on but since the modifiers don't count monsters that were emitted I have hit a wall.

P#18015 2015-12-23 20:23 ( Edited 2015-12-24 01:23)

I roughly understand how it works now, but could you give a simple example (other than the inventories thing). I feel like it would help me out a bit more. If you can that would be great. Thanks!

P#18016 2015-12-23 21:47 ( Edited 2015-12-24 02:47)

Say you have a sound that plays when character A gets hurt. Nice, but what if you want another character to have that same sound? Instead of ctrl + cing, you can make an alias which is essentially a shortcut to the original. I think you can also change the conditions the shortcut plays on.

P#18050 2015-12-25 19:17 ( Edited 2015-12-26 00:18)

Got it! Thanks.

P#18059 2015-12-26 11:46 ( Edited 2015-12-26 16:46)

Thanks for the reports everyone, fixes for most of these in for 0.3.4 shortly -- everything except perhaps the wall bug which is a bit more complex. The manual and more demos of new features are on the way too, but I want to get these disruptive bugs resolved first.

@Kling
Usability is a major focus of the beta (the other one being content -- it will ship with Voxatron Arena), and I've been putting it off for way too long while finishing the engine. The main things I'll roll out during 0.3.* in the usability department are:

  • better structured attributes editing (they are currently just a scarey wall of options)
  • primer tutorials. These should really happen after the interface has changed, but I'll do some smaller stop-gap tutorials too)
  • a new library of default objects. It should be possible to make interesting levels without actually designing anything new. Tweaking default object definitions should also be an immediately obvious path for new users to take.
  • GUI improvements: e.g. editing text fields with selection / copy paste etc.
  • Forum and resource organisation. It's a bit of a mess reading through historic posts -- I want to curate tags (e.g. encourage use of a how-to tag for mini tutorials) and maintain a resources page designed to catch new users in particular.

I don't know what kind of response to expect for the beta (0.4), but I do think it will have a much stronger release message than v0.3: instead of just being just extra engine features, I can present it more easily as a fantasy console, and also pitch Voxatron Arena as a separate game with its own trailer.

P#18068 2015-12-27 15:36 ( Edited 2015-12-27 20:38)

@digitalmonkey

> 1) Zep Ctrl + Q doesn't work any longer. What should we use instead?

You can still use alt-F4 on any platform (it's normally just a windows thing). I'll add option-Q back to OSX when it's safer -- it should really follow the standard "You have unsaved changes" pattern.

> 2) Zep if I want to redirect save and load to a flash drive how do I do that?

That's a good question, I don't think it's actually possible! I'll look into adding it to the file dialogue.

P#18069 2015-12-27 15:44 ( Edited 2015-12-27 20:44)

Hey Zeb! Noticed that there's still an issue with facing up, holding 'X', and pressing 'Z' simultaneously... Perhaps you could give that a look? :)

P#18074 2015-12-27 21:01 ( Edited 2015-12-28 02:01)

@zep
Thx zep, you posts above sounds very epic :)

I have a question about player's "legacy base weapon" selection:
For some reason legacy base weapon doesn't change when new player modifier is triggered.

Can you please clarify?
Thx

P#18075 2015-12-27 21:04 ( Edited 2015-12-28 02:04)

Most of these fixes are now available in v0.3.4.

@RumbleChops
I can't seem to find information on that bug -- could you please remind me what it is? :}

@digitalmonkey
That was an oversight -- now fixed in 0.3.4. It now behaves as if you're picking up one of the items when the base weapon attribute changes due to a modifier, so it's similar to spawning the pickup inside the player on activation, but a little tidier.

@Kling
I've added the superstate of spawned monsters to the condition evaluation. It still doesn't evaluate spawned monsters using the SOME quantifier though, just ALL (SOME will be in for 0.3.5)

P#18100 2015-12-30 16:50 ( Edited 2015-12-30 21:51)

@zep
I have notice that pickups are no longer get destroyed on collision with monsters that are on different teams. Please see the file.

zep I also have a suggestion for emitter for the future updates. It would be nice if you can set it to start on negative time, so that way when it plays starting 0 time, your level is populated with particles.(hope that makes sense)

thx :)

P#18181 2016-01-05 20:46 ( Edited 2016-01-08 07:02)

Hey Zeb! When my player characters move through 1-2 voxel high water then onto land(Or move on terrain that is on the same height as the water, but only when near water that isn't covered by that terrain), they start to perform a weird shuffle walk with what appears to be increased animation speed and slower movement... This has honestly never happened before so I was hoping you might check that out? If you need I can send you my cart since my player characters are HIGHLY modified, some with 2 independent animations(1 for each half of the character.).
I ran it with the player information gui to check for unwanted triggers and I didn't notice anything abnormal. Everything works fine when there's no water as well.

That and an issue I noticed since 3.2 where if you hold down 'x' while moving up, the 'z' button won't function at all. This issue is most noticeable with the cart I got your help on a while back. I can send that one too if you need.
Thanks!!! :)

P#18390 2016-01-21 22:22 ( Edited 2016-01-22 03:22)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 19:00:04 | 0.033s | Q:61