AXiX
AXiX
希望能对文件夹执行下载操作
**Code** I use example code to edit Texture2D ```python from PIL import Image for obj in env.objects: if obj.type.name == "Texture2D": # export texture data = obj.read() data.image.save(path) # edit...
### 请确认 Please confirm: - [X] 我的问题可能涉及代码,而非单纯的玩法建议。不涉及安全性问题。My issue may involve code rather than just gameplay advice. No security issues involved. ### 此 Bug 出现的平台是 The platform where this bug appears...
**Code** ```python if __name__ == "__main__": filename = "22" env = UnityPy.load(f"assetbundles/{filename}") for obj in env.objects: if obj.type.name == "Texture2D": data = obj.read() # data.image.save(f"workspace/mod/{filename}.png") img = Image.open(f"workspace/mod/{filename}.png") data.set_image(img) data.save()...
In unity, for LZMA1, the length of the original data is not written to the compressed data segment, although the original length is included in the standard format of LZMA1,...
希望增加的功能
对于已经关注的UP能否在卡片中显示关注的时间
对于已经关注的UP在卡片中显示关注的日期
### Prerequisites - [x] I made sure I am running the latest [development build](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest) - [x] I tried to [look for similar issues](https://github.com/MCCTeam/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one - [x]...