# OldPlugin13c **Repository Path**: supercoolfriend/old-plugin13c ## Basic Information - **Project Name**: OldPlugin13c - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 18 - **Created**: 2021-11-23 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # D2plugin-113c ### 介绍 该仓库为本人两年前做暗月1.13c功能时,建立的一个hook game的仓库 由于项目今年已迁移至1.14d,该仓库现在公开用于mod制作交流学习,如有新的提交或者交流请联系: qq:616841897 ### 功能包括 1. #include "m_LaunchInfo.h" //显示版本号 2. #include "m_HighResolution.h" //大分辨率★★★★★★★★★★★强制加载★★★★★★★★★★★ 3. #include "m_GameExeDrawModeFix.h" //修复让他不跳字母★★★★★★★★★★★强制加载★★★★★★★★★★★ 4. #include "m_DrawFunctions.h" //画图功能★包含了其他模块的函数★//此模块放在第一个,同时也是对整个插件做验证 5. #include "m_UpdateServerClient.h" //收发包★包含其他模块的函数★ 6. #include "m_NewStatDesc.h" //新的属性描述★包含了其他模块的函数★ 7. #include "m_StatItemExtended.h" //包括物品更新等★★★★★★特殊★★★★★★里面对物品的更新是一个数组储存,而不是ifdef维护 8. #include "m_LastHitEvent.h" //击杀怪物最后一击的触发★包含了其他模块的函数★ 9. #include "m_TimerEvent.h" //各个玩家的时间LOOP★包含了其他模块的函数★ 10. #include "m_StatFilter.h" //属性过滤器★包含了其他模块的函数★ 11. #include "m_DamageShow.h" //伤害显示【need:画图功能 & 收发包】 12. #include "m_MultiPages.h" //分页箱子【need:画图功能(取消限定,如果没有就空图) & 收发包】 13. #include "m_32KLifeFix.h" //法力,耐力的2^32次方上限【need:收发包】 14. #include "m_DynamicItems.h" //动态物品 15. #include "m_DynamicOrbs.h" //动态血球【need:画图功能】 16. #include "m_NewStatShow.h" //额外的属性页【need:画图功能】 17. #include "m_EquipedPet.h" //佣兵全装备 18. #include "m_MagicBag.h" //魔法口袋【need:新属性显示 & 物品更新】 19. #include "m_PlayerDeathKillCount.h" //记录人物的击杀与死亡【need:最后一击触发 & 新属性显示】 20. #include "m_SoulSkills.h" //灵魂功能【need:画图功能 & 新属性显示 & 物品更新 & 最后一击触发】 21. #include "m_KuiLeiCharm.h" //傀儡小符功能【物品更新 & 最后一击触发】 22. #include "m_XuKongCharm.h" //虚空小符功能【时间帧 & 物品更新 & 新属性显示】 23. #include "m_RedPortal.h" //红门功能 24. #include "m_ConvenientGame.h" //全小站\全任务\一拳满级 25. #include "m_Drop.h" //掉落相关 26. #include "m_LevelExtended.h" //level拓展-未完成nctions.h" //MOD多个直接Patch的小功能 , 强制加载hackmap也在这里面 27. #include "m_StatFunctions.h" //A满足B的属性限制与护身符区域【need:新属性显示】 28. #include "m_RespecNormal.h" //洗点 29. #include "m_RandomStat.h" //产生随机数【need:属性过滤器】 30. #include "m_MultiFlagStatShow.h" //使属性多态显示【need:新属性显示】 ### 使用说明 #### 使用步骤 * 将NewDK113C目录中的文件复制到你有游戏目录。 * 复制`patchload_sj.json`文件到游戏目录,根据自己需求打开或关闭(`true`|`false`)相应功能选项。 * 游戏启动时需要加载`patchload.dll`,方法很多请自行搜索。 * 运行`start.bat`启动游戏,使用其它方式启动游戏时请加参数`-w -txt -direct`。 #### 使用注意 * 有配置json 看看应该能懂 * 如有困难,联系作者 * 基本稳定,该仓库开过两年服务器,但是很多东西的优化我在后面的13d,14d做掉了,后面也许会重新对该仓库优化 * 如有代码抄袭,请联系作者,很多资料东拼西凑 * 年轻时候写的代码,现在看看挺垃圾的,能用就行★★★★★★★★★★★★★★★★★★ * 虽然知道你们都是白嫖, 请我喝杯奶茶不过分 ### 参与贡献 * [dapengyou](https://gitee.com/supercoolfriend) * [andersgong](https://gitee.com/andersgong) * [MxCen](https://github.com/MxCen) * [PlugY](https://github.com/ChaosMarc/PlugY) * hackmap项目 特别注意: 翻页功能钢铁石魔的修复: 将多页箱子的的加载移动到 D2Game 的 0x6FD0DB50 中 call 0x6FD0CB50 的地方