par [BOT]_RSS » 31 déc. 2024, 12:06
GTA III sur Dreamcast, bien sûr, c'est en tout cas un projet qui semblait impossible, et bien non finalement il a bel et bien été porté sur la console de Sega. Le portage est basé sur le projet RE3, le rétro-portage gratuit de GTA 3, qui déjà est une véritable réussite à lui seul, mais son adaptation à la Dreamcast, là c'est encore une autre étape. Pour l'heure, il ne s'agit que d'une version Alpha, il peut donc y avoir certains bugs gênants ou plantages occasionnels.
![Image](http://www.logic-sunrise.com/images/news/1202240/in-oldies-gran-theft-auto-iii-sinvite-sur-dreamcast-1.jpg)
Le projet a pu prendre forme grâce à l'utilisation de KallistiOS, une bibliothèque de développement pour Dreamcast, le projet a prouvé, même s'il reste au stade d'une Alpha, qu'il pouvait parfaitement tourner sur la console de Sega.
https://youtube.com/embed/ofn3F16ZKk4?html5=1&fs=1
Afin d'éviter tout problème avec Rockstar, les joueurs doivent posséder une copie légitime de GTA 3 sur PC, par exemple, cette version a été testée comme fonctionnelle :
store.rockstargames.com Une interview des développeurs a été fait par
thedreamcastjunkyard.co.uk Comme le montre l'image, la manette VMU a été utilisée pour signaler les statistiques de performance lors des tests.
Make sure you have a LEGIT copy with no corrupted files, as this process wont work otherwise. You will also need the following tools installed - git-scm
http://git-scm.com/downloads/win - dreamsdk r3
https://github.com/dreamsdk/dreamsdk/releases ### Preparing the gta3 folder - Open dreamsdk shell - type `mkdir gta3` (and press enter) - type `explorer .` (and press enter) - This will open a folder named gta3. Copy your gta3 files in there. - If you use the 2cdrom version of the game, make sure to also copy the contents of the play disc to this folder. - close the folder and the dreamsdk shell and proceed to the next step. ### Cloning the dca3-game repo and downloading the prebuilt elf - Open dreamsdk shell - type `git clone
https://gitlab.com/skmp/dca3-game.git`(and press enter) - It should take a moment and successfully clone the repo - type `cd dca3-game/dreamcast` (and press enter) - type `explorer .` (and press enter). - A folder named dreamcast with some files should be open. Keep it on the side. - Download the artifacts from
https://gitlab.com/skmp/dca3-game/-/jobs/8725216645 - Open artifacts.zip and extract dca3.elf to the folder that was kept open before. - Close the folder and dreamsdk shell ### Repacking and making a prebuilt cdi FOR GD-EMU - Open dreamsdk shell - type `cd dca3-game/dreamcast` (and press enter) - type `make cdi-prebuilt` (and press enter) - This should take a while (5-15 mins) - Due to an issue with dreamsdk, this won't fully complete the first time - type `make cdi-prebuilt` (and press enter) - It will continue where it left off before - It should run to completion now and show "*** Repack Completed Successfully ***" - type `explorer .` (and press enter) - The dreamcast folder should open up, and it should contain dca3.cdi for you (~ 900 megs) ### Repacking and making a prebuilt cdi FOR burning CD-ROM - Open dreamsdk shell - type `cd dca3-game/dreamcast` (and press enter) - type `make FOR_DISC=1 cdi-prebuilt` (and press enter) - This should take a while (5-15 mins) - Due to an issue with dreamsdk, this won't fully complete the first time - type `make FOR_DISC=1 cdi-prebuilt` (and press enter) - It will continue where it left off before - It should run to completion now and show "*** Repack Completed Successfully ***" - type `explorer .` (and press enter) - The dreamcast folder should open up, and it should contain dca3.cdi for you (~ 700 megs or ~260 megs) - If the .cdi is not ~ 700 megs (linux/mkdcdisc) or ~260 megs (windows/cdi4dc), then you did something wrong. - You can type `rm -rf repack-data` (and press enter) - And then start this step from the beggining
Téléchargement :
dca3-game sur Dreamcast
Source:
https://www.logic-sunrise.com/forums/to ... dreamcast/
GTA III sur Dreamcast, bien sûr, c'est en tout cas un projet qui semblait impossible, et bien non finalement il a bel et bien été porté sur la console de Sega. Le portage est basé sur le projet RE3, le rétro-portage gratuit de GTA 3, qui déjà est une véritable réussite à lui seul, mais son adaptation à la Dreamcast, là c'est encore une autre étape. Pour l'heure, il ne s'agit que d'une version Alpha, il peut donc y avoir certains bugs gênants ou plantages occasionnels.
[img]http://www.logic-sunrise.com/images/news/1202240/in-oldies-gran-theft-auto-iii-sinvite-sur-dreamcast-1.jpg[/img]
Le projet a pu prendre forme grâce à l'utilisation de KallistiOS, une bibliothèque de développement pour Dreamcast, le projet a prouvé, même s'il reste au stade d'une Alpha, qu'il pouvait parfaitement tourner sur la console de Sega.
https://youtube.com/embed/ofn3F16ZKk4?html5=1&fs=1
Afin d'éviter tout problème avec Rockstar, les joueurs doivent posséder une copie légitime de GTA 3 sur PC, par exemple, cette version a été testée comme fonctionnelle : [url=https://store.rockstargames.com/game/buy-grand-theft-auto-the-trilogy]store.rockstargames.com[/url] Une interview des développeurs a été fait par [url=https://www.thedreamcastjunkyard.co.uk/2024/12/grand-theft-auto-3-for-dreamcast-dca3.html]thedreamcastjunkyard.co.uk[/url] Comme le montre l'image, la manette VMU a été utilisée pour signaler les statistiques de performance lors des tests.
[img]http://www.logic-sunrise.com/images/news/1202240/in-oldies-gran-theft-auto-iii-sinvite-sur-dreamcast-2.jpg[/img]
Make sure you have a LEGIT copy with no corrupted files, as this process wont work otherwise. You will also need the following tools installed - git-scm [url=http://git-scm.com/downloads/win]http://git-scm.com/downloads/win[/url] - dreamsdk r3 [url=https://github.com/dreamsdk/dreamsdk/releases]https://github.com/dreamsdk/dreamsdk/releases[/url] ### Preparing the gta3 folder - Open dreamsdk shell - type `mkdir gta3` (and press enter) - type `explorer .` (and press enter) - This will open a folder named gta3. Copy your gta3 files in there. - If you use the 2cdrom version of the game, make sure to also copy the contents of the play disc to this folder. - close the folder and the dreamsdk shell and proceed to the next step. ### Cloning the dca3-game repo and downloading the prebuilt elf - Open dreamsdk shell - type `git clone [url=https://gitlab.com/skmp/dca3-game.git%60]https://gitlab.com/skmp/dca3-game.git`[/url](and press enter) - It should take a moment and successfully clone the repo - type `cd dca3-game/dreamcast` (and press enter) - type `explorer .` (and press enter). - A folder named dreamcast with some files should be open. Keep it on the side. - Download the artifacts from [url=https://gitlab.com/skmp/dca3-game/-/jobs/8725216645]https://gitlab.com/skmp/dca3-game/-/jobs/8725216645[/url] - Open artifacts.zip and extract dca3.elf to the folder that was kept open before. - Close the folder and dreamsdk shell ### Repacking and making a prebuilt cdi FOR GD-EMU - Open dreamsdk shell - type `cd dca3-game/dreamcast` (and press enter) - type `make cdi-prebuilt` (and press enter) - This should take a while (5-15 mins) - Due to an issue with dreamsdk, this won't fully complete the first time - type `make cdi-prebuilt` (and press enter) - It will continue where it left off before - It should run to completion now and show "*** Repack Completed Successfully ***" - type `explorer .` (and press enter) - The dreamcast folder should open up, and it should contain dca3.cdi for you (~ 900 megs) ### Repacking and making a prebuilt cdi FOR burning CD-ROM - Open dreamsdk shell - type `cd dca3-game/dreamcast` (and press enter) - type `make FOR_DISC=1 cdi-prebuilt` (and press enter) - This should take a while (5-15 mins) - Due to an issue with dreamsdk, this won't fully complete the first time - type `make FOR_DISC=1 cdi-prebuilt` (and press enter) - It will continue where it left off before - It should run to completion now and show "*** Repack Completed Successfully ***" - type `explorer .` (and press enter) - The dreamcast folder should open up, and it should contain dca3.cdi for you (~ 700 megs or ~260 megs) - If the .cdi is not ~ 700 megs (linux/mkdcdisc) or ~260 megs (windows/cdi4dc), then you did something wrong. - You can type `rm -rf repack-data` (and press enter) - And then start this step from the beggining
Téléchargement : [url=https://gitlab.com/skmp/dca3-game/-/releases]dca3-game sur Dreamcast[/url]
Source: [url]https://www.logic-sunrise.com/forums/topic/104170-oldies-gran-theft-auto-iii-sinvite-sur-dreamcast/[/url]