How come the Voxatron cartridges are laggier then plain old PICO-8 cartridges and when you move its slow af. Whenever I look at the GIF's of Voxatron, they look perfectly fine, but when I play a Voxatron cartridge, It's slow. Like my internet is perfectly fine, yet Voxatron STILL LAGS. Please let me know if you know why and how to fix it if you know either of those. Or at least how to stop the lag. Thank you. :)
So I know how to make actors and objects appear at different times but how do I make them appear after something happens for example:
An enemy gets defeated. How do I make it drop, say, a laser powerup?
The player steps on a button. How do I change the floor from water to jelly?
The player defeats an actor. How do I make chocolate appear?
I could go on forever.
Does anyone know how to do this?
Thanks!
I got the voxel itch again after so long. This is a tweetcart version of an effect I'll very probably use in the future. The code is slightly altered from what I posted on Twitter because when running a cart without a scene, the camera is not properly reset.
I also added the zoom transition that'll be used, you can see it working by pressing up/down.
Here's the code
q=0 function _draw() camera() if(btn(3))q-=.5 if(btn(2))q+=.5 q=mid(20,q) clv() for z=48,63 do a=t()/6-z/12 r=63-z+q s=16*(1-q/20) o,p=s*cos(a),s*sin(a) col=z%2+33 set_draw_slice(z-q) rectfill(0,0,127,127,col) circfill(o+64,p+64,r*6,0) end set_draw_slice(0) [ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=74558#p) |
Sorry if this has already been posted, got a false positive for virus detection on Win10 when installing voxatron 0.3.5b.
Microsoft Windows 10 Home
Version 10.0.18362 Build 18362
Unsure if there's any other info I should jot down to help reproduce the issue, or if this is a big issue at all, but I thought I should report the issue in case it was important!
Please, help me!
on my laptop Voxatron not working!
My Laptop have:
-4 GB Ram
-Lots of memory
-Intel core i7
-Intel grapics
Is this graphic card error?
This message is shows if me running Voxatron:
The application has not been started properly (oxc000007b).
Sorry for spelling and other errors, I'm from Poland.
And again, please help me.
Im really buyed this app.
19 dollars = 76 zl
In this game you play as Onion Boy, a little man with an onion head. He flies a plane over the city when alien saucers appear and start attacking. Can you defeat the alien ships with your bombs?
You can also just destroy the city if you'd prefer to do that. Hopefully the mayor doesn't mind the collateral damage since you're defending the earth from aliens.
EDIT: For reasons I'm not sure of, firing bombs doesn't seem to work in the browser version on Firefox or Chrome. It does seem to work in the version on the browser in Voxatron itself though. If I can figure out and fix whatever the problem is, I'll be sure to put out a new cart version.
❎ to show CPU usage (but I don't think it's accurate?)
🅾️ to show the follow target
This is a quick port of my PICO-8 boids cart. Nothing fancy, just some boids doing their thing.
Hi everyone,
I'm currently working on a multiplayer 3D platform game where players spawn into a room and must jump across platforms to get to the next door. the door then teleports all players to the next room for players to progress through.
The issue I am having is : The door works if player 2, 3 and 4 use it, however when player 1 goes through the door the game ends and the score screen comes up.
Any help or suggestions would be greatly appreciated!
Start:
If 1st player enters door:
If 2nd player enters door:
This is a representation of the elemental angelic tablets. They are a representation of the way the interactions of the elemental, planetary, and zodiacal energy manifest in the structure of the realm of the divine.
They show both forms of the Great Table, which you will see as a shifting of angelic characters on each table. There are five tables to explore in this journey through the heavens.
A tool for the studying practitioner, and a glimpse beyond the veil to the curious.
It will only run in Voxatron, and crashes in the browser. I suspect some of the animations are too much for the browser to load.