Go to file
Phantop b317c6281f add workflow build 2024-03-09 13:13:38 -05:00
.config Fix building on Linux 2023-12-14 18:00:07 -05:00
.github/workflows add workflow build 2024-03-09 13:13:38 -05:00
Base initial commit 2023-12-14 17:21:22 -05:00
Content add workflow build 2024-03-09 13:13:38 -05:00
Data use redux font and increase gamma 2023-12-14 21:35:17 -05:00
Editor initial commit 2023-12-14 17:21:22 -05:00
GbsPlayer initial commit 2023-12-14 17:21:22 -05:00
InGame Fix building on Linux 2023-12-14 18:00:07 -05:00
Properties initial commit 2023-12-14 17:21:22 -05:00
Resources initial commit 2023-12-14 17:21:22 -05:00
Game1.cs initial commit 2023-12-14 17:21:22 -05:00
Program.cs Fix building on Linux 2023-12-14 18:00:07 -05:00
ProjectZ.csproj add workflow build 2024-03-09 13:13:38 -05:00
ProjectZ.sln initial commit 2023-12-14 17:21:22 -05:00
README.md add workflow build 2024-03-09 13:13:38 -05:00
app.config initial commit 2023-12-14 17:21:22 -05:00
app.manifest initial commit 2023-12-14 17:21:22 -05:00
packages.config initial commit 2023-12-14 17:21:22 -05:00

README.md

LADX

Dive into the enchanting world of The Legend of Zelda: Link's Awakening DX as you've never experienced it before, with this meticulously crafted PC version that breathes new life into this classic adventure. Immerse yourself in the nostalgia of Koholint Island with enhanced graphics and widescreen support, bringing the charming landscapes and characters to vivid detail on your modern PC display.

But that's not all we've turbocharged the gameplay with high framerate support, ensuring that every sword swing, puzzle solve, and enemy encounter feels smoother and more responsive than ever. Rediscover the magic of this timeless Zelda title with improved performance, letting you explore dungeons, uncover secrets, and engage in epic battles with unparalleled fluidity.

Whether you're a long-time fan of Link's Awakening or a newcomer to the series, this PC version offers a fresh take on the beloved classic, combining the essence of the original with cutting-edge enhancements. Embark on a journey across the mysterious island, solve puzzles, meet quirky characters, and relive the adventure with a level of polish and finesse that pays homage to the legendary legacy of The Legend of Zelda.


THIS IS NOT MY PROJECT. You can find the original location of it here. This repository merely exists to preserve it as an easily buildable copy, as the original source used a strange MonoGame layout. I've provided a build artifact with the relevant dotnet version bundled, for easy usage of the project under wine, as that's how I would use it.

You can build it easily by cloning the repository and running the GitHub action provided. The following commands process can be used to build that on Linux, assuming .NET 6.0 with the right target available:

winetricks d3dcompiler_47 dotnet6
dotnet tool restore
MGFXC_WINE_PATH=$WINEPREFIX dotnet publish -c Release -o <outdir>