SamB440 / Tale-of-Kingdoms

An adventure of glory in the world of Minecraft - Revival of Tale of Kingdoms mod
GNU General Public License v3.0
16 stars 2 forks source link
fabric fabric-mod fabricmc fabricmc-mod minecraft-mod tale-of-kingdoms

ko-fi

Logo

Tale of Kingdoms

The adventure RPG mod

Explore the docs »

Report Bug . Request Feature

![Build](https://img.shields.io/github/actions/workflow/status/SamB440/Tale-of-Kingdoms/build.yml?branch=master) ![Forks](https://img.shields.io/github/forks/SamB440/Tale-of-Kingdoms) ![Stargazers](https://img.shields.io/github/stars/SamB440/Tale-of-Kingdoms) ![Issues](https://img.shields.io/github/issues/SamB440/Tale-of-Kingdoms) ![License](https://img.shields.io/github/license/SamB440/Tale-of-Kingdoms) [![Crowdin](https://badges.crowdin.net/tale-of-kingdoms/localized.svg)](https://crowdin.com/project/tale-of-kingdoms)

Table Of Contents

About The Project

Screen Shot

Tale of Kingdoms: A new Conquest is a revival of the Tale of Kingdoms mod for 1.16+. Currently we are in alpha. Content seen is based on original versions.

Enter a dangerous realm of knights and honour, fight your way through the hordes of evil and forge your very own kingdom under your reign. Begin your adventure. Prove to the Guildmaster that you are worthy. Be the hero you were born for.

Please note that this mod is a complete recode unlike previous Tale of Kingdoms versions.

Getting Started

Tale of Kingdoms builds on JDK 17 and uses Gradle to manage dependencies.

Prerequisites

You just need Java 17. If you don't have it:

Latest from https://adoptium.net, or;

sudo apt install adoptopenjdk-17-hotspot

Installation

  1. Clone the repo
git clone https://github.com/SamB440/Tale-of-Kingdoms.git
  1. cd into project
cd tale-of-kingdoms
  1. Run gradle build
./gradlew build
  1. Get your jar file

Jar file is in build/libs/tale-of-kingdoms-{VERSION}.jar.

  1. Install Fabric

Get it from https://fabricmc.net/use/

  1. Install jar file to the mods folder

Put the tale of kingdoms jar file in your .minecraft/mods folder.

  1. Run Minecraft!

Developing

Hot-swapping

To enable hot-swapping, do the following (in IntelliJ):

  1. Use CTRL + ALT + S
  2. Go to Build, Execution, Deployment > Debugger > HotSwap
  3. Check enable HotSwap, Build project before reloading classes
  4. Uncheck enable JVM will hang warning
  5. Set reload classes after compilation to always.

Then follow this tutorial: https://medium.com/@jonastm/jdk-17-with-dcevm-and-hotswapagent-4fee7095617a

Important: Make sure you download the correct JBR, it should have this format (note the sdk): jbrsdk_dcevm-17_0_1-windows-x64-b164.4.tar.gz

Then you need to disable using Gradle for hot-swapping and instead use your IDE.

IntelliJ:

Now navigate to Run > Edit Configurations. Select Application > Minecraft Client. Add the -XX:+AllowEnhancedClassRedefinition flag, and the -XX:HotswapAgent=fatjar flag.

Ensure your Working Directory is set to the run folder in your project.

You then need to add mixin hot-swaps: https://fabricmc.net/wiki/tutorial:mixin_hotswaps

Final Steps Ensure the Gradle JDK is set to JBR for the project.

You can now run the Minecraft Client task by going to ALT+SHIFT+F9 > Minecraft Client!

You can reload a class by doing CTRL+SHIFT+F9 or right-clicking it in the explorer then selecting 'Recompile x.class'

Common issues:

Upgrading textures

Some textures are in the old 64x32 format. 1.9+ uses 64x64 for skin textures. Upgrading these skins can be done by going to https://www.minecraftskins.com/skin-editor/, selecting "upload from computer" then "download".

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL v3 License. See LICENSE for more information.

Authors

Acknowledgements

Links

Curseforge: https://www.curseforge.com/minecraft/mc-mods/tale-of-kingdoms-a-new-conquest

Website: https://www.convallyria.com

Discord: https://discord.gg/fh62mxU

Server (Coming soon): beta.islandearth.net

FAQ

Q: Who is working on it? A: There are only a few people working on this. As such, this is going to take quite a while! Contributions are extremely welcome.

Q: How can I help? A: To see what needs help with, check out the open issues. Clone the repository and make a merge request.

Q: Will you be adding more to the mod? A: Yes, we will be adding more to the mod.

Q: Where can I donate? A: Thanks for the consideration. You can donate at my ko-fi page: https://ko-fi.com/samb440

Q: What versions will it be for? A: As only a few people are working on it, only 1.16+ and Fabric will be supported.

Copyright

Code is GNU GPL v3 unless otherwise specified in header of class file.

All other content is subject to their own licence. Builds are All Rights Reserved by Convallyria. Music is All Rights Reserved by the author(s) and is subject to the terms made by the author(s).