Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Kieron Scott

75
Posts
2
Topics
191
Followers
50
Following
A member registered Mar 26, 2020 · View creator page →

Creator of

Recent community posts

(2 edits)

https://www.lexaloffle.com/bbs/?tid=140079 is where the slightly outdated public code is, contains first 30 levels with all but last few tweaks in.

Replied on Twitter, will try and track down the bug and fix it.

Was there meant to be a screenshot or another part of the message? Was it a bug/crash?

Thank you for letting me know about the problem!

(1 edit)

Oh, and a lot of the core code is available for to view over at https://www.lexaloffle.com/bbs/?tid=43838, that’s effectively the browser version which excludes the paid for content.

(1 edit)

Could you try the new upload I added, “premium_nano4x_v1-0-0_64_raspi.zip”? If this works I’d appreciate knowing as I might need to go back and recompile a lot of my older games.

I checked through some of the build notes and it wasn’t until later versions that Pico8 supported 64bit, which the original builds were done beforehand. I’m hoping this fixes your specific problem.

Give me a little while to check it out on my RPi, and see if it needs a recompile. Which OS is your RPi using?

The .p8.png is available for free at https://www.lexaloffle.com/bbs/cposts/ld/ld46_station_alpha_v1-8.p8.png though it only covers the browser version of the game.

Minor bug, if one of the drops appears on a wall you might not be able to collect it and proceed to the next arena. Otherwise cool little idea.

Funny little game!

Was this the right uploaded version? Was screen after screen of empty space, which didnt match the screenshot.

No worries, any other problems just let me know.

(1 edit)

Hi, there should be additional bundles for the three games, for example NOG Arcade is under a different download name, premium_arcade_all.zip. Double check if you grabbed the right files, and not just the demo files. If there is still a problem let me know and I can help guide you to the right files. Also, if I have packaged them wrong also let me know and I will get them fixed right away!

Ah, well still very good game all the same!

(1 edit)

Ooops, got an “out of memory” error after messing about after the chopper landed while trying to max out the character XD Had just picked up a bomb.

I’m really glad that you are back with an update, been slowly getting stuck in with the latest update to see how things have changed/stayed the same.

Hahah, they got so violent with me for getting their order wrong. Such a pity I’m in a van and can apparently run them over…

I managed 19!

Should be the same thumby build here as on the thumby website, closest thing there is is that you also get the picodisplaypack build to for python, which does have some minor code tweaks to make it work.

Yes. It includes the thumby build, plus the pico-8 code, and other various builds.

I will pass the comment on (or she will read it herself)!

Hahaha, “censored”

Not yet, long work day and no time today. Will check tomorrow, will be tweeting about it soon as I get started on the idea.

Love this game (as you already know XD)

The chaff is extra random shots that fire in all directions, red means you don’t have any and green means you have at least 1+ random shot firing.

No, not at the present time. If I was to make it available anywhere it would be here under the paid-for source files. It wasn’t included as the code wasn’t exactly great, was just enough to mock something together so people knew what they were buying. If it’s of any interest I could include it in the source files.

https://www.lexaloffle.com/bbs/?tid=41537 is the publically available source code for the game

Ah, I dont sell the source code with most of my Pico-8 projects for a few reasons.

One is that if people are purchasing it to get a better understanding of how to make a game then there are other projects of far better quality to pay for, the underlying code is not suitable in most cases to learn from.

Two, 99% of the source code for most of my games is available for free on lexaloffle.com (I should probably do a round of updates to make that clearer and/or provide direct links).

Three, I make games that should be completely playable and complete without ever paying money. That payment is just for more content if someone liked it and wants more, and the bit I protect (the bit that has actual value). The underlaying game structure doesnt change between the free and premium versions.

Four, there are enough people/bots out there which try to steal content for their own websites to make money of my work I avoid giving out the extra bit of work. This might change in time if I decide to alter the methods I make money off the games, so maybe at some time in the future it may or may not become available.

I think I will try to get around to more directly pointing people towards the freely available source code.

Wave 35 was my best, though I did play countless times during play testing. I think if I had a second player could have gotten ever further as the numbers appearing in the later waves is just so overwhelming.

(1 edit)

I would suggest following @krystman as they are currently doing a YouTube tutorial on making a Shmup game in Pico-8, so in time it’s highly likely they’ll be releasing it here for free (most likely) or on Lexaloffle (where you can find a huge bunch of free to play Pico-8 games).

For NOG Arcade I’ve uploaded the pico-8 png file as a source code file.

Selecting Simple mode remove directionality for presents but does ensure they follow a predictable path. Also, if you risk going lower the air time for presents is shorter meaning more likely to be accurate.

There are a few minor tweaks to gameplay to provide the same experince but over the extended five to seven minutes of gameplay (based on difficulty level) over the one to two minutes in the bbs version. Along with that there are three additional ships to play with, each with different mix of specials and movement.

Yeah, I dont share the .p8 file directly but with most of my games I share all the core code via lexaloffle.

The lexaloffle version will have some differences, like some missing data or graphics compared to the paid for version but functionally should be the same. With that you can see and understand how it works.

https://www.lexaloffle.com/bbs/?tid=38530 core code is there, you can get the png file version from there or just view the code. For picoquest its only the data for the extra modules that is missing, everything else is basically the same.

https://www.lexaloffle.com/bbs/?uid=43473 is my profile, links to all games featured here at some point.

I do feel like there was something missing from this (except music, still learning how to do good music). I had thought about unit types, possible research branches but most of those usually just mean bigger numbers when it comes to fight. Diplomacy is too big a concept, and ultimately you just end up fighting. So only bit there might be 2v2 style games.

Still wracking my brain what that missing element might be, if i figure it out I will add it to the game.

I have some vague plans, at some point in the future, to take the basic concepts of this and expand ot out to a civilization style game (though again, minimalist style).

I tracked down the specific issue, so if you can press the button to play a game and then change game in the exact same frame it will allow you to play as it performs the checks on the currently displayed game before scrolling to the next one. Thank you for bug report, code is fixed and it’ll be included in the next update when I have time.

I think what is going on is in the update code, when you cycle through the games for a moment when you change game the loading prevention checks the if its the previous game, then updates the index, then attempts the load the game at the current index thus bypassing the security. I tried to prevent this but looks like i got the order of the code wrong. But thank you again, should make it easier to track down precisely and debug.

XD ah well, I was planning on adding some more tweet games to it (and expand on the free games a bit) at some later point. Thanks for the note, i will reproduce the bug and put in a fix. Seems like my time scale might have been bumped up a little.