玩家您的支持
CH-MesenCE_Rev3743.7z
不能加载中文名rom
报错:lolhttps://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
1up 发表于 2026-7-12 10:41
CH-MesenCE_Rev3743.7z
不能加载中文名rom
报错
报错请上图。我这里测试过都是正常的。
SNES支持的扩展名比较少,Snes9x还支持MGD、048、058、078这些,可否加上?
shinyoyo 发表于 2026-7-12 11:35
报错请上图。我这里测试过都是正常的。
0694 - 天使之翼2 - 超级神射手 (v20180822) (实机修正) (简) [外星科技&太阳王子葵新伍&拒绝融化].zip
非常感谢您一直以来的汉化更新
感谢分享
shinyoyo 发表于 2026-7-12 11:35
报错请上图。我这里测试过都是正常的。
奇怪,CH-MesenCE_221.7z正常运行
乱码感觉是处理中文的相关代码问题,感觉跟rom没关系
RomVault整理的,压缩类型deflate trrntzip
:lol
我是最标准的
:lolhttps://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
本帖最后由 1up 于 2026-7-13 23:39 编辑
https://wiki.romvault.com/doku.php?id=torrentzip
我觉着乱码跟文件名编码有关系,期待楼主跟进:lol
要不就是osd 中文显示有变动?
Filename Encoding
The filenames of the compressed files in a zip file are stored in the local header and the central directory as byte arrays. Zip was original build on early IBM PCs, and as such uses code page 437 to convert a string to a byte array to store the filenames. With the arrival of unicode multiple different methods where added to the official zip format to permit unicode filenames to be stored in a zip file. Trrntzip format uses the general purpose bit 11 method. So to store a filename in a trrntzip zip file you must first see if the filename can be stored using code page 437, if not then UTF8 encoding should be used in the byte arrays, this is then indicated by setting bit 11 of the General Purpose Bit Flags both in the local header and central directory.