Skip to content

spacestate1/Azel

 
 

Repository files navigation

Azel: Reverse engineering of Panzer Dragoon Saga

Build

Game data

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).

Windows

  • Install Visual Studio 2022 with CMake support
  • Clone with submodules: git clone --recursive
  • Run vs2022.bat to generate the VS2022 solution
  • Build and run the PDS project

Linux

  • 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

Status

  • Still very early, but the beginning of the game is semi playable (with bugs) until the Arachnoth battle

Screenshots

image image image image

About

Reverse engineering of Panzer Dragoon Saga

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • C 2.3%
  • CMake 1.1%
  • Python 0.9%
  • Scala 0.4%
  • GLSL 0.3%
  • Other 0.2%