Extract the contents of Panzer Dragoon Saga CD1 into a data/ folder in the project root. The folder should contain the raw filesystem files from the disc (e.g. using a Saturn disc tool or mounting the ISO and copying files out).
- Install Visual Studio 2022 with CMake support
- Clone with submodules:
git clone --recursive - Run
vs2022.batto generate the VS2022 solution - Build and run the
PDSproject
- Install dependencies:
cmake,build-essential,libgl-dev,libx11-dev,libxrandr-dev,libxinerama-dev,libxcursor-dev,libxi-dev,libxkbcommon-dev,libwayland-dev - Clone with submodules:
git clone --recursive - Build:
mkdir build_linux && cd build_linux
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j$(nproc)
- Run from the project root (so it can find
data/):./build_linux/PDS/PDS
- Still very early, but the beginning of the game is semi playable (with bugs) until the Arachnoth battle