MagicBear
MagicBear
no, you may check for the way that I used to load it by multiprocessing. [MPMapPropertyProcess](https://github.com/magicbear/palworld-server-toolkit/blob/v0.8.1/palworld_server_toolkit/palobject.py#L724) [MPMapProperty](https://github.com/magicbear/palworld-server-toolkit/blob/v0.8.1/palworld_server_toolkit/palobject.py#L522)
24% performace from struct.Struct to int.from_bytes (like numpy) >>> def perf(): ... t1 = time.time() ... for _ in range(100000000): ... struct.Struct("I").unpack(b"\x00\x00\x00\x00") ... print(time.time()-t1) ... >>> >>> perf() 8.79693603515625 >>>...
The easyest way is use tool at https://github.com/magicbear/palworld-server-toolkit, will automate clone all characters, item, guild, and fix all the instance for those.
https://github.com/magicbear/palworld-server-toolkit 你可以参考这个 提供了pip的安装包
I have write a super fast tools for the big file, not need to convert json again~ And have the GUI, you can see https://github.com/magicbear/palworld-server-toolkit
> > I have write a super fast tools for the big file, not need to convert json again~ And have the GUI, you can see https://github.com/magicbear/palworld-server-toolkit > > Thanks,...
> > > > I have write a super fast tools for the big file, not need to convert json again~ And have the GUI, you can see https://github.com/magicbear/palworld-server-toolkit >...