Giter Site home page Giter Site logo

mod's Introduction

Minecraft C++ Mod

🍁开发

关于游戏更新时特征码的查找以及 偏移的查找等 已将相关方案记录在Wiki中, 开发者以及合作开发者请阅读

🚀功能更新

  • 当前已实现功能
    • 下落无伤害(目前仅本地房间)
    • 碰撞箱(大写锁定=开启,反之关闭)
    • 空气跳(可以在空中无限跳跃)
    • 瞬间破坏(按下 SHIFT+CTRL 时再破坏将瞬间破坏)
    • 向前挺进一格 可穿过一层墙(F2开启关闭,鼠标中键触发)
    • 强制显示坐标
    • 坐标点,可记录(CTRL+F3)、传送(SHIFT+F3
    • ImGui绘制UI绘制文字 渲染面板 (INSERT
    • 抗击退(只有在开启后长按CTRL键时抗击退,开关快捷键:CTRL+F4
    • 好友检查,(SHIFT+F4)开启后通过玩家名称判断是否是好友,来拦截攻击(防止误伤),HitBox也不对好友产生影响
    • 自动疾跑模块 (Ctrl+F6) 默认开启,开启后,玩家移动即会自动奔跑
    • 玩家雷达(SHIST+F6)默认开启,开启后在右下角显示一个Box,以对应颜色显示所有玩家(能够触发Tick的玩家)
    • HiveTreasurePos Hive起床中使用(F7)开启后在小宝箱附近下蹲,将小宝箱传送至玩家位置
    • FastViewPerspective 长按快捷键显示第二人称视野,松开恢复 ((鼠标侧键)F9
    • 攻击距离 = 7 (SHIFT+F10
    • 点击显示实体名称和血量(CTRL+F10
    • 多倍的物品掉落(仅本地房间,对多人有效)
  • 已经实现的其他功能
    • ImGui面板UI用中文
    • ImGUi配置等选项信息能够保存本地
    • 配置保存本地,模块开启关闭状态保持本地
    • 模块的参数(比如攻击距离,碰撞箱大小)可以在UI中调节,且可保存到本地配置
    • 下载字体到本地 作为UI字体使用,UI字体暂不可选择
  • 将要更新的功能
    • NoFound
  • 可能更新的功能
    • 发送消息翻译成指定的语言(缺少可翻译api)
    • 命令系统(等先实现在本地客户端上显示聊天消息的功能

👍已经解决的和未解决的BUG

  • 已解决
    • 日志乱码
    • 被断开连接时如果开启了RenderHealth模块,且正在显示玩家信息则会崩溃
  • 未解决
    • 玩家雷达功能可能由于不正常的退出存档、房间导致不再显示

🐞项目开发

  • 工具
    • Visual Studio 2022

🎀技术参考(学习)

🌿外部库

mod's People

Contributors

cngege avatar coderyn2019 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.