HomeForumsWhat's newResources 
 
 
Metal Gear Solid on Saturn
Frogbull - Oct 9, 2023

 < Prev  1  2  3  Next> 

 Frogbull Nov 9, 2023

Ardiloso said:

I don't know yet

Have you transformed Twisted Metal 3D models to Quads @nando... ?

 nando Nov 11, 2023

Frogbull said:

I started but it became apparent that it might be easier to just re-draw them from scratch rather than try a direct conversion. They are really simple anyway, at least the first game is. Most of the levels could be drawn with a couple hundred polygons and 1 VDP2 infinite plane.

Did you use any tools to make the conversion easier or did you draw them from scratch? One thing I actually found hard on PS1 stuff is there seems to be almost no homebrew scene - or at least it's even more obscure than the Saturn homebrew scene. I could have just been looking in the wrong places?

I did find the "Twisted Toolkit" which can export models and textures, and I did use that somewhat - but it was pretty buggy and crashed a lot, and I couldn't find a good way to convert the exported models into a Saturn format (maybe I need to try Blender again).

 Frogbull Nov 13, 2023
I dumped the 3D Models of MGS from the PS1 version with Jayveer...'s tools. After that I used Blender, GIMP and XL2's great converter.
Did you try to directly rip assets from your Graphic Card?

 nando Nov 13, 2023
I actually was able to export the textures juts fine. I'm going to try again to import it into Blender, I don't think I had tried that before.

 Frogbull Jan 13, 2024

https://youtube.com/45ubU1JiyvU


 Frogbull Jul 2, 2024
Hello there!

I am progressing well on the second level of MGS

and I'm wondering if anyone has an idea for a VDP2's compatible solution that would use 1 or 2 layers (I want to keep one for the background) to achieve a snow effect equivalent to the particle system used in the PS1 version:

https://youtube.com/JjPpX1g1juo



It doesn't need to be close or similar, just something that looks like falling snow in a cycle without generating too many calculations or consuming too much memory.
So if you have any ideas or can think of any Saturn/PS1 games with snow effects, I'm all ears.

 Frogbull Jul 2, 2024
The most similar effect on a Saturn game that I see is this one in Shining Force III:

https://youtube.com/aepJ0Otx1gA


 nando Jul 2, 2024
what background layers do you have available? you should be able to use slColorCalc() with CC_ADD (or CC_RATE, but I think _ADD will look better) on any BG layer that is available, and then scroll it. you could even do 2 layers and scroll them in different directions, which would be closer to what MGS looks like.


 paul_met Jul 2, 2024
You can create a simple animation of show by dynamically changing palette.

  

 antime Jul 2, 2024
You can also plot into background tiles, and repeat and scroll them.

 Frogbull Jul 3, 2024
Thanks for your suggestion guys
16x16 tiles dynamically animated by changing palette seems a good way to achieve a non-rainy snow effect. To avoid too much repetition, maybe 4 differents tiles will be necessary and to break the up/down-line effect, a scrolling on X/Y at the same time

 Frogbull Jul 3, 2024
I did a quick test with a single tile

Transformed to gif

Tilled to 320x224

I'm not totally convinced

 nando Jul 3, 2024
probably need a bigger tile, the "snow" is too close together? also, if you have 16 colors for palettes, you should be able to have 15 frames of animation?

 Frogbull Jul 3, 2024
Maybe differents tiles but seamless during one frames so they can be in a mixed mosaic. I could also merge/split snow pixel at some point to have less dense area but I don't know if it will look great.

 Frogbull Jul 3, 2024
The snow effect from FF6 intro looks great

https://youtube.com/jgRZAGQPJVY



More simple but not bad, the snow effect in Super Adventure Island II

https://youtube.com/hIArqxFEw98



Not a big fan but Sonic 3 has also a snow effect

https://youtube.com/NnueYgRxRfw


 Danthrax Jul 3, 2024
The sixth stage of Bulk Slash has snowfall, although I think it uses VDP1:


https://youtube.com/HlWG8zYFPCs


 Panzorta Jul 3, 2024
There are also Nights, Die Hard Trilogy and Panzer Dragoon Zwei which use a snow effect on Saturn.

 nando Jul 3, 2024

Frogbull said:


These all look like they use sprites. an option for sure, but you will use up more fill rate an CPU that way.

 Frogbull Jul 6, 2024

https://youtube.com/QdHvs7gfzo4


Here is my current snow effect managed by the VDP2, quite simple

 Ardiloso Jul 7, 2024
It looks good, congrats. Would be better a full screen video, without the tv, cover etc.

 < Prev  1  2  3  Next>