First Spear Posted December 17, 2014 Share Posted December 17, 2014 I am pretty sure the answer is "no", but is it possible to set a background image using only 1/2 of a card to make a map that shows larger visible area than the Intellivision normally displays? In screen shots of Takeover, it looks like the cursor is moving in a map that has more surface area than it does on B-17 Bomber. I am not sure exactly how to explain what I think I see, other than the fact that there appear to be more "squares" in Takeover for a player to move through. Thanks. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/ Share on other sites More sharing options...
+DZ-Jay Posted December 17, 2014 Share Posted December 17, 2014 I am pretty sure the answer is "no", but is it possible to set a background image using only 1/2 of a card to make a map that shows larger visible area than the Intellivision normally displays? In screen shots of Takeover, it looks like the cursor is moving in a map that has more surface area than it does on B-17 Bomber. I am not sure exactly how to explain what I think I see, other than the fact that there appear to be more "squares" in Takeover for a player to move through. Thanks. The top picture looks like "Color Squares" mode, where the background resolution is reduced to 4 "bloxels" per 8x8 card. Each bloxel may have a different colour, but the resolution is barely 1/4 of the original. Your question is a bit ambiguous. It is entirely possible to draw on only half a card, but I don't think this is what you meant. In such cases, you are still constrained to a single foreground colour on the card, unless you use the "Color Squares" mode and use lower resolution. -dZ. 1 Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135135 Share on other sites More sharing options...
Rick Reynolds Posted December 17, 2014 Share Posted December 17, 2014 Yep, takeover uses a different video mode on the intellivision. It essentially draws on the screen with 4 giant squares ("bloxels") per card. So the resolution from a graphics perspective is very rough, but you do get a 4x grid if you're comparing locations like you're talking. The grid appears to be denser, but you can't really put any graphical detail into the boxes - they're just a color. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135143 Share on other sites More sharing options...
intvnut Posted December 17, 2014 Share Posted December 17, 2014 (edited) Adding some more info on colored squares: Each of the colored squares can be one of 8 colors. 0 through 6 are the normal primary Intellivision colors (Black, Blue, Red, Green, etc.) Color 7 comes from the top of the color stack. If you use hardware MOB collision detection, colors 0 - 6 register as a background collision with MOBs, and I believe respond to MOB priority (ie. you can go above/behind those colors as with other background graphics). That is, they behave as "on" pixels for collision detection / MOB priority. Color 7 behaves as "off" pixels, consistent with its color coming from the color stack. You can mix colored square graphics with other color stack graphics. That is, colored square "mode" isn't a full display mode. Rather, in color stack display mode, each tile of the background can display a normal graphic, or a 4x4 colored square graphic. That's how Snafu (which uses colored squares for the snakes) is able to mix the snakes with other graphics such as the score and the various obstacles on the course. If you want a more detailed map, you might also look at the graphic shapes in GROM. Those, augmented with a few custom GRAM tiles, can go a long way also. Edited December 17, 2014 by intvnut 1 Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135147 Share on other sites More sharing options...
+DZ-Jay Posted December 17, 2014 Share Posted December 17, 2014 And one other thing that I will add, in reference to the screenshots posted at the top: you can have the best of both worlds, by having a higher resolution map like B-17 Bomber, and making your cursor reticle and selectable elements smaller and denser. There is no technical limitation that requires B-17 Bomber to have an 8x8 effective grid for selectable items--except perhaps the visual style and the amount of detail depicted. Those factories and AA installations could very well have been little tiny pixel thingies. The only limitation would be that only one colour is allowed per 8x8 card, so you wouldn't be able to place, say, an industrial complex "black" on the same card as an anti-aircraft installation (white). However, that is not such a big deal. dZ. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135167 Share on other sites More sharing options...
First Spear Posted December 18, 2014 Author Share Posted December 18, 2014 Aha.. So that is what Color Squares mode is. I finally get it, I think that was a bit "underdescribed" by the wiki and other docs I stumbled across. Thanks man. The top picture looks like "Color Squares" mode, where the background resolution is reduced to 4 "bloxels" per 8x8 card. Each bloxel may have a different colour, but the resolution is barely 1/4 of the original. [snip] Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135394 Share on other sites More sharing options...
First Spear Posted December 18, 2014 Author Share Posted December 18, 2014 Thanks Rick. While the resolution is very rough, it does appear that it works fairly well for a high-level map view. Yep, takeover uses a different video mode on the intellivision. It essentially draws on the screen with 4 giant squares ("bloxels") per card. So the resolution from a graphics perspective is very rough, but you do get a 4x grid if you're comparing locations like you're talking. The grid appears to be denser, but you can't really put any graphical detail into the boxes - they're just a color. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135398 Share on other sites More sharing options...
+DZ-Jay Posted December 18, 2014 Share Posted December 18, 2014 Aha.. So that is what Color Squares mode is. I finally get it, I think that was a bit "underdescribed" by the wiki and other docs I stumbled across. Thanks man. Yes, Color Squares mode is just turning the screen into big "Duplo blocks" mode, with "bloxels" (that's a "block-pixel") that is actually 4x4 pixels of "normal" resolution. As with the regular mode, each 4x4 "bloxel" can only be one color at a time. Thanks Rick. While the resolution is very rough, it does appear that it works fairly well for a high-level map view. Actually, I still think the B-17 Bomber map is superior, with its higher resolution detail. Like I said in my last message, you could draw the map with the 8x8 resolution and make the selectable elements small enough to support a finer-grain selection grid. -dZ. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3135452 Share on other sites More sharing options...
First Spear Posted January 6, 2015 Author Share Posted January 6, 2015 I guess that is how Sea Battle gets its impressive map display? Adding some more info on colored squares: Each of the colored squares can be one of 8 colors.[snip] You can mix colored square graphics with other color stack graphics. That is, colored square "mode" isn't a full display mode. Rather, in color stack display mode, each tile of the background can display a normal graphic, or a 4x4 colored square graphic. That's how Snafu (which uses colored squares for the snakes) is able to mix the snakes with other graphics such as the score and the various obstacles on the course. [snip] Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3147406 Share on other sites More sharing options...
First Spear Posted January 6, 2015 Author Share Posted January 6, 2015 What I think I see in Takeover is Color Squares mode, but the cursor is not a block itself, it is a MOB shape. It looks like the MOB is not one tile in size, it looks like it is only the size of a part of a tile. It looks like there is 4x of typicalgame resolution. I think I get it though. Thanks. The top picture looks like "Color Squares" mode, where the background resolution is reduced to 4 "bloxels" per 8x8 card. Each bloxel may have a different colour, but the resolution is barely 1/4 of the original. Your question is a bit ambiguous. It is entirely possible to draw on only half a card, but I don't think this is what you meant. In such cases, you are still constrained to a single foreground colour on the card, unless you use the "Color Squares" mode and use lower resolution. -dZ. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3147408 Share on other sites More sharing options...
intvnut Posted January 6, 2015 Share Posted January 6, 2015 I guess that is how Sea Battle gets its impressive map display? Nope, those are all proper 8x8 tiles, not a mix of colored squares and regular tiles. Just like on the B-17 Bomber and Utopia screens. I believe some times come from GROM, and the rest GRAM. What I think I see in Takeover is Color Squares mode, but the cursor is not a block itself, it is a MOB shape. It looks like the MOB is not one tile in size, it looks like it is only the size of a part of a tile. It looks like there is 4x of typicalgame resolution. Yep, the cursor is a MOB, set to 'normal' resolution. MOBs are always made of one or two 8x8 tiles, but they can be stretched horizontally and vertically to cover different amounts of screen area. This one looks like it's a single 8x8 tile with a smaller-than-8x8 square drawn within that tile. I believe they also use MOBs to make the square that lines each player's 'base'. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3147430 Share on other sites More sharing options...
First Spear Posted May 2, 2015 Author Share Posted May 2, 2015 The Tron Deadly Discs actors appear to all be "double high" running men with discs. With player vs 3 enemies that makes 8 MOBs. Then when discs are in flight that makes 12 MOBs. I don't see any flicker.... What did I miss, how was that done? Yes folks, I'm back after "going dark" for a while. Please expect more newbie-class questions while I ramp up on my game ideas again. Thanks. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3229695 Share on other sites More sharing options...
GroovyBee Posted May 2, 2015 Share Posted May 2, 2015 MOBs can be 8 or 16 pixels high. So thats 4 men (at 16 high) and 4 discs (at 8 high) to make 8 MOBs. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3229696 Share on other sites More sharing options...
First Spear Posted May 2, 2015 Author Share Posted May 2, 2015 What?! I thought that one MOB at 16 pixels high would take two "MOB slots". Ugh. MOBs can be 8 or 16 pixels high. So thats 4 men (at 16 high) and 4 discs (at 8 high) to make 8 MOBs. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3230029 Share on other sites More sharing options...
+DZ-Jay Posted May 2, 2015 Share Posted May 2, 2015 What?! I thought that one MOB at 16 pixels high would take two "MOB slots". Ugh. A double-resolution mob (8x16) takes two consecutive 8x8 card slots from GRAM or GROM, but still just one MOB. Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3230030 Share on other sites More sharing options...
GroovyBee Posted May 2, 2015 Share Posted May 2, 2015 A double-resolution mob (8x16) takes two consecutive 8x8 card slots from GRAM or GROM, but still just one MOB. The starting card index for a double height MOB must also be an even number too. 1 Quote Link to comment https://forums.atariage.com/topic/232876-graphics-using-12-a-card/#findComment-3230057 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.