-
Content Count
164 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by Lavalamp
-
Work In Progress Update Morf.bas.a78
-
Found it, I was not dropping the .JPG in PLOTBANNER, and I also had 160A in there too!
-
Yeap its 96 high...
-
Im getting the following error IN 7800BASIC and have exhausted any ideas I had on it, I don't see any option to set a banner height with Plotbanner. Whats causing this? ERROR, plotbanner didn't find a banner height
-
Atari Dev Studio for Homebrew Development [Release]
Lavalamp replied to mksmith's topic in Homebrew Discussion
Cool thanks! finding ADS very good, I like the sprite editor, solves all sorts of problems! Can I suggest some features? - In the sprite editor it would be nice to add the ability to export all sprites as PNGs rather than one at a time. - Rotate in the sprite editor? - In the editor it would be nice if the keywords displayed their function from the manual. -
Atari Dev Studio for Homebrew Development [Release]
Lavalamp replied to mksmith's topic in Homebrew Discussion
False positive? -
This was solved by using Atari Dev Studio for VS by Mksmith
-
I get the palettes now 😋 Latest for you to try... Morf.bas.a78
-
Atari Dev Studio for Homebrew Development [Release]
Lavalamp replied to mksmith's topic in Homebrew Discussion
With regards to the sprite editor, how do I get it to export invidual PNGs 7800Basic requires? Or am I missing something? Cheers. -
Atari Dev Studio for Homebrew Development [Release]
Lavalamp replied to mksmith's topic in Homebrew Discussion
This worked perfectly, no problems at all! 5 Stars -
Atari Dev Studio for Homebrew Development [Release]
Lavalamp replied to mksmith's topic in Homebrew Discussion
Just discovered this, will be trying this tonight. 😁 Did RandomTerrain ever get integrated? -
Your were 100% correct works perfectly in A7800 emulator, this appears a lot harder to setup cant just double click the .A78 file to run it, it has to sit in a specific folder then manually select it to run. So I might use that one occasionally to verify things. Haven't tried BubSystem yet...
-
Good question, this level was just to see what I could do with 7800 Basic, and so far so good, I need to sit down and map out the levels and goal, I would like to add a light element, but not sure how to do this, my original concept was to have the map dark with lights here and there.
-
Ahh, I am using ProSystem, so I should be using A7800 emulator? I havent tried to run it on my 7800, need to source EPROM for my burner and a I assume a doner cart? Is there a better way? Cheers.
-
.a78 file attached Morf.a78
-
Thanks, this helped, made a little progress on colors. Some have come right and others have now changed. T he sprites still break up on vertical movement, will look into the memory location issue once I have the palettes sorted.
-
Hi guys, I'm working on a 7800 platformer called Morf, but hitting a few issues maybe you can point me in the right direction. Having trouble with sprites inverting their colors In the above image: - The main character Morf is inverted, green/black - The second tile set should be using a blue color palette for the water at the bottom of the screen. - Recently for no obvious reason the sprites break up when moving vertically like the drip from the pipe below. Also you can see the left moving sprite has the correct palette. Any help or advise would be awesome 😄
-
### ERROR: couldn't find 7800basic binaries for Darwin(x86_64)
Lavalamp replied to Lavalamp's topic in Atari 7800 Programming
Thanks for looking into this, I tried the posted version above, but get: ### ERROR: couldn't find dasm binary for Darwin(x86_64). Exiting. Cheers. -
Cases for the Mini-ITX based Atari 8-Bit Motherboards
Lavalamp replied to mytek's topic in Atari 8-Bit Computers
Unfortunately my 1088XEL project failed, may revisit it next year. Below is the link to my case designed to be 3D printed if you want to give it ago, I did print the rear IO ports and this fitted perfectly, and the breakouts for the port covers did too. https://www.tinkercad.com/things/3MTwi9fbOTT -
Creating 7800basic compatible graphics images with Gimp
Lavalamp replied to Atarius Maximus's topic in Atari 7800 Programming
Has anyone come across PAL .act files for GIMP? -
Is there any Atari 7800 Graphics tool out there?
Lavalamp replied to R_Leo_1's topic in Atari 7800 Programming
if you use a 128 x 96 image based on 4 index colours from the Atari 256 palette you can use incbanner filename.png [graphics mode] [#1] ... Atarius Maximus excellent guide is pretty through here. This is my summarised version for GIMP 2: Below is my template (could be resized to 16x16 for sprites) with the correct ratio in place for 160B with doublewide on for sprites: Toggling Dot for Dot under View shows you the stretched image. I created a new view in GIMP so I could see them side by side. 1. Use Mode to switch between RGB and Index 2. First to restrict the number of colours to 4. (160A Mode) 3. Use mode RGB/Indexed again to restrict to the Atari Palette. (You can import this into GIMP as a ACT file from here) 4. I switch to RGB to select which colours I want from the Atari palette then switch back to the indexed mode. -
Is there any Atari 7800 Graphics tool out there?
Lavalamp replied to R_Leo_1's topic in Atari 7800 Programming
I think my ratio is the wrong way round...I prefer paint.net too. But it has no way to limit the palette that I could see, so you will still need to convert it in GIMP. -
Is there any Atari 7800 Graphics tool out there?
Lavalamp replied to R_Leo_1's topic in Atari 7800 Programming
It does work tho... -
Is there any Atari 7800 Graphics tool out there?
Lavalamp replied to R_Leo_1's topic in Atari 7800 Programming
GIMP has a terrible interface, but I guess its the only real option, I didnt know about the pixel ratio option though thats great.
