+Random Terrain Posted August 9, 2021 Share Posted August 9, 2021 The bB Playfield Editor is based on the Atari Background Builder by kisrael. I wanted more DPC+ row options, so I tried to make my own less advanced version using SpiderBasic. The helpful people at the SpiderBasic forums ended up doing most of the work since I know very little about PureBasic, SpiderBasic, or JavaScript. You can draw using 176 rows, 88 rows, 44 rows, 22 rows, or 11 rows. The editor also gives you two standard kernel choices (11 rows with blank lines or 11 rows with no_blank_lines). The playfield canvas tries to simulate the blank lines look and the color taint that you get with no_blank_lines. Tip: You can hold down the left Ctrl key while drawing to erase. Link: https://www.randomterrain.com/bb-playfield-editor.html Here's a quick video showing how the editor works: youtu.be/CMej8HPL3xg Be sure to download DPCplus.arm and put it in the bB includes folder so the generated code will work properly: https://atariage.com/forums/topic/323730-bb-dpc-programmers-need-to-download-this-file/ [I don't know how to add things like lines, boxes, ovals, text, undo/redo, and so on. You'll need to use the Atari Background Builder by kisrael for that kind of advanced stuff.] 5 Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/ Share on other sites More sharing options...
+Random Terrain Posted August 11, 2021 Author Share Posted August 11, 2021 Just added a YouTube video to the first post that shows how the editor works. Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4883080 Share on other sites More sharing options...
+Lewis2907 Posted August 14, 2021 Share Posted August 14, 2021 RT, Do you think this will work for multisprite? Also an adaptation for making sprites? Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4885537 Share on other sites More sharing options...
+Random Terrain Posted August 14, 2021 Author Share Posted August 14, 2021 5 hours ago, Lewis2907 said: Do you think this will work for multisprite? Understanding that I didn't create most of the code, I could try. I'll see if I can have three Multisprite Kernel choices (11 rows, 22 rows, and 44 rows) and fix it so when you draw a pixel on either side, the mirror of that pixel will also be drawn. Looks like there is only one color for the foreground and one color for the background, so I'll have to do special code for that. I'll start working on that tonight or tomorrow if the lights stay on. Thunderstorms keep knocking our power out when it's the most inconvenient. 5 hours ago, Lewis2907 said: Also an adaptation for making sprites? I'd like to have my own batari Basic sprite editor, but one of the helpful people in the SpiderBasic forums is very busy and slowly adding more tools to the playfield editor (behind the scenes), so I don't want to overwhelm them by asking about a sprite editor. There are a bunch of placeholder buttons on the playfield editor at the moment, so I can't upload it yet. Once all of the tools are added, I'll put it on the web page. Later on, I can ask about how I'd go about having a sprite editor with multiple frames and the ability to animate it at different speeds. Until I have my own bB sprite editor, have you tried this: https://alienbill.com/2600/playerpalnext.html Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4885757 Share on other sites More sharing options...
+Lewis2907 Posted August 15, 2021 Share Posted August 15, 2021 I use the others, but the code at least for me crashes or come out different. Hopefully your efforts work out. I see a lot of uses for what you have done so far with this tool. 1 Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4886470 Share on other sites More sharing options...
+Random Terrain Posted August 17, 2021 Author Share Posted August 17, 2021 Visit the page again and hit Ctrl + F5 or something to refresh the page and you will see three new multisprite kernel modes: https://www.randomterrain.com/bb-playfield-editor.html 1 Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4887479 Share on other sites More sharing options...
+Random Terrain Posted August 18, 2021 Author Share Posted August 18, 2021 Made a quick video showing the multisprite kernel modes: youtu.be/tpKOm8W2NQo 2 Quote Link to comment https://forums.atariage.com/topic/323744-bb-playfield-editor-free-online-tool/#findComment-4888013 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.