Log In  
Follow
felixmreeve

Hi all, I'm not sure if this is the best place to post but I'm having some difficulty with the latest 32 bit Linux pico8:

When trying to run the executable I get:

bash: ./pico8: cannot execute binary file: Exec format error

Upon looking into it further, I ran file pico8 which gave the following output:

pico8: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=a589ada4e62f733db872d5a55494f1af37f66726, not stripped

Which sounds a bit like it's a 64-bit executable despite being downloaded from the 32-bit link. This is the latest version v0.0.11f; the previous version I was using, v0.1.10c worked fine for me. Any help would be very much appreciated! Thanks!

1
2 comments



Couple people asked about how I did sprite rotation for josefnpat's collab cart https://www.lexaloffle.com/bbs/?tid=27582
Included is a sprite rotation function, and a way of layering them on top of each other to create an illusion of a 3d sprite.
Everything is commented, hopefully it's clear.
Enjoy, hope this is helpful for someone!

Cart #28035 | 2016-09-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

(the effect isn't perfect and can be a little unclear if you don't consider it when drawing sprites, if anyone has any more accurate examples of rotation functions I'd like to see!)

13
6 comments




Made this for Sophie Houlden's Star Trek Jam! It's just about playable, although there's plenty I'd like to change or add.

INSTRUCTIONS:

Map view:
Left/Right - select a planet
Z - travel to planet (this will cost the number of fuel displayed above the selected planet), or will beam you down to the planet if you have selected the same planet your ship is parked at
X - warp. If you have at least one green warp crystal, you can warp to the next system with X
Up - go to your ship's loadout. Swap your tools here or refill them
[having a drill is very useful for collecting crystals, it needs to be kept topped up]
The red matter will destabilise the current system, so don't spend too long in any system!

[ Continue Reading.. ]

25
16 comments



Is it possible to get an option in the config file for where to save GIFs and screenshots?

Saving images and gifs really quickly is great but it can fill up the desktop, and it's nice to keep them all in one place. An option in the config file would be great for choosing where they go.

Is there anyone else who would appreciate the option, or is there a simple way to do it already?

1 comment