Skip to content

TeaInside/LTW-client

Repository files navigation

Last Testament Of Wanderers

====================================

Welcome to the LTW source code!

Last Testament Of Wanderers, is a open-source MMORPG game. From this repository you can build LTW game, all of the Contents are included.

Join the chat at https://discord.gg/Nxd9xs4PbN

Supported Platforms

We support only Windows and Linux right now. If there is a platform we don't support, please make a request or come help us add it.

  • Linux

    • Ubuntu 20.04
    • Ubuntu 19.10
    • Ubuntu 19.04
  • Windows

    • Windows 7
    • Windows 8
    • Windows 8.1
    • Windows 10

Support and Contributions

If you think you have found a bug or have a feature request, feel free to use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.

If you need help using LTW or have other questions we suggest you to join our telegram community. Please do not use the GitHub issue tracker for personal support requests.

If you are interested in contributing fixes or features to LTW, please read our contributors guide first.

To get started using GitHub:

  • Create your own LTW fork by clicking the Fork button in the top right of this page.
  • Install a Git client on your computer.
  • Use the GitHub program to Sync the project's files to a folder on your computer.
  • Open up LTW.sln in your IDE.
  • Modify the source codes and test your changes.
  • Using the GitHub program, you can easily submit contributions back up to your fork.
  • Do not commit to master, for each feature create new branch.
  • When you're ready to send the changes to the LTW repo for review, simply create a Pull Request.

Advanced topics:

  • You can update your master branch by executing:
  • If your master is tainted and any branch you make contains junk, you can do hard reset. All unmerged commits on master branch will be lost.

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/TeaInside/LTW.git
  • Open the solution LTW.sln or project file LTW/LTW.csproj

For the prerequisites for building from source, please look at the Requirements file.

License

The LTW project is under the GPL v2 License. See the LICENSE file for more details.
Third-party libraries used by LTW are under their own licenses. Please refer to those libraries for details on the license they use.

Releases

No releases published

Packages

No packages published

Languages