English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 17 May 2024, 20:57   #101
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
yes, but the original code also has original data so it has tilemap included, so yes it is the only data exploitable for me.

I've done tile extraction from pngs for Scramble but that was a rewrite, not a transcode job. And I'm not doing that again.
jotd is offline  
Old 18 May 2024, 12:01   #102
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,497
Send a message via MSN to dlfrsilver
Quote:
Originally Posted by touko View Post
The usefull thing would be to have sprites and backgrounds in their bitmap mode, and not in tile mode .
Sure, but it was not Sega's choice
dlfrsilver is offline  
Old 18 May 2024, 18:46   #103
touko
Registered User
 
touko's Avatar
 
Join Date: Dec 2017
Location: france
Posts: 197
I said BM mode for ripped GFX, not for those that are in ROM(it's classic and normal to do like this) .
If you want working on an arcade conversion, the gfx must be in BM mode to simplify the conversion work .
touko is online now  
Old 27 May 2024, 19:05   #104
touko
Registered User
 
touko's Avatar
 
Join Date: Dec 2017
Location: france
Posts: 197
Hi, i post 2 more pics from the bonus fail sequence .
I added a little touch that is not present in the arcade version :


touko is online now  
Old 27 May 2024, 19:10   #105
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,822
Quote:
Originally Posted by touko View Post
Hi, i post 2 more pics from the bonus fail sequence.
I added a little touch that is not present in the arcade version :

That looks really good
TCD is offline  
Old 27 May 2024, 19:12   #106
touko
Registered User
 
touko's Avatar
 
Join Date: Dec 2017
Location: france
Posts: 197
Thanks
touko is online now  
Old 27 May 2024, 20:05   #107
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
I checked the assets that Denis sent. Each character has 16 colors. For instance each ninja (green, yellow, blue, red) is made of 16 colors. There are common colors but globally it would require 60 colors for all Ninjas to be on the screen at once. Toning down to 8 colors makes the sprites still look good, but that's still a lot of colors.

Random screenshot of the game shows at least 50 colors. Makes dual playfield AGA impossible (16+16), makes an ECS version very washed down, and would require a lot of colors on AGA too. Maybe 128 or even 256 for it to look faithful, with parallax made of AGA sprites (not a lot of colors for the backgrounds anyway).

So now the BOBs and tiles share the same bitplanes... And there's 8 way scrolling so tiles must be drawn twice (or 4 times?), in a clean buffer, to be able to "erase" bobs by pasting the tiles again. I'm not going to do it, probably. Too difficult for me, for a result at best requiring A1200+fastmem.
jotd is offline  
Old 27 May 2024, 20:35   #108
touko
Registered User
 
touko's Avatar
 
Join Date: Dec 2017
Location: france
Posts: 197
I agree, like the PCE/SGX has 32, 16 colors sub palettes i can replicate very accurately the arcade game . I can easily display more than 100 colors on screen .Some colors of course, must be changed because of the 9 bit palette, but except in some specific cases, it would be imperceptible .

On the amiga (mainly OCS) you are restricted to the colors on screen, but fortunately, the 12 bit palette (and AGA) can help a bit .

Last edited by touko; 28 May 2024 at 14:50.
touko is online now  
Old 27 May 2024, 20:36   #109
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,497
Send a message via MSN to dlfrsilver
Quote:
Originally Posted by jotd View Post
I checked the assets that Denis sent. Each character has 16 colors. For instance each ninja (green, yellow, blue, red) is made of 16 colors. There are common colors but globally it would require 60 colors for all Ninjas to be on the screen at once. Toning down to 8 colors makes the sprites still look good, but that's still a lot of colors.

Random screenshot of the game shows at least 50 colors. Makes dual playfield AGA impossible (16+16), makes an ECS version very washed down, and would require a lot of colors on AGA too. Maybe 128 or even 256 for it to look faithful, with parallax made of AGA sprites (not a lot of colors for the backgrounds anyway).

So now the BOBs and tiles share the same bitplanes... And there's 8 way scrolling so tiles must be drawn twice (or 4 times?), in a clean buffer, to be able to "erase" bobs by pasting the tiles again. I'm not going to do it, probably. Too difficult for me, for a result at best requiring A1200+fastmem.
graphics must be redone in 128 colors at least, and the palettes used for sprites and background sorted by a good graphist.

the good solution would be using the Megadrive assets in 64 colors, but using 128 colors on A1200.

And hell yeah, the game is not easy at all to convert properly without a good graphist working on the arcade gfx to make them in 128 colors palette.

You throw the towel ?
dlfrsilver is offline  
Old 27 May 2024, 21:17   #110
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
I'm suspecting that I'm going to spend a lot of time trying to do something far inferior to the arcade version on a A1200 with fastmem when pistorm users can enjoy the original on MAME... Plus I've never done a 8 way scroller, I would have to use interleaved bitplanes to get better speed, which I'm not familiar with... Lots of work. Too bad as the code itself seems very simple.

For an ECS version, I'm pretty sure it will be difficult to do better than the original version.

My other arcade conversions sometimes had compromises made but were visually very close to the arcade (because those were 8 bit). For a "big title", I'd rather try Marble Madness 2 (which is slower paced and no version exist even on pistorm as the MAME fork is too old)
jotd is offline  
Old 27 May 2024, 21:24   #111
haps
Rumpig
 
haps's Avatar
 
Join Date: Aug 2006
Location: The bottom of the bottle
Age: 92
Posts: 250
Your chance to go down in history jotd.
haps is offline  
Old 27 May 2024, 21:31   #112
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
The scorpion attempts were pretty good, specially because it handled the priorities between sprites & tiles (the fences in the upper level). But on a real machine, it's probably super slow, not just because of Scorpion (which is really the greatest engine the amiga ever hosted, but too bad we can't plug assembly code on it).

Back to something more realistic to do We'll see later.
jotd is offline  
Old 27 May 2024, 22:49   #113
d4rk3lf
Registered User
 
d4rk3lf's Avatar
 
Join Date: Jul 2015
Location: Novi Sad, Serbia
Posts: 1,667
Quote:
Originally Posted by jotd View Post
For an ECS version, I'm pretty sure it will be difficult to do better than the original version.
Ummm.. you sure bro?
You know hardware waaaaay better then me, but original was really bad (not as bad as Rolling Thunder.. but still...)

Shadow Dancer is an OCS, and looks very similar to Shinobi (it's actually shinobi 2), and they did amazing job with this port.

Check it out:
[ Show youtube player ]

Maybe Shinobi have some things that Shadow Dancer don't have, that I don't see.

Quote:
Originally Posted by haps View Post
Your chance to go down in history jotd.
Fully agree!
d4rk3lf is offline  
Old 27 May 2024, 23:10   #114
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
They did an amazing job on Shadow Dancer. I'm not sure I can do the same with Shinobi. I don't have a lot of experience in 8 way scrolling & a big game with bobs & tiles everywhere.

But maybe I should try that, because for instance Final Fight was Brick Nash first project, and he pulled that off brillantly, with great speed & graphics, on ECS. I should check his source code (since I have an early version of it ).

As someone explained, it takes a lot of work to "tone down" colors from 256 to 32 or even 16 without it looking too bland. Shadow Dancer looks a bit washed down but they still did an awesome job with colors, and it gets the job done.

It's a heartbreaker to remove all colors to create a ECS game, but it's a heartbreaker to create an AGA game that ECS owners won't be able to enjoy...
jotd is offline  
Old 27 May 2024, 23:13   #115
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,657
Quote:
Originally Posted by jotd View Post
I'd rather try Marble Madness 2 (which is slower paced and no version exist even on pistorm as the MAME fork is too old)
That would be just AWESOME
tomcat666 is offline  
Old 27 May 2024, 23:21   #116
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,497
Send a message via MSN to dlfrsilver
Quote:
Originally Posted by jotd View Post
They did an amazing job on Shadow Dancer. I'm not sure I can do the same with Shinobi. I don't have a lot of experience in 8 way scrolling & a big game with bobs & tiles everywhere.

But maybe I should try that, because for instance Final Fight was Brick Nash first project, and he pulled that off brillantly, with great speed & graphics, on ECS. I should check his source code (since I have an early version of it ).

As someone explained, it takes a lot of work to "tone down" colors from 256 to 32 or even 16 without it looking too bland. Shadow Dancer looks a bit washed down but they still did an awesome job with colors, and it gets the job done.

It's a heartbreaker to remove all colors to create a ECS game, but it's a heartbreaker to create an AGA game that ECS owners won't be able to enjoy...
Let's be honest : Shinobi arcade use exactly 256 _unique_ colors like a VGA PC. So it's almost impossible to even make something great in 64 colors
So 32 or 16, good luck, you need to find a very talented graphist like the guy working on Grind A500 to solve the graphics colors lowered.
dlfrsilver is offline  
Old 27 May 2024, 23:24   #117
Cris1997XX
Registered User
 
Join Date: Oct 2022
Location: Roma
Posts: 333
Quote:
Originally Posted by jotd View Post
They did an amazing job on Shadow Dancer. I'm not sure I can do the same with Shinobi. I don't have a lot of experience in 8 way scrolling & a big game with bobs & tiles everywhere.

But maybe I should try that, because for instance Final Fight was Brick Nash first project, and he pulled that off brillantly, with great speed & graphics, on ECS. I should check his source code (since I have an early version of it ).

As someone explained, it takes a lot of work to "tone down" colors from 256 to 32 or even 16 without it looking too bland. Shadow Dancer looks a bit washed down but they still did an awesome job with colors, and it gets the job done.

It's a heartbreaker to remove all colors to create a ECS game, but it's a heartbreaker to create an AGA game that ECS owners won't be able to enjoy...
Honestly, I'd recommend just working on the Marble Madness 2 port since you're clearly more interested in that. If you somehow manage to finish the project you can start working on Shinobi next
Cris1997XX is offline  
Old 28 May 2024, 01:57   #118
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,959
Quote:
Originally Posted by dlfrsilver View Post
[...] you need to find a very talented graphist like the guy working on Grind A500 [...]
A talented graphist... hum.. could it be "Tsak" ?
malko is offline  
Old 28 May 2024, 03:02   #119
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,497
Send a message via MSN to dlfrsilver
Quote:
Originally Posted by malko View Post
A talented graphist... hum.. could it be "Tsak" ?
Yes that's him.
dlfrsilver is offline  
Old 28 May 2024, 07:32   #120
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,329
Quote:
Originally Posted by tomcat666 View Post
That would be just AWESOME
Different problem for that one. For that one we need the sprites, and as game is fairly recent, it doesn't run from MAME tile saving. The sprite show (in Shinobi they don't, that's why Denis worked so hard to rip them), but we can't dump them to pngs.

But somehow it looks really slower and less action paced than Shinobi, no parallax, a lot of tiles, not so many sprites, and smaller ones. Atari was always behind Sega in terms of hardware (check RoadWars vs Outrun)
jotd 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
Pacman - the Amiga conversion from the arcade game jotd Retrogaming General Discussion 204 11 April 2023 10:03
Rygar AGA - Tecmo's Arcade game as an Amiga conversion is finally here! Neil79 Amiga scene 123 22 May 2021 12:02
Worst Arcade Conversion Hewitson Nostalgia & memories 57 09 April 2019 12:51
Arcade / Console --> Amiga conversion discussions dlfrsilver Coders. General 587 04 September 2018 17:11
Landover's Amiga Arcade Conversion Contest Frog News 1 28 January 2005 23:41

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 16:46.

Top

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