鲲 Galgame 论坛
发布
话题
Galgame
其他
发售月历
GitHub
image
aionfatedio

aionfatedio 私聊

普通用户正常

归来见天子,天子坐明堂

注册于 2025-06-13
237
萌萌点
2
话题
0
Galgame
0
评分
1
被赞
0
被推
aionfatedio
aionfatedio普通用户
话题 2Galgame 0 萌萌点 237
动态话题Galgame关于
动态话题Galgame关于
已发布被回复已点赞
楼上正解,steam版本换用了LUCA引擎,目前能解LUCA的解包工具也就那个仓库一个
2025-08-01
可以尝试这个项目\ \ 其中cz4CZ4Parser中的 int PixelByteCount = 3; ImageFillPartten.LineDiffPattern(ref Picture, Header.Colorblock, PixelByteCount, data,null); PixelByteCount = 1; ImageFillPartten.LineDiffPattern(ref Picture, Header.Colorblock, PixelByteCount, data2, delegate (int x, int y, byte[] curr_line) { var pixel = Picture.GetPixel(x, y); Picture.SetPixel(x, y, Color.FromArgb(curr_line[x], pixel.R, pixel.G, pixel.B)); }); } //Header.Colorblock参数传3 其它就没研究了
2025-06-29