Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 1.84 KB

Contributing

To setup the Herodotus Modpack Develop Enviroment, please follow these steps:

Preparation

You would need the following softwares:

  • PrismLauncher, for launching the game and managing the instances.
  • VisualStudio Code, for editing the files, we assume you already installed the ZenScript syntax extensions and other necessary things.
  • Git, for push, pull, fetch all the files.

Deploying

  1. Clone the repository to USERHOME\AppData\Roaming\PrismLauncher\instances\Herodotus.
  2. Open PrismLauncher, edit the new Herodotus instance, select every mod except HerodotusUtils, then click Check for Updates, PrismLauncher will download all the mods.
  3. Discharge all changes in Git.
  4. Fetch with the repository.

Now you're ready to go, thank you for your contributing to the Herodotus Modpack!

贡献指南

为了搭建 Herodotus 开发环境, 请遵循以下步骤:

准备工作

您将需要安装以下软件:

  • PrismLauncher, 用于启动游戏和管理实例.
  • VisualStudio Code, 用于编辑文件, 我们假设您已经安装了 ZenScript 语法高亮拓展及其他必要的拓展.
  • Git, 用于提交, 获取, 同步所有文件.

部署

  1. 将仓库克隆到 USERHOME\AppData\Roaming\PrismLauncher\instances\Herodotus 文件夹.
  2. 打开 PrismLauncher, 编辑刚刚添加的 Herodotus 实例, 在 Mods 标签页中 选中除 HerodotusUtils 外的所有模组, 点击 Check for Updates, PrismLauncher 会下载所有 Mods 文件.
  3. 在 Git 中撤销在上述步骤里产生的所有文件更改.
  4. 与仓库同步文件.

您已经搭建好了开发环境, 感谢您对 Herodotus 整合包的贡献!