|
本帖最后由 same0001 于 2025-2-16 02:10 编辑
作者 yaoyaosu
介绍:
MxUI是Mame的UI程序。 A ui for Mame.
常见问题:questions:
1、MxUI可以不与mame一个目录
2、MxUI目录下建立语言目录如lang/English/、lang/Chinese_Simplified/、lang/Chinese_Traditional/,将lst.lst lis.mmo文件放入,即可显示本地化列表。
3、MxUI目录下建立bkground,将图片放入,即可选择背景。(支持图片文件、qss (qt stylesheet)文件)
4、目录路径在设置里面有定义,请自行查看。
5、那些信息dat文件,MxUI会从对应的语言目录里优先读取,然后同时从dats_dirctory配置的路径读取, 并全部显示。
6、M1播放器,我推荐v0.7.9a1,应为我开发的时候用的这个,路径在配置里指定。
7、双版本,正常版不支持XP,XP版不带视频栏
8、目录图标显示需要,ini文件的图标显示需要在folder目录里有对应的<RootFolderIcon>.png <SubFolderIcon>.png
1. MxUI directory can be diffrent the mame directory
2. MxUI support localize machine list . you can put the lis.mmo to direcory eg:lang/English/、lang/Chinese_Simplified/、lang/Chinese_Traditional/.
3. MxUI bkground dirctory name is bkground/ (support image file and qss (qt stylesheet) file)
4. Dirctory path, You can check the settings
5. MxUI read the information dat files from dirctory lang/xxxx/ first, then from the path of dats_dirctory , display them all
6. M1 player , recommend v0.7.9a1.
7. normal version not support xp,xp version not include video player。
8. To display folder icon, should place <RootFolderIcon>.png <SubFolderIcon>.png with the ini file
关于自定义本地化:
ablout localize:
MxUI v1.1开始支持自定义本地化,在语言目录里下创建自定义的文件夹如“lang/Chinese_Simplified”,将语言文件放入即可,UI语言文件为ui.qm,QT语言文件为qt.qm(字体选择对话框需要,我已经内置了很多不同语言的qt.qm,或许你不需要自己的). 如果你的目录使用了标准化的命名,那么语言选择菜单里会显示对应的语言文字。本地化源码见附件,请使用qt的qt语言家编辑、发布
From MxUI v1.1,you can custom your own localization. First, make your own localize direcotry in language direcotry (eg: lang/<your dir>), and put in localize file. UI localize file name is ‘ui.qm’, QT localize file name is 'qt.qm' (qt.qm just for font dialog, i have putted some languages's qt.qm inside ,so, maybe you dont need your own ). The language menu's text should display corresponding your language, if you use standardized localize directory naming. The localiz source file in attachment below, please edit it with qt Linguist.
标准化语言目录命名:
standarized localize directory naming:
English, Chinese_Simplified, Chinese_Traditional, Arabic, Belarusian, Bulgarian, Catalan, Czech, Danish, German, Greek, Spanish, Estonian, Fars, Finnish, French, Georgian, Hebrew, Croatian, Hungarian, Icelandic, Italian, Japanese, Korean, Lithuanian, Latvian, Macedonian, Dutch, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Thai, Turkish, Ukrainian,
更新日志:
update log:
MxUI v1.5.1 (2023/04/17)
=================
1、修正游戏手柄按start重复启动游戏bug
Fixed a bug with the game controller pressing ‘start’ button to repeatedly start a game.
MxUI v1.5.0 (2023/04/11)
=================
1、增加对"history.xml的支持"
support "history.xml"
MxUI v1.4 (2022/11/19)
=================
1、优化界面风格
optimize ui style
2、支持加载qss文件,放入bkground/目录
add qss style file support, just put in bkground directory
3、增加信息栏字体设置
add font setting for info dockwidget
4、增加运行IPS游戏后是否删除缓存rom选项
add option whether or not delete ips rom cache
5、增加运行游戏时是否隐藏界面选项
add option whether or not hide ui when running game
6、增加中文游戏lst文件支持,优先顺序"lst.lst" "mame_cn.lst" "mame_cn_utf8.lst" "lst.mmo"
add lst localize machine list file supoort, load order "lst.lst" "mame_cn.lst" "mame_cn_utf8.lst" "lst.mmo"
7、修正信息栏文字不能复制
fix text of info dockwidget cant copy
MxUI v1.3.7 (2022/05/01)
=================
1、修正解析xml时崩溃的问题
fix crash in loading xml.
MxUI v1.3.6 (2021/11/04)
=================
1、修正和优化部分代码
fix and optimize code.
MxUI v1.3.5 (2021/10/30)
=================
1、增加图标大小、列表字体、分类字体分别设置
add list icon size, list font, classification font settings respectively
2、增加导出当前列表功能
add export current game list
3、支持特殊自编译mame
support custom mame
4、感谢 缘来是你 伙计的配置文件翻译
thank 缘来是你 for translation of mame.ini
MxUI v1.3.2 (2019/10/21)
=================
1、修正新版本mame解析时候崩溃的问题
fix the crash when loading a new version mame.
MxUI v1.3.1 (2019/10/21)
=================
1、增加我的收藏、自定义目录的操作功能,通过右键菜单
add operations to "Favorite" and folder file, which can be used through right-click menu.
2、增加截图显示模式
add multi view mode of snap dock.
3、增加mame自定义额外命令设置
add custome parameter of mame command line.
4、全新的家用机装载游戏文件对话框
add new dialog for run console machine.
MxUI v1.2.5 (2019/09/09)
=================
1、增加识别<setname>/xxxx.png图片
add recognition of "<setname>/xxxx.png"
2、修正偶尔崩溃的问题
fix bug which cause crash.
MxUI v1.2.4 (2019/09/05)
=================
1、增加过滤自带机台选项
add a filter that can hide machine which contains none rom
2、优化部分代码
optimize code.
MxUI v1.2.2 (2018/04/30)
=================
1、修正1.2.1版中导出dat中的错误
fix dat export error in v1.2.1
2、优化部分代码
optimize code.
MxUI v1.2.1 (2018/03/11)
=================
1、调整一些ui style css
adjust some ui style css code
2、加入YuiFAN的繁体语言包
add YuiFAN‘s Chinese_Traditional lang
3、解决非XP版不支持win7
fix normal version cant support win7
MxUI v1.2 (2018/03/07)
=================
1、修正自定义folder文件不支持根列表的问题
fix the problem that the custom folder ini not support root-folder .
2、兼容新版mame xml结构
support the new mame‘s xml
3、优化部分代码
optimize code.
MxUI v1.1 (2017/11/2)
=================
1、支持字体自定义
support font custom.
2、支持自定义language、background目录
support language/backgroud directory custom
3、支持自定义本地化
support localize custom
MxUI v1.0.4 (2017/10/31)
=================
1、修正不能保存窗口状态的bug
fix cant restore window‘s state
2、双版本,正常版不支持XP,XP版不带视频栏
normal version not support xp,xp version not include video player。
MxUI v1.0.3 (2017/10/30)
=================
重编译支持win7 win8 win10, 暂不支持winxp
support win7 win8 win10, not support winxp
MxUI v1.0.2 (2017/10/29)
=================
1、修正读取mame xml时崩溃的问题
fix crash on read mame‘s xml
2、修正克隆截图不加载的问题
fix cant load clone‘ snap
3、增加停靠栏自由摆放
add dock Free placement
MxUI v1.0.1 (2017/10/04)
=================
修正新版本mame下ips功能
fix the ips problem for new mame
ps:网友说的有些问题我暂时没发现,等慢慢看看吧,非常抱歉。
MxUI v1.0.0 (2017/01/06)
=================
1、完善导出clrmame dat文件功能,可以非常好的用于整理rom
2、在列表中增加采样列,便于查看sample是否收集完成,别忘记设置mame.ini文件中的samplepath
3、增加了列表的列开关
4、支持了信息dat文件优先从对应的语言目录里读取,然后同时从dats_dirctory配置的路径读取, 并全部显示
5、支持PGM2 mame
6、增加删除mame配置文件功能
7、修正mame存档文件读取bug
8、优化代码
1. improve export clrmame dat function,and you can check your roms perfectly.
2. add sample column to mame listview, and you can check your samples easily, dont forget to set samplepath in mame.ini.
3. add switch to columns of listview
4. support reading the information dat files from dirctory lang/xxxx/ first, then from the path of dats_dirctory , display them all
5. support PGM2 mame
6. add delete mame ini file function
7. fix the bug of scanning mame state save file
8. optimize code.
MxUI v0.9.5 (2017/01/02)
=================
1、修正ips里含有parent roms时的bug.
2、修正过滤器一个小bug
3、修正Cpu占用的问题
4、更多截图目录里zip文件名支持
1、fix ips bug,when ips includes parent‘s roms
2、fix a small bug of filters
3、fix cpu usage
4、more zip archment of pictures support
zip list:
"snapshot_directory", "snaps.zip;snap.zip"
"videos_directory", "videoes.zip;video.zip"
"titles_directory", "titles.zip;title.zip"
"ends_directory", "ends.zip;end.zip"
"bosses_directory", "bosses.zip;boss.zip"
"logos_directory", "logos.zip;logo.zip"
"scores_directory", "scores.zip;score.zip"
"versus_directory", "versus.zip;versu.zip"
"gameover_directory", "gameovers.zip;gameover.zip"
"select_directory", "selects.zip;select.zip"
"artwork_preview_directory", "artworks.zip;artwork.zip;artpreviews.zip;artpreview.zip"
"flyers_directory", "flyers.zip;flyer.zip"
"cabinets_directory", "cabinets.zip;cabinet.zip;cabdevs.zip;cabdev.zip"
"marquees_directory", "marguees.zip;marguee.zip"
"cpanels_directory", "cpanels.zip;cpanel.zip"
"pcbs_directory", "pcbs.zip;pcb.zip"
"covers_directory", "covers.zip;cover.zip"
MxUI v1.5.2.zip
(6.87 MB, 下载次数: 34)
MxUI_XP v1.5.2.zip
(6.03 MB, 下载次数: 13)
MxUI v1.5.1.zip
(6.87 MB, 下载次数: 10)
MxUI_XP v1.5.1.zip
(6.03 MB, 下载次数: 11)
MxUI v1.5.0.zip
(6.87 MB, 下载次数: 10)
MxUI_XP v1.5.0.zip
(6.03 MB, 下载次数: 9)
MxUI v1.4.zip
(6.85 MB, 下载次数: 11)
MxUI_XP v1.4.zip
(5.89 MB, 下载次数: 9)
lang src v1.4.zip
(35.24 KB, 下载次数: 16)
|
|
|