Skip to content

Inklay/Layton-PC

Repository files navigation

Layton-PC

A C++ rewrite of the DS Layton game that can read DS roms assets to run on PC. The end goal is to be able to natively play any Layton game on your computer (you would still need the game's assets to do that) but for now I'm focusing on the 4 DS games.

The project will only host the code C++ code that allows to convert the DS game assets and play the game, there will never be any assets hosted on this repository. To be able to use this project you will need a legally obtained dump of your Layton game.

For now I'm working on adding the basics of the gameplay (I'm almost done writing the map class). Since this is a full rewrite of the games, it will take some time.

Usage

For now no prebuilt binairies are posted since the project isn't really usable so you'll have to build it yourself. You'll also need to put the corresponding files in the bin/ folder.

Supported platforms

Windows x64 and arm64 are fully supported.

Support is also planned for:

  • Linux x64 (Cmake target existing but no dependencies is built yet)
  • Linux arm64 (Cmake target existing but no dependencies is included/built yet)
  • MacOS arm64 (Apple Silicon)

Building

This project can be built using and needs C++20 or later to build.

All libs for currently supported platforms are in the repo but if you somehow need to add them yourself the only dependencies needed for now are SDL3 (I'm specifically using SDL3-3.4.8) and SDL3_Image (3.4.4) and some FFmpeg libs.

Thanks and credits:

About

A C++ rewrite of the DS Layton game that can read DS roms assets to run on PC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors