-
Content Count
1,047 -
Joined
-
Last visited
Posts posted by Muddyfunster
-
-
-
There is no "waiting list".
When carts become available, they are listed for sale on the link posted in post # 2052.
-
4
-
-
28 minutes ago, Trebor said:.Unsure why you believe so many people dislike your graphics.
I second that, I think the graphics in your game are fantastic. Palette choices are perfect and the proportions (something that can be difficult to blend just right on the 7800) are also spot on.
Bloody good job old chap
-
4
-
1
-
-
15 hours ago, RevEng said:FWIW, if a mouse game for the 7800 does come to pass, ps2->amiga/st adapter kits are like $15 shipped. So it's no big hardship, and as a bonus you can use a modern-DPI LED mouse.
That's what I use on both my pimped out STE and CD32, better than the old ball variety for sure.
-
2
-
-
That looks superb Lilla
-
3
-
1
-
-
Just now, miker said:Some Cybernoid-variation maybe?
Yeah, I had a similar idea, but the game has really moved on from it's "Cybernoid" origins. Maybe a remix or something original would be better.
Each world in the game is thematically different anyway, so that adds some opportunity to vary the music up. @Synthpopalooza's tunes never disappoint anyway
-
2
-
-
1 hour ago, Synthpopalooza said:Also: How much memory does that title screen font take up? just curious. My double buffer flicker trick can double those greyscales, or let you have 7 level grey at 320, or 14 level using two palletes
it's about 700 bytes, I've not seen your double buffer trick, sounds interesting.
-
Thanks @mksmith & @TwentySixHundred.
I was aiming for a bit of an "Aliens" or "2001" vibe, dark, spacey and a little foreboding.
I think this is the third title screen I've done for EXO, but it's by far my favourite.
I've also done a complete redesign of the "start" screen where the player can select their mission / world of choice etc. So instead of the "fly your ship to the icon" and select, which I liked, I have experimented with a Wing Commander / Gunship 2000 style ready room. I think it works much better thematically.
Anyway nearly time for that November update
-
6
-
-
47 minutes ago, RevEng said:Glad it's useful to you
I found it super useful, couldn't have added the new hit system to Danger Zone without it
-
2
-
-
27 minutes ago, x=usr(1536) said:If you have the option to edit the poll, you may also want to add Jaguar joypads, 5200 sticks, and trackballs. Admittedly, the Jag and 5200 controllers would need adapters, but trackballs still use a DB-9.
Trackball is a great shout, I'll leave Jag and 5200 as I think adaptors to the 7800 for those are likely to be pretty uncommon.
-
1
-
-
4 minutes ago, sramirez2008 said:@Muddyfunsterif you can make the planet rotate, I’ll buy a copy just for the title screen.
Seriously though, very nice work👍
Cheers guys :)
@sramirez2008I actually tried that using colour cycling, didn't look good unfortunately.
-
Taking a break from world 2 and 3 level design, I decided to do some work on the other areas that were either placeholders/port graphics or something that needed updating to make it consistent to the rest of the design evolution.
New title screen. Still needs some minor tweakage, but you get the general idea. (and yes the MV logo is slightly off centre, before Trebor notices
)
-
11
-
1
-
-
I have a few ideas for games that would benefit from controllers other than joysticks or pads, like paddles, keypads and so on. I thought it might be a good idea to gauge what folks have access to and what the interest levels might be.
-
3
-
-
Thanks for the update Mike 👍
I think there might be a typo though :
To use deprecated mode I think it's
set deprecated frameheight (as you note in the changes log)
but the documentation reads to use:
set deprecated tallheight
-
2
-
-
3 hours ago, -^CrossBow^- said:I want my Dragonfly to allow my 7800 to have a startup sound that plays Alan Parsons 'Sirius'. Yeah...
I was thinking more HAL 9000
"I am completely operational and all of my Pokey's are functioning perfectly.."
-
2
-
-
@Karl G This is a really neat idea thanks for sharing it.
I don't understand enough of the assembly to contextualise this in my head yet
Not sure if it would be possible to take this technique and use something similar, for detecting collisions between two irregular sprites, rather than the sprite and the irregular background?
Currently I use multiple hitboxes for irregular sprites and I'd expect that's quite slow and a bit inefficient. Sometimes it's a bit of a brute force rather than a finesse approach for me.
Coming from the 2600 where we have hardware collision, I don't know a better way than multiple hitboxes right now (or lots of if then statements).
Every day is a school day around here, always something new to learn which is great!
-
Good news
-
2
-
-
-
Thanks guys,
Appreciate this is a totally undocumented - might not work properly kind of thing. Going to experiment and see what happens.
Thanks again!
-
1
-
-
1 minute ago, CPUWIZ said:
I have a new favourite gif
-
3
-
-
On 11/15/2020 at 6:02 PM, batari said:Next week they will be available to the general public. So that I don't sell more Concertos than I can produce in a reasonable amount of time, I will be using an inventory-controlled site to sell them and will be making them available in small batches. An announcement on that will come later, after the developer carts are sold.
Just to reiterate the process that Batari posted for those folks that somehow missed it, despite it being on the previous page.
I've helpfully marked the key part of the statement in bold...
-
8
-
-
Looking good
-
Is it possible to change the doublewide setting between screens, and by that I mean, really completely different parts of code, like game screen to status screen or instruction screen.
I think the easy answer is no, but I wondered if there was any way to work around or do it at all (kind of like with activating kangaroo mode).
I would like to be able to use doublewide in game, but perhaps on a screen where I need text, to not have it on so I can use a simple 4px font instead of the large 8px fonts.
-
160 mode sprites can look "chunky" but I think they have a certain charm to them and even in 160A, you can get great results as @Defender_2600 shows in his example.
-
2
-
1
-

Doublewide change on the fly?
in Atari 7800 Programming
Posted
Thanks Karl, I was getting some odd outputs but was missing some of the steps you noted. I was going to give up on it for now.
Will give it another look.