站内搜索

搜索

long_ken的私人网站

跳跃之王-Jump King[LAN版]

该用户从未签到

用户帖子
29
3
1
主题
帖子
精华

等级进度

极光者

私人金库 末影水晶 : 0 个
金粒 : 214 粒
金锭 : 171 个
爱心 : 0 颗
下届合金 : 15 个
竹子 : 6 条
TNT : 0 块
信标 : 0 颗
在线时间 : 26309 小时
注册时间 : 2022-5-7
最后登录 : 2026-7-5

联系方式
发表于 2026-7-5 12:33 PM | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
Game Image
Game Name跳跃之王 Jump King
Support PlatformN/A
Game VersionN/A
RequirementsN/A
Game Stateno longer being updated
LanguageN/A
Online SupportSupport
Mulitplayer/SinglePlayerMulitplayer
Update Time2026年7月5日
VersionV1.0.0



Function 功能:

F2: Prediction Mode -> Calibration Recording -> Off -> Prediction Mode
F3: Save Position
F4: Load Position
F5: Diagnostics (Removed)

预览图 Picture:
QQ截图20260705122536.png

安装教程:
1.用dnSpy打开JumpKing.exe  JumpKing -> JumpKing.exe -> JumpKing -> Program -> IsPC() 右键 编辑方法(C#) ,保存并编译
原:
  1.                 public static bool IsPC()
  2.                 {
  3.                         return Program.GetPlatform() == Program.HardwarePlatform.PC;
  4.                 }
复制代码

插入这一段:
  1.                 System.Reflection.Assembly.LoadFrom(
  2.                            System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TrajectoryPredictor.dll")
  3.                    ).GetType("TrajectoryPredictor.ModEntry").GetMethod("Init").Invoke(null, null);
复制代码

变成:
  1.                 public static bool IsPC()
  2.                 {
  3.                   System.Reflection.Assembly.LoadFrom(
  4.                            System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TrajectoryPredictor.dll")
  5.                    ).GetType("TrajectoryPredictor.ModEntry").GetMethod("Init").Invoke(null, null);
  6.                         return Program.GetPlatform() == Program.HardwarePlatform.PC;
  7.                 }
复制代码

2.文件 -> 保存模块,把JumpKing.exe 替换游戏根目录下的 JumpKing.exe 并将0Harmony.dll TrajectoryPredictor.dll 放到根目录 开启游戏就有了。

Installation guide:
1. Open JumpKing.exe with dnSpy. Navigate to JumpKing -> JumpKing.exe -> JumpKing -> Program -> IsPC(), right-click, select Edit Method (C#), then save and compile.

Original code:
  1. public static bool IsPC()
  2. {
  3.     return Program.GetPlatform() == Program.HardwarePlatform.PC;
  4. }
复制代码

Insert the following lines:
  1. System.Reflection.Assembly.LoadFrom(
  2.        System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TrajectoryPredictor.dll")
  3.    ).GetType("TrajectoryPredictor.ModEntry").GetMethod("Init").Invoke(null, null);
复制代码


So it becomes:
  1. public static bool IsPC()
  2. {
  3.   System.Reflection.Assembly.LoadFrom(
  4.        System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "TrajectoryPredictor.dll")
  5.    ).GetType("TrajectoryPredictor.ModEntry").GetMethod("Init").Invoke(null, null);
  6.     return Program.GetPlatform() == Program.HardwarePlatform.PC;
  7. }
复制代码


2. Go to File -> Save Module, and replace the JumpKing.exe in the game's root directory with the modified one. Put the 0Harmony.dll TrajectoryPredictor.dll in same folder . Launch the game and it should be loaded.

联机说明:
1.主菜单把Online 口 给勾上
2.点New Game或者 Continue 都可以
3.Shift+Tab 邀请同局域网的好友
4.朋友Shift+Tab 接受邀请即可。

Multiplayer Instructions:
1. At the main menu, check the Online ☐ box.
2. Click either New Game or Continue.
3. Press Shift+Tab and invite friends on the same LAN.
4. Your friends press Shift+Tab to accept the invite.

模组下载 Mod Download:
Jump King Predictor.7z (541.66 KB, 下载次数: 0)

VirusTotal杀毒:VirusTotal
SHA-1: C0395B1203B0B7EECCE3A8B898D751EEB172FDEF

客户端下载 Client Download:
BaiduPan :https://pan.baidu.com/s/1THHq-xs3ct5zrN-sVoOIdA?pwd=tnwx 提取码: tnwx
Pixeldrain :https://pixeldrain.com/u/9PjV8bni

源码 Srouce Code:
游客,本帖隐藏的内容需要积分高于 37 才可浏览,您当前积分为 0



您需要登录后才可以回帖 登录 | 注册

本版积分规则

友情链接
long_ken书库
官方
QQ群
KOOK开黑啦
资源下载
科学上网 局域网联机
反馈
意见建议
用户使用协议
更多
微信赞助 支付宝赞助 PayPal赞助

Powered by long_ken X3.4 © 2022-2025