新即时自动开锁器

新即时自动开锁器

一个新的开锁模组。宝箱开锁小游戏可能相当繁琐,而这个模组允许你完全跳过它。

描述

一款新的开锁模组。箱子开锁小游戏可能会相当繁琐,而这款模组允许你完全跳过它。

安装说明

  1. 请确保运行一个支持 Palworld 1.0 的最新 UE4SS 版本( https://github.com/UE4SS-RE/RE-UE4SS/releases。安装后,该文件夹应存在:
Palworld\Pal\Binaries\Win64\ue4ss\Mods\
  1. 把本压缩包里的文件夹 InstantAutoLockpick 整个复制到:
Palworld\Pal\Binaries\Win64\ue4ss\Mods\

主要功能

  • 直接跳过箱子开锁小游戏。

要求

用记事本打开 scripts\main.lua 顶部:

SUCCESS_DELAY_MS = 50

小游戏开始后多少毫秒判定成功,默认 50ms(约 1~3 帧,肉眼即“瞬间”)。极少数情况下如果你发现偶尔没有自动开箱,把它调大到 100 或 150 即可。

DEBUG = false

排查问题时改成 true,会打印更详细的日志。

致谢

感谢所有玩家。


Description

A new lockpicking mod. The chest lockpicking minigame can be quite tedious, and this mod allows you to skip it entirely.

Installation

  1. Make sure you are running a recent UE4SS release that supports Palworld 1.0 (https://github.com/UE4SS-RE/RE-UE4SS/releases). After installation, this folder should exist:
Palworld\Pal\Binaries\Win64\ue4ss\Mods\
  1. Download the mod and copy the folder InstantAutoLockpick to Palworld\Pal\Binaries\Win64\ue4ss\Mods\

Main Features

  • Instantly skip the chest lockpicking minigame.

Requirements

If you want, the mod can be configured here — usually not needed:

scripts\main.lua
SUCCESS_DELAY_MS = 50

— The delay before success is forced (effectively instant). If it occasionally fails to auto-open, raise it to 100 or 150.

DEBUG = false

— Set to true to enable verbose logging.

Credits

Thanks to all the players.