Skip to content

Releases: timefox/TeconMoon-s-WiiVC-Injector-Mod

TeconMoon's WiiVC Injector 3.0.1 mod 12

02 Jun 10:43
Compare
Choose a tag to compare

TeconMoon's WiiVC Injector 3.0.1 mod 12
v3.0.1mod12

版本说明(v3.0.1 mod 12):
1.新功能:新增从GameTDB.com下载图片作为游戏图标和启动画面底图的选项。在GameTDB.com的图片的基础上绘制游戏标题时对于Wii和GC分别使用了各自对应的字体。
2.改进:移除了外部工具链中用于PNG与TGA图片格式转换的工具,转而使用内部的原生方法。
3.新功能:为生成输出日志增加了“日志等级”的选项,默认使用简略的输出以节省生成期间程序使用的资源,特别是在大量游戏批量生成时。
4.改进:进一步优化了日志输出的过程,提升输出性能,避免在大量输出时造成程序无响应。
5.改进:自动检测GC多盘游戏,同时支持批量和单个生成模式。
6.改进:在批量生成过程中跳过无效的文件,避免批量过程因为无效文件中断。
7.改进:提升了翻译引擎的性能,并增加了支持的界面控件类型,提升其对C# WinForm类程序的适用性。
8.Bug修复:修正生成输出页面按钮图片不清晰的问题。
9.改进:使用更友好的输出目录名称(游戏名与TitleID的组合)。
10.改进:跳过已经生成游戏(对应的输出目录存在)。
11.Bug修复:修正无法正确生成多行文本的翻译模板文件的问题。
12.Bug修复:修正了一些与翻译引擎有关的问题。
13.改进:生成输出日志现在包含更多有用的信息和细节,比如关于生成类型,生成时的使用的选项,输出目录和零时目录的剩余空间等。如果你在生成时遇到问题,提供这些日志信息对于他人帮助你解决问题会很有帮助。
14.Bug修复:修正在使用批量生成后,单个生成成功后不会弹出报告成功的弹窗的问题。
15.其他:一些常规性的代码调整,优化。

特别感谢:
感谢@doino-gretchenliev(github.com)在1~6,9,10中的做出的改进和修正。

English version
Release Note(v3.0.1 mod 12):
1.New: Add an option which allow user to download the required game images from GameTDB.com as the background for function 'Generate images by game name'. And WII images are titled with WII font and GC are titled with GC font now.
2.Improved: Replace external image conversion binaries from tool chain with internal TGA support.
3.New: Add a log level combox for build output. The default 'Info' level will help to reduce the resource consumption and improve the performance during building, especially for mass batch build.
4.Improved: The performance of build output log is improved. It will help to avoid program hanging when processing mass outputs.
5.Improved: Auto-detection of multiple disc GC titles in manual and batch mode selection.
6.Improved: Skip invalid titles in batch building.
7.Improved: Improve the performance of translation engine, it can support more control types. Its applicability to C# WinForm programs is improved.
8.Issue fixed: Some mirror fixing for UI.
9.Improved: Use a more friendly output folder name format(Combined by Game name and title id).
10.Improved: Skip already built titles.
11.Issue fixed: The multi-line text in the exported translation template file has bad format.
12.Issue fixed: Fixed some mirror issues related to translation engine.
13.Improved: Build output log contains more useful information and details now. e.g. build type, options for building, free space for output & temp dir, etc. It will be very useful when you need helps on building errors.
14.Issue fixed: Prompt for success single building will not be shown after batch building unless the injector is restarted.
15.Misc: Some general code adjusting and optimizations.

Special thanks to:
Thanks @doino-gretchenliev(github.com) for his contributions in 1 to 6, 9 and 10 which include improvements & fixings.

TeconMoon's WiiVC Injector 3.0.1 mod 11

04 May 08:32
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 11):
1.Bug修复:修正修改操作系统语言设置可能导致使用语言文件时程序无法启动的问题。(issue#3)
2.Bug修复:修正XML文件的字符转义问题。游戏标题中的<, >, ", ', &没有被正确转义,这会导致标题包含这些字符的游戏无法被正确生成。
3.改进:支持目录拖放操作,现在可以直接将包含镜像文件的目录(包括其下的子目录)拖放到程序界面进行批量操作。
4.改进:支持GameCube的批量注入。
5.改进:支持预先生成的游戏图片文件,具体请参考 https://github.com/doino-gretchenliev/wiiuvc-icon-and-banner-generator 中的说明。
6.Bug修复:修正包含多行的文本没有正确应用语言文件的问题。
7.Bug修复:修正在某些情况下生成线程中会不正确地处理某些界面控件导致生成失败的问题。
8.改进:为生成信息页面加入了更多详细信息。

感谢列表:
1.感谢@JueLuo99(github.com)报告issue#3。
2.感谢@doino-gretchenliev(github.com)贡献了第2、3、4、5项的修正和改进。

English version
Release Note(v3.0.1 mod 11):
1.issue fixed: using language file will cause app can't start under some language settings of OS.(issue#3)
2.issue fixed: fix XML escaping bug. Titles, containing <, >, ", ', & should be escaped, otherwise, they break the XML files.
3.improved: added support for recursive directory processing. Drag and drop a directory, containing multiple game directories.
4.improved: added support for GameCube batch processing.
5.improved: added support for pre-generated icons and banners. please read instructions at https://github.com/doino-gretchenliev/wiiuvc-icon-and-banner-generator for more details.
6.issue fixed: multi-line text hasn't been translated correctly.
7.issue fixed: some incorrectly ui elements handling in build thread may cause build failing.
8.improved: added more details into build output tab.

Special thanks to:
1.@JueLuo99(github.com) for reporting issue#3
2.@doino-gretchenliev(github.com) contributed fixings & Improvements from 2 to 5.

TeconMoon's WiiVC Injector 3.0.1 mod 10

24 Apr 02:43
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 10):
1.Bug修复:修复了在生成最后一步界面会因为“NUSPacker”输出信息太多太快假死的问题。
2.Bug修复:如果更改了默认的临时目录位置,则指定的游戏图片图标文件无法被注入生成的游戏包。无论是从cucholix仓库下载的图片,手动指定的图片,或是自动生成的图片都存在此问题。
3.Bug修复:如果无法从cucholix仓库下载图片的原因不是因为图片不存在,而是因为比如网络连接的问题,程序不会再给出文件不存在的提示。

English version
Release Note(v3.0.1 mod 10):
1.issue fixed: GUI is frozen at last build step because NUSPacker outputs many messages too fast during this step.(thank @xxnathanxx from gbatemp.net for reporting this bug)
2.issue fixed: if you changed the temp directory to any location other than the default path, images from any source(custom specified, downloaded from cucholix's repo, or auto generated) will not be packed into the game package.
3.issue fixed: if images can't be downloaded because the network issue, app will not report "not found" error.(thank @xxnathanxx from gbatemp.net for reporting this bug)

TeconMoon's WiiVC Injector 3.0.1 mod 9

26 Dec 03:26
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 9):
1.改进:现在程序拥有完整的多语言支持(包括Nintendont SD菜单中之前没有翻译的部分,应该也没什么人用就是了)。
2.其他改进/Bug修正:修正了一些目录设定方面的细节问题。
3.其他:界面布局文字显示细节上的一些微调。

English version
Release Note(v3.0.1 mod 9):
1.improved: the multi-language supporting is improved. all ui elements are supported that includes the controls which are not supported before in Nintendont SD window.
2.issue fixed: some minor issues fixed for directory settings.
3.improved: some minor adjusting in ui layout and displaying.

TeconMoon's WiiVC Injector 3.0.1 mod 8

24 Dec 09:50
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 8):
1.新功能:现在可以在生成页面指定程序使用的临时目录(感谢liljefelt的建议)。
2.Bug修正:补足了一处遗漏的翻译。
3.其他改进:修正了一些小问题。

English version
Release Note(v3.0.1 mod 8):
1.new: you can specify the temporary directory at build tab now(thanks for liljefelt's suggestion).
2.issue fixed: add a missing translation.
3.improved: some minor issues fixed.

TeconMoon's WiiVC Injector 3.0.1 mod 7

27 Nov 07:15
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 7):
1.Bug修正:停止生成后再次执行生成,可能会因为一个临时目录不存在的问题导致程序抛出异常无法执行生成。
2.改进/变化:为生成输出页面增加了切换是否自动滚动的按钮,默认为是。
3.改进/变化:完善生成输出页面的信息,增加了生成完成以及生成时间的信息,修正了取消生成时的信息输出顺序。
4.改进/变化:更完善的多语言支持引擎。
5.改进/变化:移除了对使用者无用的调试按钮(原本是原作者调试短文件名用的,在使用独立线程进行生成后我改成了按一下之后,会用回原来的单线程生成方式)。

English version
Release Note(v3.0.1 mod 7):
1.issue fixed: app will throw an exception if you stop the building, and then start a new building process. that is caused by a temp directory cleanup problem.
2.improved: add a button to toggle autosrocll build output.
3.improved: improved build output.
4.improved: improved translation support.
5.changed: remove the 'debug' button which useless for users.

TeconMoon's WiiVC Injector 3.0.1 mod 6

24 Nov 09:41
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 6):
1.Bug修正:停止生成后再次执行生成,可能会因为一个临时目录被删除而导致程序抛出异常无法执行生成。
2.改进/变化:添加了详细的生成过程信息页面。

English version
Release Note(v3.0.1 mod 6):
1.issue fixed: app will throw an exception if you stop the building, and then start a new building process. that is caused by a temp directory required was deleted when performs build cleanup works.
2.change: add a build output tab.

TeconMoon's WiiVC Injector 3.0.1 mod 5

23 Nov 16:04
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 5):
1.Bug修正:如果在生成前没有指定输出目录,那么在生成时程序会让你选择输出目录,在选择之后程序会抛出一个异常导致转换无法继续。
2.改进/变化:当正在执行游戏包生成时禁止拖放操作。

English version
Release Note(v3.0.1 mod 5):
1.issue fixed: app will throw an exception if you didn't specify the output directory before building, after you select output directory during building process. this will abort the building process.
2.change: disable the drag & drop operation during building.

TeconMoon's WiiVC Injector 3.0.1 mod 4

22 Nov 08:41
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 4):
1.Bug修正:彻底修正了转换过程中使用短文件名造成的各种异常,不再向各个转换工具传递短文件名参数。
2.改进/变化:将生成过程放到单独的线程中,现在生成的过程不会造成界面卡死无响应,且可以通过停止按钮随时取消生成过程。
3.改进/变化:改进了部分异常的捕捉和处理。
4.其他改进/变化:修正部分文本无法正确翻译的问题,修正了简体中文的部分翻译。
5.其他改进/变化:更改了程序图标,更直观地与原版区别开来。

English version
Release Note(v3.0.1 mod 4):
1.issue fixed: completed fix the exceptions caused by shorten name for conversion, the shorten name is no longer used.
2.change: now conversion is shipped in a seperated thread, so the build process will not hang the main ui. and you can stop the building by click 'stop' button at anytime.
3.improvement: improves some exception handlings.
4.misc: fix that some text can't be translated by language file, Simplified Chinese translation is improved.
5.change: the app's main ico has been changed for easily distinguishing it from the origin version.

TeconMoon's WiiVC Injector 3.0.1 mod 3

16 Nov 20:26
Compare
Choose a tag to compare

版本说明(v3.0.1 mod 3):
1.Bug修正:修正无法正确生成不存在的目录或文件的短文件名导致部分转换步骤出错的问题。
2.新功能:支持直接拖拽wii游戏镜像文件(wbfs或iso格式)到程序窗口或程序图标一键式完成游戏转换的功能,前提是所需的密钥已保存。
3.其他改进/变化:在生成游戏的页面增加了指定输出目录的功能,这个设置会保存下来,这样就不会在每次点击“生成”按钮后弹出对话框来要求指定路径了,算是给上面的一键式生成功能做配合了。

English version
Release Note(v3.0.1 mod 3):
1.issue fixed: shorten name for file or directory which does't exist now can be obtained correctly. the incorrect name will casue certain conversion process throws the exception because the excepted file or directory can't be found.
2.new feature: now you can simply drag & drop the wii game image(s) to app's window or app's icon in the explorer, and then the app will handle all left steps automatically to build the pack(s). the required keys must be specifed firstly.
3.misc: add a output directory setting at 'build tab'. it can avoid the app to ask you for the save path every time you click the 'build' button and will be saved for next use.