Jump to content
IGNORED

VOXEL in 80x50 pixel


Matej

Recommended Posts

If nothing else Atari, I bet the Jaguar could achieve something similar. It would be totally outrageously cool if it could be pulled off on an Atari 8-bit, maybe in a window using GTIA modes?

Edited by Gunstar
Link to comment
Share on other sites

A good number of demos, most prominent probably Numen and Asskicker use the VScrol trick to get the 80x50 mode.

 

It's low on screen DMA and the required DLIs to create it don't take much so it leaves lots of CPU time for calculating and rendering. Common effects are bump-mapping, flat object rotation, multi-faced cube and solid object rotation as well as 3D first-person projections.

 

But it's generally raycasting being used which is much less demanding than doing "proper" 3D where raytracing techniques are used. For raycasting, only one check sequence per horizontal pixel is needed when constructing the Z-buffer and deciding what object's texture is put in each place. Also, moving objects like monsters are plotted as simple 2D scaled sprites rather than being rendered as proper 3D objects.

 

Think Wolf3D as compared to Doom, then the Quake games then modern shooters like CoD or Crysis - each iteration introduces more sophisticated rendering techniques and removes restrictions from previous ones.

Link to comment
Share on other sites

A mode 10 set to 80x50 could do the trick, and there's many ways to do it. One thought I had was Antic 5 using GTIA 10, and DLI's to change the character set about 4 times down the screen (or 3 times if you use narrow width screen) ... the screen is then addressed by writing to the character set memory, in the same fashion as the C=64 graphics modes. You get all 9 colors, you just aren't allowed PF2 and PM2 in the same char cell as PF3/PM3.

Link to comment
Share on other sites

Rybags... asskicker used the so called "Konop" mode as he invented first lower Dma mode... vscroll trick was first used in Numen and Fox found it out...

 

First we had had

 

4f, adr

4f, adr

4f, adr

4f, adr

...

Then

 

4f, adr

0

4f, adr

0

 

Then

 

4f, adr

0,

4f, adr

0

0f

0

4f, adr+32

0

...

 

And then Numen

  • Like 2
Link to comment
Share on other sites

I guess you will find a lot on the internet and tutorials that actually wolfenstein like engines or not 3D or did you managed to look up/down?

 

The map is 2D no height Informations etc... that's why I mentioned that the mindcraft like engines are true 3D with raycasting/marching a lot more than wolfenstejn... which only shoots rays in a 2D map etc... it's fooling and cheating a lot... same like the voxel flight engines but those have nothing in common with mindcraft voxels which are true voluminous pixels.

Link to comment
Share on other sites

I guess you will find a lot on the internet and tutorials that actually wolfenstein like engines or not 3D or did you managed to look up/down?

 

The map is 2D no height Informations etc... that's why I mentioned that the mindcraft like engines are true 3D with raycasting/marching a lot more than wolfenstejn... which only shoots rays in a 2D map etc... it's fooling and cheating a lot... same like the voxel flight engines but those have nothing in common with mindcraft voxels which are true voluminous pixels.

What are you writing about? As I wrote above already : real 3D isn't possible on such slow computers. You'd have to "cheat and fool a lot" to get there. At the end is what you get in gameplay and look of the game. Which were the only relevant parts there.

 

It's getting more and more ridiculous that no one is going to do such Stuff on the A8. The slow C64 has MOOD, Speccy has a working "Doom"... What the f... do people expect from the A8?

On one hand , things have to run at 50fps (60fps) .... Project-M runs at 20 fps but never turned into a full playable "Wolf 3D" clone. Before that (on the other hand), in the Numen Demo, you see a "3D rendered" world, slow as hell.

What stops people from doing a more tricky 3D engine with some less 3d calculations and some presentation tricks, and some less colours than Project-M, to have "enemies" added and some fluent gameplay?

 

 

40 Years A8? Unbelievable!

Edited by emkay
Link to comment
Share on other sites

@Popmilo: That isometric pseudo 3D Reminds me Cubic Castles game!!!

https://www.cubiccastles.com/

 

@All:

With Atari+Atari ethernet cartridge (client) and Raspberry PI (low watt server).

We can have Atari voxel mmorpg! Or voxel metaverse or atari second life...

 

On C64 they had habitat metaverse!!!

https://www.youtube.com/watch?v=LlLjB1Wa4L8

Edited by Matej
Link to comment
Share on other sites

Or this: a small playroom, that is totally pre-rendered in 3D. all pre-rendered 3D frames are then stored as char-sets. (use of lots of extra memory or fast harddrive space is needed on Atari). Then only little cpu-power is needed to move in the playroom. (its also cheating, but the result is good enough to have some fun in a 3D room).

Link to comment
Share on other sites

Or this: a small playroom, that is totally pre-rendered in 3D. all pre-rendered 3D frames are then stored as char-sets. (use of lots of extra memory or fast harddrive space is needed on Atari). Then only little cpu-power is needed to move in the playroom. (its also cheating, but the result is good enough to have some fun in a 3D room).

 

Again, Antic 5 is your friend here ... either normal, or with the GTIA set into mode 10 to get 9 colors.

Link to comment
Share on other sites

All we need for that is a coder that is interested in porting such games to the A8. That's all.

Problems seem to start where people think, the A8 is some PC or vice versa, don't start to create stuff, because the expectations were too low. It's just that only relevant parts have to be moved/turned ... whatever.

 

For example: The ceiling/sky could be done by simple Antic Mode 2 with gr. 9 overlay. Move the sky content with char animations , to have the walking / turning impressions. Then place some lines in "80x50" resolution, to have them zoomable... and to form objects.

Edited by emkay
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...