A port of librw and re3 to the Dreamcast https://dca3.net
Find a file
MastaG 6dc8ed77bc Add a "dsiso-prebuilt" target
This way DreamShell users can easily build and test using prebuilt elf binaries.
2025-03-31 15:05:06 +02:00
.github Add Nintendo Switch initial support 2021-07-13 00:49:13 +02:00
.vscode semi-working miami build 2025-03-09 12:17:42 +02:00
gamefiles add missing miami gamefiles/gxts, repack gamefiles 2025-03-12 01:16:08 +02:00
gxt add missing miami gamefiles/gxts, repack gamefiles 2025-03-12 01:16:08 +02:00
liberty Add a "dsiso-prebuilt" target 2025-03-31 15:05:06 +02:00
miami Add a "dsiso-prebuilt" target 2025-03-31 15:05:06 +02:00
res/images Dreamcast Changes 2024-12-26 11:36:13 +02:00
src Merge branch 'falco/miami_settings_saving' into 'main' 2025-03-30 09:31:19 +00:00
vendor streaming: Fix prefetch behaviour, read discards race, sfx and stream playback position race 2025-03-29 16:23:44 +02:00
.clang-format Add basic clang format file 2020-12-08 18:38:49 +01:00
.gitattributes Add .gitattributes for better language stats 2020-09-23 16:08:35 +03:00
.gitignore Pack stream lengths to a .bin file so we don't have to open them all on startup 2025-03-11 19:32:29 +02:00
.gitlab-ci.yml fix CI liberty/miami confusion 2025-03-09 23:22:22 +02:00
.gitmodules Dreamcast Changes 2024-12-26 11:36:13 +02:00
README.md Update readme instructions to point to the alpha elf directly 2025-03-09 14:48:28 +02:00

Intro

dca3 is a port of GTA III for the Dreamcast made by The Gang, using re3 as a base.

re3 a fully reversed source code for GTA III.

This project was started by Stefanos Kornilios Mitsis Poiitidis and uses KallistiOS.

Baking the CDI

Prerequisites

You need GTA 3 installed. This version has been tested and works: https://store.rockstargames.com/game/buy-grand-theft-auto-the-trilogy.

Please note that SOME VERSIONS of the game may not work. It has been reported that d4_gta.mp3 is corrupted sometimes.

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

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 --branch alpha 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 Alpha Prebuilt Elf from 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

How to report issues

License

The code should only be used for educational, documentation and modding purposes.
We do not encourage piracy or commercial use.
Please keep derivate work open source and give proper credit.