Skip to content

tschumann/MasterSwordRebirth

 
 

Repository files navigation

Master Sword Rebirth

The continuation of Master Sword Continued, a total HL1 conversion mod.

Compiling For Windows

  • Visual Studios 2015 or higher, prefered Visual Studios 2022.
  • Latest version of CMake 3.24 or greater.
  • You can either generate project files by running createall.bat or manually run CMake by cmake -S . -B ./build -A Win32

Currently the project relies on C++14, but we do plan on upgrading to a newer version.

Compiling For Linux

  • sudo dpkg --add-architecture i386
  • sudo add-apt-repository ppa:ubuntu-toolchain-r/test
  • sudo apt update
  • sudo apt install -y g++-11-multilib libgcc-s1:i386 libstdc++6:i386 libgl1-mesa-dev:i386
  • ./build-linux.sh

Troubleshooting

Please see the Valve Dev Wiki.

Contributing

Have a look at the open Github issues that aren't assigned here, or feel free to join our Discord to ask how to contribute further.

About

Continuation of Master Sword Classic/Continued.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.1%
  • C 8.1%
  • Other 0.8%