Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

Is it possible to print things to the console?
Also, how do you reference objects in a script?

5 comments


Cart #random_doors_generator-8 | 2021-03-05 | Embed ▽ | License: CC4-BY-NC-SA

Student asked about how to make random doors spawn in a room.
I used emitter to emit inventory items and then have doors check for inventory item id.

I added a bit of a gameplay so it makes more sense and works as a game a bit better.

Will try to record tutorial later.

9 comments


What are the actual steps one must follow to begin scripting in Voxatron?

EDIT
It was right in the API docs

EXAMPLE (global script)

  1. create a script object, add it to the room, and edit it.
    old_draw = _draw
    function _draw()
    	clv()
    	old_draw()
    	local dz = sin(time())*5
    	sphere(64,64,32+dz,8,7)
    end
0 comments


Is it possible to configure the camera such that it follows the player in a game?

EDIT
via a script placed inside the player folder (will add code once I've got that worked out)

1
4 comments


Cart #minecraft_vox-1 | 2021-03-26 | Embed ▽ | License: CC4-BY-NC-SA

update to game every Thursday!

0 comments


Cart #moving_platforms_maze-1 | 2021-02-25 | Embed ▽ | License: CC4-BY-NC-SA
6

6
4 comments


I like to play with my kid but the cartridges are too many. How can i remove a cartridge?
Also if the available cart list gets auto-updated can i change that?

Thanks.

3 comments


Cart #zarukidetu-1 | 2021-03-26 | Embed ▽ | License: CC4-BY-NC-SA

PLAY THIS RIGHT KNOW AND YOU WILL LOVE IT DO IT RIGHT NOW!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

1 comment


I launch Voxatron, select Chaos Fortress, Run, the title screen appears. If I touch 'control' or 'command', voxatron crashes. I reproduced the crash with Hug Arena. Happy to provide the crash report if needed.

The cart selection screen doesn't have this problem.

macOS 10.15.7
Voxatron 0.3.5b

2 comments


Cart #kirbyvox-0 | 2021-01-25 | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #fupohuriku-4 | 2021-02-23 | Embed ▽ | License: CC4-BY-NC-SA
3

Demo:
Added different doors appear depending on colors of your character.
More rooms added with different type of gameplay.
Character changes the look on inventory items use.
Added money, now you can't just get your pick-ups, earn monkey to buy it.
Made first room jumping easier. And changed jumping for different color modifiers.

3
0 comments


Cart #gooseontheloose-0 | 2021-05-31 | Embed ▽ | License: CC4-BY-NC-SA
39

hooonnkkk

welcome to goose on the loose! this has been my project for the past couple of months, and i'm happy enough with what i've done, so i'm calling it done! this project has taken me quite a while, and i'm satisfied with the result. feedback is appreciated, and please report any bugs / exploits you find.

controls not explained in game:

jump + shoot: honk

39
10 comments


I have a Raspberry Pi 4, and I'm not sure if Voxatron works on it. Does anyone have any experience with trying to make Voxatron work on one?

2 comments


I've just bought Voxatron and it looks really cool, but I can't launch either the vox or vox-dyn apps, i have no problem with the pico 8 ones
and yes i have set them to allow to run as exe

Tells me there is no application that can run 'shared library' files

i can run the windows installer on wine and use it fine but i would prefer to use the native version meant for linux

ty

4 comments




I ordered Voxatron here, and got a receipt from Humble Bundle, but I did not receive a download link for it. I also tried putting in the order ID into the add products to accounts page but I had no success. Any reasons?

1 comment


Cart #mb_topdown_vox-0 | 2020-08-06 | Embed ▽ | License: CC4-BY-NC-SA
12

I had a lot of fun making this. This is the top-down adventure game tutorial I made for PICO-8, but re-written to work in Voxatron.

I had to make a few changes to how things worked, since it's in 3D, of course, and there are things that Voxatron doesn't have, like a map editor or its associated functions like mget() or mset(), or other functions like btnp() and so forth. But other than those few changes, it's basically the same code as from the tutorial.

Feel free to take it and make your own games with it. :)

12
1 comment


Whenever I try importing a .p8 file into an object, Voxatron just instantly crashes with no error. I saw someone else post about this on the BBS to no helpful response :(

Hoping this gets fixed or hoping there's a known workaround

10 comments


Is it possible to export Voxatron games to html/js like pico-8 can? I would like to host games on itch or my own website if possible. I saw that you can embed the player from the bbs, but that's less ideal than self hosting.

1 comment


Every other file it automatically loads into the cart directory but it doesn't do that with the alpha demos and I can't find them anywhere in the game's folder. I can't find the carts online to download them

1
8 comments




Top    Load More Posts ->