Palworld

File information

Last updated

Original upload

Created by

xyzkljl1

Uploaded by

xyzkljl1

Virus scan

Safe to use

Tags for this mod

About this mod

A palbox supporting filter and drag.F3 to open. Support EN/CH UI.
支持搜索的帕鲁终端,F3开启,支持中文界面

Requirements
Permissions and credits
Changelogs
Donations
A palbox support filter and drag.F3 to open.
支持搜索的帕鲁终端,F3开启
All mod open source at https://github.com/xyzkljl1/PalworldModdingKitAndMyMods


注意/Note:
1.Press F3 to open/close the realpalbox.
Support filter、sort、search by keyword.Search result contains pals that fits ALL conditions.
1.5.At least 1920x1080 resolution is recommended.This mod will render many small text in screen.The text will be awful in low resolution screen.
1.8.Fully support Chinese/English
1.9.If a pal's nickname/stats/IVs/passives contains a keyword(could be a number),it will show in search result.
Mutli keywords could be separated by space.For example:"Legend Chicken"

2.Dragging pals between realpalbox is supported.(unless you drag from a search result to another search result)
Dragging pals from original palbox to realpalbox is supported.
Pal condense is not supported.

3.Middle is palbox(or search results when you set the filter).
Leftside box is your current pals.Downside is the nearest camp's worker.
Rightside is also your palbox so that you can swap between two pages.(you can drag between middle and right box)

3.5.Upside is breeding hint.Click on a pal to see the breed result.

4.Middle box can be dragged to move.
Middle box can change to single page by clicking Double Page checkbox.
(If you want it to be single page by default ,you need to edit `RealPalBox\Scripts\main.lua` and set `SinglePage` to `true`)
All box can be collapsed by click checkbox in lefttop.

5.Right click to open a non-interactable pal info page.Right click again to return.

5.5.If you want to use another key to trigger,edit `RealPalBox\Scripts\main.lua` and change `F3` to anything.

6.Not work for online games.
7.Not support controllers

1.按F3开启关闭窗口,支持过滤器、排序、关键字搜索,搜索结果为同时满足所有条件的帕鲁
1.5.该mod会显示很多小字,推荐使用1920x1080以上分辨率,不然很难看清
1.8.完全支持中英文
1.9.搜索会在昵称、属性、个体值、被动中搜索关键字(可以为数字),搜索可以以空格隔开同时搜索多个关键字,例如:"传说 皮皮鸡"

2.支持在该mod窗口间拖动帕鲁(但是不能从搜索结果拖动到搜索结果),支持从基地终端拖动帕鲁到该mod窗口(反过来则不行)
不支持帕鲁浓缩机

3.中间窗口为帕鲁存储(设定搜索条件后为搜索结果),左边的窗口为身上携带的帕鲁,下面为最近的基地的工作帕鲁,右侧窗口也是帕鲁存储(你可以在中间窗口和右侧窗口间拖动,从而快速在两页间交换帕鲁)
3.5.上方为配种表,打开配种表后点击任意帕鲁,显示该帕鲁可以合成的配方

4.中间的窗口可以拖动,所有窗口可以点左上角折叠,中间窗口可以点击勾选框改为显示单页
编辑RealPalBox\Scripts\main.lua将SinglePage=false改为true,可以令以后启动时默认为单页

5.右键可以打开一个丐版详情页,再次按右键返回
5.5.如果希望把F3触发改成别的键,可以打开RealPalBox\Scripts\main.lua,找到F3改成别的按键

6.联机游戏无效
7.不支持手柄


使用方法/Install:

0.Vortex用户可以自动安装
You can use Vortex to install

0.注意该MOD分两部分!需要放到不同目录下!
Notice! This mod contains TWO parts which need to be placed in different dir.

1.安装UE4SS / Install UE4SS
下载/Download: https://github.com/UE4SS-RE/RE-UE4SS/releases/download/v2.5.2/UE4SS_Xinput_v2.5.2.zip
解压上述文件至 / Extract the zip to: Palworld\Pal\Binaries\Win64\
目录结构如下所示 / Dir struct should be like:
务必安装2.5.2或以上版本UE4SS / Need UE4SS Version >= 2.5.2!!
-Palworld\Pal\Binaries\Win64
   - Mods
      - mods.txt
      - ....
   - UE4SS-settings.ini
   - ...


2.将RealPalBox.7z解压至UE4SS所处的Mods目录,目录结构如下所示
Extract `RealPalBox.7z` to UE4SS 'Mods' dir.Should be like: 
- Palworld\Pal\Binaries\Win64\Mods
   - RealPalBox
- Scripts
   - main.lua
- enable.txt
- Readme.txt


3.修改文件Palworld\Pal\Binaries\Win64\Mods\mods.txt,确保其中包含如下内容
Edit File `Palworld\Pal\Binaries\Win64\Mods\mods.txt` to make sure following TWO LINES(NOT ONE) are in the file
BPModLoaderMod : 1
RealPalBox: 1


4.下载RealPalBox_Pak文件,解压后将RealPalBox.pak文件拷贝至Palworld\Pal\Content\Paks\LogicMods
Download `RealPalBox_Pak.7z`.Extract and copy `RealPalBox.pak` to Palworld\Pal\Content\Paks\LogicMods