Skip to content

Soar Client (forked by ABCOA). Added more mods and languages.

License

Notifications You must be signed in to change notification settings

ABCOA/Legacy-SoarClient

 
 

Repository files navigation

Legacy SoarClient

此项目是由EldoDebug开发的主要面向现代和强大的PvP客户端!
此Fork是由我(ABCOA)接续开发的版本。我仅为此项目爱好者,与EldoDebug无关。
我的个人博客
我的b站主页
此项目有关IRC的代码借鉴了小沙雕的hypixelhelper的在线聊天
小沙雕b站主页
Hypixel Helper Mod

ABCOA的开发计划

短期计划:

  • 修复已知的bug
  • 新增新代码

长期计划:

  • 深度优化代码

SoarClient的官方开发是否已经停止?

已经停止,并且已经开源。

如何启动(作为普通用户,不参与开发)

从发布页面下载SoarClient.zip并运行start.bat(离线版)

如何设置项目(作为开发者)

EldoDebug使用eclipse作为主要IDE,所以他只知道eclipse的设置方法
但是,与Forge的设置方法完全相同
我使用IntelliJ IDEA作为主要IDE

Eclipse

gradlew setupdecompworkspace
gradlew eclipse

IntelliJ IDEA

idea提供了gradle插件,可以直接导入gradle项目,并且会自动下载gradle依赖
你所需要做的就是看到左下角长得像锤子一样的图标,点击构建项目即可
我在build.gradle中添加了阿里云镜像,所以下载速度会很快,便于中国开发者开发
如果你不知道如何使用gradle插件,可以参考这个教程

Legacy SoarClient

The project is mainly aimed at a modern and powerful PvP client developed by EldoDebug! This Fork is a version developed by me (ABCOA). I am only a hobbyist for this project and have nothing to do with EldoDebug.
My person blog
My bilibili page
The IRC code of this project is borrowed from Xiaoshadiao's hypixelhelper online chat
Xiaoshadiao's bilibili page

ABCOA's development plan

Short-term plan:

  • Fix known bugs (I have insufficient level and just started development)

Long-term plan:

  • Deeply optimize the code
  • Add new features

Has the official development of SoarClient stopped?

Yes, but it's opensource now.

How to launch (as an ordinary user, not involved in development)

Download SoarClient.zip from the release page and run start.bat (offline version)

How to set up the project (as a developer)

EldoDebug uses eclipse as the main IDE, so he only knows the eclipse setting method
But the setting method is exactly the same as Forge
I use IntelliJ IDEA as the main IDE

Eclipse

gradlew setupdecompworkspace
gradlew eclipse

IntelliJ IDEA

idea provides a gradle plugin, which can directly import gradle projects and will automatically download gradle dependencies
All you need to do is to see the icon that looks like a hammer in the lower left corner, click to build the project
I added the Aliyun mirror in build.gradle, so the download speed will be very fast, which is convenient for Chinese developers to develop If you don't know how to use the gradle plugin, you can refer to this tutorial

About

Soar Client (forked by ABCOA). Added more mods and languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • GLSL 0.2%