Log In  

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

Firstly,

PLEASE DO NOT TRY THIS!!!

You may end up with files or folders that you cannot remove.

(I don't wanna be responsible for damages!)
Edit: It turns out there is a way to remove them, see below.

Illegal Names?

Not many people know this, but there are some folder or file names that Windows won't allow you to use. These include 'con', 'aux', 'nul', 'lpt0', and others. Seriously, if you're using Windows right now, make a new folder, and name it "con", it will tell you "The specified device name is invalid". (This is safe to try since the folder never actually gets renamed)

Through curiosity I discovered that PICO-8 completely ignores this rule and allows you to create folders or files with these names using the 'mkdir' and 'save' commands.

What's the problem?

Naming a folder 'con' seemed to have no issues other than refusing to be opened by the 'folder' command, however once I named a folder 'nul', it became impossible to remove. Windows prevents you from renaming or deleting it, so I now have a folder that I can move around, but not remove, rename, or open.

[ Continue Reading.. ]

6
10 comments


Cart #ragisubiju-0 | 2022-04-23 | Code ▽ | Embed ▽ | No License
2

2
1 comment


Cart #diver-1 | 2022-04-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
22

Enter a world of underwater caverns off the coast of an uninhabited island in my new PICO-8 metroidvania game, DIVER. Explore mysterious rooms and hidden passageways where you will come face-to-face with hungry aquatic creatures.

Note: This game is still somewhat in beta with a few minor bugs, but I may not go back to it anytime soon. It's fully playable til the end, just be resourceful with your ammunition!

Support the Game: https://dcdalrymple.itch.io/p8-diver
Source Code: https://github.com/dcooperdalrymple/p8-diver

22
10 comments


Hello:

Instead of buying an RG-351 or other gaming device, I settled on purchasing a gaming controller called the RAZER KISHI that allows you to place your cellphone in the middle and you can use the joystick accordingly.

https://www.razer.com/mobile-controllers/razer-kishi/RZ06-03360100-R3M1

While it works perfectly everywhere else including emulation of other games like Super Nintendo and Sony Playstation for the RetroArch, it is not configured correctly for the Pico-8 system when run from Google Chrome.

For instance the BLUE does nothing at all. Instead arrow key controls are done by the RED sliding joystick above that.

In the GREEN, The (A) and (B) control the (A) and (B) for Pico-8 just fine. The (X) and (Y) also do (A) and (B) but not auto-fire.

May I suggest, @zep, that the [b]RED

[color=#ffaabb] [ Continue Reading.. ]

1
0 comments


Cart #pibopokamu-2 | 2022-04-22 | Code ▽ | Embed ▽ | No License
2

Here's a POC of a factory sim.

See 'Open Tutorial' in the game menu for details!

CONTROLS

  • arrow keys
    • move cursor/eyeball monster
  • O - (C on keyboard)
    • place selected object
  • X + UP/DOWN
    • cycle through cursor modes
  • X + LEFT/RIGHT
    • cycle through selected cursor options

Delete a building or belt by using the delete cursor mode.

Buildings and belts can be replaced by different buildings or belts. Belts can not be replaced by buildings or vice versa without first deleting the existing structure.

OBJECT OF THE GAME

Produce resources by placing production buildings. Conveyor belts can be used to move resources (and the eyeball monster) around.

[ Continue Reading.. ]

2
0 comments


Cart #brownieland-3 | 2022-04-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


I'm trying go back into my game Destructopillar to try add/remove some things but see I am at token limit. I've done some basic refactoring and stripping out unneeded functions that are now part of the core but it's not enough.

I was looking over the manual to see what functions are available now and was reminded about coroutines. The problem is, I never really understood how to apply coroutines. I get the concept and I think I understand the gains (like saving tokens), but just can't figure out where in the game it would benefit from coroutines, if at all.

Please check out the Destructopillar game below real quick, even just the first stage and you'll get the gist. Then please call out the places where you could see coroutines being useful.

I'm not looking for cart code analysis or digging into what's there right now. Just looking at the game on the surface...the actors, the actions, the scenes...would coroutines possibly make sense anywhere?

And the answer could really be they wouldn't help in this type of game. And that's okay...because I just don't know. I sense that coroutines could help and make things better and save me some token trouble but maybe not.

[ Continue Reading.. ]

4 comments


Ok, so I want to make a celeste mod but I dont know how, I tried using the Education Edition but it didnt save my progress and files are confusing. Where should I go to learn how to make a mod. FYI I am working on a school issued chromebook because I am still a highschool student, should I instead start working on my macbook at home?

any help is appreciated
Thank you :D

1
6 comments


Cart #diving2022-0 | 2022-04-21 | Code ▽ | Embed ▽ | No License

Hi all,
I'm new to pico-8 and enjoying the constraints. I'm trying to create a diving game inspired by the old Daily Thompson's supertest game on the Amstrad. I have my scene with jumping working but I'm having issues rotating the sprite once you press left or right. I'm trying to use @freds72 rotation code and something is obviously rotating but I don't understand the parameters of the function. Is this correct?

--sx = x location of sprite on spritesheet
--sy = y location of sprite on spritesheet
--x = is this for the rotation area?
--y = is this for the rotation area?
a = angle of rotation
w = width of sprite (although mine is rectangular)
rspr(sx,sy,x,y,a,w)

Once I've got rotation sorted. I'm going to figure out number of turns and angle of the divers head relative to the water, so I can get the judges scoring in. I think my next big challenge will probably be getting the board to bend when hit.

Thanks for taking a look. Hopefully I can release something more playable soon.

2 comments


Hello to anyone that sees this. I'm in the middle of working on a Pico 8 game, and it's turning out great so far, however I'm running low on graphics space and I need the whole map for the levels so I can't use the second half of the graphics space. If there's a way around this, perhaps a poke() function that I'm not aware of, or another method, and if someone could tell me that would be great! Thanks!

3 comments


Hi,

I'm heavily using .p8 files as headless scripts to automate my export pipeline. It's great, as all commands are available and when running headlessly, you can even save/load which fail in normal GUI mode.

However, I noticed that errors are completely silent (unlike GUI mode, which shows error messages). How can I catch PICO-8 errors from within the .p8 script or, as last resort, from the bash script I'm using to pico8 -x the .p8 script?

The most commonly failing commands are save("game.p8.png") when the PNG is too big, and export("game.bin/html") where we're missing an icon or label. When that happens, I must re-run the commands in GUI mode and inspect every error one-by-one. Besides, the commands I manually type are generally slightly different from the script ones (which are very complete with all options) so I'm not exactly sure if I'm reproducing it right.

My suggestions:
a. access error code of last native PICO-8 command (like, save, load and export) with a simple function (e.g. err() which returns an int). We could go further by getting the error message too (e.g. errmsg())

[ Continue Reading.. ]

3
0 comments


Cart #netibigapa-0 | 2022-04-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

My first PICO-8 program
This is inspired by cmatrix command from Linux

Press ❎ to change color
Press 🅾️ for rainbow effect

4
1 comment


Cart #adrift_dnf-3 | 2022-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

(Click to expand)

This is part of a bigger project I've been working on for quite some time now. This pico8 game is a mini-game where the events depicted in it which will be accompanied by a comic book(WIP). The events present here on the game happens in the comic, some four pages of it. The project consists of several comic books, some games and a podcast. The whole thing revolves around a war, now cold, between a race known as Zeta Reticulans and a political group known as The Union for control over reality. It's also about Omnia, a company founded as a revenge plot by two genocide survivors that became the biggest conglomerate ever know.

[ Continue Reading.. ]

26
8 comments


Cart #ndhupuni-1 | 2022-04-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Cart #rubunozugu-0 | 2022-04-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
3 comments


Cart #kigezomura-2 | 2022-04-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


It's not quite finished yet, so subscribe to the thread to know when it's updated
It's Celeste... but hard mode
Enjoy!

Editing Infinite- If you find any cheesable parts, please tell me! I want the game to be as hard as possible :D

CHANGELOG
v2.1: Attempted to fix cheesing on lvl 2

v2: added new levels! WOOOO

Hey, if you're showing this to a friend, maybe have them play the original Celeste Classic first

6
10 comments


Cart #springproject2022-0 | 2022-04-20 | Code ▽ | Embed ▽ | No License | Edit

2
3 comments


Hi everyone
I've just dived into Pico8 and I'm so enjoying it that I cannot do anything else :-)
I've that small prototype but I've encountered a weird bug with sprite editor I don't know how to fix it.
Maybe you can help?
Here's the issue:

  • When I modify some pixels on the sprite editor, it also modifies the map at some specific coordinates
  • The opposite is also true: if I modify the map, the sprites are changed

    It's a bit complicated to go on my level design so if you can help solving that... I would really appreciate!
    Thank you and keep up

  • Pierre G.
1
5 comments


Cart #kamifura-0 | 2022-04-20 | Code ▽ | Embed ▽ | No License
5


The OG Song by Spurk FNF: https://www.youtube.com/watch?v=SmbwRSxoF-A
i know its supposed to be 9 key but im not doing 9k ok

5
9 comments


Been working on this one for a while! I consider this to be my first real finished game. Thank you to all. May this be a good omen to any future games I want to make!

Can you find all the codes, and use them?

Cart #boxy-0 | 2022-04-20 | Code ▽ | Embed ▽ | No License
17

17
7 comments


Cart #p8birthday-0 | 2022-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7


(v01 04-19-22)
TO LOAD THIS PICO-8 CART, in immediate mode, type: load #p8birthday

You may need to squint your eyes a bit to remove the flicker. :)

HAPPY BIRTHDAY PICO-8 !

TODAY YOU ARE 7-YEARS OLD !

YOU ARE A BIG BOY NOW !

MAY YOU HAVE MANY MORE !

CONGRATULATIONS !

Looks pretty bad online. Runs best offline.

7
3 comments




Top    Load More Posts ->