English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 10 January 2018, 11:14   #181
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by utri007 View Post
I have seen lots of nice demos, but very few of them has actually materialized to games. It is has much less work to port game than create new.
Indeed, and that's why I said _IF_ I ever continue working on it

Quote:
Creating all the sprites and levels is big job. Bigger than many could though.
Of course it's a big job, but then again, even for a port the graphics would pretty much have to be redone anyway to suit the 16 color palette. And to be honest, if I'm spending a lot of time getting something to work on the A500, then why not spend some extra time and make it something of my own.

Quote:
Another thing is, can you keep fps if there is a movin object in screen, like enemy?
The fps will definitely be worse with realtime raycasting and sprite rendering added, which is also a reason for why making my own game would be more attractive, as I could scale down the complexity to a level that still retains a reasonable framerate.
britelite is offline  
Old 10 January 2018, 14:08   #182
d4rk3lf
Registered User
 
d4rk3lf's Avatar
 
Join Date: Jul 2015
Location: Novi Sad, Serbia
Posts: 1,645
IMHO, the faster fps - the better, however, I feel that even half of the fps that is there already, would be a very playable game.
People played Cytradel, on stock A500 back then, even it was slow as politician speech, yet they enjoyed. We are kind-a spoiled these days.
I keep my finger crossed, and hoping for the best.
Cheers to all.
d4rk3lf is offline  
Old 10 January 2018, 16:23   #183
Raion-Fox
 
Posts: n/a
Miggy4eva you're certainly a passionate man. And I appreciate passion, but you need some serious reality checks here:

OCS uses a 16-bit datapath and a 512kb/1mb chip mem, while in theory sufficient, isn't when you consider that much more than graphics data on an Amiga is stored there.

The 286, which is a base config for a Wolf3D game, is so much more powerful than the 68000 the A500 comes with.

That an Atari ST is a good baseline to understand why your dream just isn't possible, even with a skilled assembly coder there is simply not enough resources.

I did some basic theorizing on what an A500 could do, after looking at the Wolf3D code for the PC. And I came up with:

16 colours, at the most

Runs in a window with doubled pixels, effective resolution something like 160x100

And 15fps framerate.

This is assuming massive optimizations and leveraging of assembler, doesn't include music or sound routines, and some other general optimizations.

No, your expectations are impossible. It's just not a thing we can do on this hardware. I'm not being mean. I'm not trying to crush your dreams. You just can't really do it.

The Amiga was a neat piece of tech for its time, but it wasn't revolutionary. None of the home computers were. They were about 3-5 years behind the stuff being used in the high end, such as VAX, for example, or later something like PA-RISC or Alpha AXP. Emotion and faith doesn't boil down to raw numbers.

Your dream could probably be done on an A3000, for example, without any issue and with basic optimizations, but you don't have realistic expectations for that.
 
Old 11 February 2018, 12:20   #184
Trachu
Registered User
 
Join Date: Dec 2015
Location: Poland
Posts: 189
Quote:
Originally Posted by Raion-Fox View Post
Miggy4eva you're certainly a passionate man. And I appreciate passion, but you need some serious reality checks here:

OCS uses a 16-bit datapath and a 512kb/1mb chip mem, while in theory sufficient, isn't when you consider that much more than graphics data on an Amiga is stored there.

The 286, which is a base config for a Wolf3D game, is so much more powerful than the 68000 the A500 comes with.

That an Atari ST is a good baseline to understand why your dream just isn't possible, even with a skilled assembly coder there is simply not enough resources.

I did some basic theorizing on what an A500 could do, after looking at the Wolf3D code for the PC. And I came up with:

16 colours, at the most

Runs in a window with doubled pixels, effective resolution something like 160x100

And 15fps framerate.

This is assuming massive optimizations and leveraging of assembler, doesn't include music or sound routines, and some other general optimizations.

No, your expectations are impossible. It's just not a thing we can do on this hardware. I'm not being mean. I'm not trying to crush your dreams. You just can't really do it.

The Amiga was a neat piece of tech for its time, but it wasn't revolutionary. None of the home computers were. They were about 3-5 years behind the stuff being used in the high end, such as VAX, for example, or later something like PA-RISC or Alpha AXP. Emotion and faith doesn't boil down to raw numbers.

Your dream could probably be done on an A3000, for example, without any issue and with basic optimizations, but you don't have realistic expectations for that.
Well actually 80286 was quite slow procesor and overally inferior to MC68000.
The problemm lies elsewhere. Wolf3d was designed as VGA only which had special Chunky pixel mode.
3d games like this are based on chunky pixel calculations, then the CPU or blitter must perform Chunky2Plannar conversion which costs almost single frame!!!
This way superior Motorla procesor looks quite weak compared to 80286.

This could be resolved if someone would find an algorythm which would operate directly on plannar graphics...

I made 16colour textures conversion some time ago and you can use it in this game.
Attached Thumbnails
Click image for larger version

Name:	wolfensteinoriginaltextures-205c_outputA20M1corected_output.png
Views:	400
Size:	50.7 KB
ID:	56749  
Trachu is offline  
Old 15 February 2018, 15:25   #185
LaBodilsen
Registered User
 
Join Date: Dec 2017
Location: Denmark
Posts: 179
Quote:
Originally Posted by Trachu View Post
I made 16colour textures conversion some time ago and you can use it in this game.
They look almost nice, and alot better than the attempts i have been trying out. What program/method did you use for this?

With almost, i mean that some of the textures still look pretty bad, esp. the doors, and some of the purple walls. but i guess that you did not do any manually pixel corrections on any of them?
LaBodilsen is offline  
Old 28 March 2019, 08:59   #186
johannes
Registered User
 
Join Date: Feb 2019
Location: Germany
Posts: 1
Quote:
Originally Posted by Akira View Post
It'll probably only be a matter of time before you revert to namecalling again, because that's how a brat acts when they don't get the thing they demand.
Calling someone a "brat" is clearly namecalling.
johannes is offline  
Old 28 March 2019, 15:25   #187
gimbal
cheeky scoundrel
 
gimbal's Avatar
 
Join Date: Nov 2004
Location: Spijkenisse/Netherlands
Age: 42
Posts: 6,912
You're right to sign up to say that Johannes, that really needed to be said more than a year after the fact.
gimbal is offline  
Old 28 March 2019, 22:08   #188
utri007
mä vaan
 
Join Date: Nov 2001
Location: Finland
Posts: 1,653
Quote:
Originally Posted by britelite View Post
Indeed, and that's why I said _IF_ I ever continue working on it

Of course it's a big job, but then again, even for a port the graphics would pretty much have to be redone anyway to suit the 16 color palette. And to be honest, if I'm spending a lot of time getting something to work on the A500, then why not spend some extra time and make it something of my own.

The fps will definitely be worse with realtime raycasting and sprite rendering added, which is also a reason for why making my own game would be more attractive, as I could scale down the complexity to a level that still retains a reasonable framerate.
I wish that you could do at least few levels demo or mini game, if nothing else, as proof of concept.

I ques you could ask help for level maps and gfx. Just upload palette somewhere and tell size limits for sprites. Maybe what kind of graphics you want? Monsters? Soldiers? Would it be like realistic or fantasy world? etc.
utri007 is offline  
Old 01 April 2019, 08:42   #189
nobody
Registered User
 
nobody's Avatar
 
Join Date: Dec 2013
Location: GR
Age: 46
Posts: 1,416
Noob's question
I read EGA is using planar, so wouldn't be easier to port something like this? (Supposing source code exists)

[ Show youtube player ]

Edit; I see there is a version of it already. I wonder if it's using planar (?)

[ Show youtube player ]

Last edited by nobody; 01 April 2019 at 08:51.
nobody is offline  
Old 01 April 2019, 09:57   #190
britelite
Registered User
 
Join Date: Feb 2010
Location: Espoo / Finland
Posts: 818
Quote:
Originally Posted by utri007 View Post
I wish that you could do at least few levels demo or mini game, if nothing else, as proof of concept.
A preview of the game is coming up in the near future
britelite is offline  
Old 03 April 2019, 17:59   #191
LaBodilsen
Registered User
 
Join Date: Dec 2017
Location: Denmark
Posts: 179
Quote:
Originally Posted by britelite View Post
A preview of the game is coming up in the near future
Sweet, can't wait to see what you have made of this.
LaBodilsen is offline  
Old 03 April 2019, 18:51   #192
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,289
Quote:
Originally Posted by nobody View Post
Noob's question
I read EGA is using planar, so wouldn't be easier to port something like this? (Supposing source code exists)

[ Show youtube player ]

Edit; I see there is a version of it already. I wonder if it's using planar (?)

[ Show youtube player ]
The 2D part of the display uses planar graphics, but on PC the 3D view is drawn using EGA write mode 2, which does "on the fly" chunky to planar conversion as you write the memory. I wish the Amiga chipset had something like this. For the Amiga port I drawn the 3D view into a separate chunky buffer, and did a C2P conversion from there.
BSzili is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmiWolf - new 68k Wolfenstein 3D port NovaCoder News 322 04 August 2023 12:21
Amiga 1000 parallel port desiv support.Hardware 10 21 January 2022 01:05
Wolfenstein 3D port for CD32 earok project.CD32 Conversion 151 11 July 2018 02:33
The Amiga 1000 could of done a game like Wolfenstein in 1985 - shock! AndNN Coders. Asm / Hardware 172 20 July 2017 17:48
AmiWolf - new AGA Wolfenstein 3D Port NovaCoder project.Amiga Game Factory 100 16 September 2013 01:44

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:42.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.36566 seconds with 14 queries