|
Scott0902
中级用户
  
积分 466
发帖 237
注册 2005-10-12
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
强人啊!虽然看不懂怎么使用。。。
Great person! Although I can't understand how to use it...
|
|
2005-10-12 20:54 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
汉化的步骤:
1。前提:文件已解密、解压缩;并作一备份(如:RAR压缩、生成"复件")
2。提取:假设要汉化的对象名为xxxx.exe,按如下命令行使用HH2:
HH2 G xxxx.exe xxxx.hh2
3。翻译/编辑xxxx.hh2:要点以/开头的行是用来作对比内容和长度的,因为汉化后的串长永远不能长于原来的串!
4。写回:按如下命令行使用HH2:
HH2 P xxxx.exe xxxx.hh2
5。运行、除错、修正多义歧义、美化屏幕布局。
多作尝试,你就会慢慢成为熟手以至高手了!
### Steps for localization:
1. Prerequisite: The file has been decrypted and uncompressed; make a backup (e.g., RAR compression, generating "Copy")
2. Extraction: Suppose the object to be localized is named xxxx.exe, use HH2 with the following command line:
HH2 G xxxx.exe xxxx.hh2
3. Translate/edit xxxx.hh2: Lines starting with / are used for comparing content and length, because the length of the localized string must never be longer than the original string!
4. Write back: Use HH2 with the following command line:
HH2 P xxxx.exe xxxx.hh2
5. Run, debug, correct multi-meaning ambiguity, and beautify screen layout.
Try more, and you will gradually become proficient and even an expert!
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-12 23:21 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Re 本是:
首先提个建议,可以将本主题所有的附件链接编辑到首帖中,便于用户下载。
经证实,HH2与中文系统的冲突仍然与MSDOS7.10和其中的EMM386相关。
另外,报告最新版(2003-50)的一个BUG,当在HH2命令行中使用switch开关时,如:hh2 g -s hh2.com hh2.txt,开关将被识别为“第一文件”,因此提示“'第一文件'未找到!”。
Re 本是:
First, a suggestion: All attachment links in this topic can be edited into the first post for easy user downloading.
It has been confirmed that the conflict between HH2 and the Chinese system is still related to MSDOS7.10 and EMM386 in it.
In addition, report a bug in the latest version (2003-50). When using the switch in the HH2 command line, such as: hh2 g -s hh2.com hh2.txt, the switch will be recognized as "the first file", so it prompts "'the first file' not found!".
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-10-13 13:54 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
对不起!是现场保护出的问题--命令行处理中的push si/pop si。
已更正并上传。
Originally posted by willsort at 2005-10-13 13:54:
Re 本是:
首先提个建议,可以将本主题所有的附件链接编辑到首帖中,便于用户下载。
你说得很正确,已照办!
Last edited by 本是 on 2005-10-15 at 15:45 ]
Sorry! It was a problem with field protection -- push si/pop si in command line processing.
It has been corrected and uploaded.
Originally posted by willsort at 2005-10-13 13:54:
Re 本是:
First, I would like to make a suggestion that all the attachment links in this thread can be edited into the first post for easy user downloading.
What you said is very correct, and it has been done as you said!
Last edited by 本是 on 2005-10-15 at 15:45 ]
附件
1: Hh2.rar (2005-10-15 15:44, 4.57 KiB, 下载附件所需积分 1 点
,下载次数: 100)
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-13 14:38 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
|
2005-10-13 15:19 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
最新进展:经过实验和思考,对串/值信息的首尾标志,现在的决定是--
首标志总是使用;
尾标志只在首为/的对比行上出现,而不在待修改行的串/值尾出现(以方便翻译编辑)。
另外,行长方面的限制是--字符串或16进制值串若超长,多余部分抛弃;
若不足,则对字符串后补齐空格,16进制值串因为危险未作补足。
已更新第19楼的附件!
已更新第15楼的界面文字!
Last edited by 本是 on 2005-10-14 at 14:31 ]
Latest progress: After experiments and thinking, the current decision regarding the start and end markers of string/value information is --
The start marker is always used;
The end marker only appears on the comparison line where the start is /, and does not appear at the end of the string/value of the line to be modified (to facilitate translation and editing).
In terms of line length restrictions: if the string or hexadecimal value string is overlong, the excess part is discarded;
If it is insufficient, spaces are added after the string, and the hexadecimal value string is not supplemented because it is dangerous.
The attachment on floor 19 has been updated!
The interface text on floor 15 has been updated!
Last edited by 本是 on 2005-10-14 at 14:31 ]
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-14 01:44 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 22 楼』:
建立一个共享汉化信息库,代代向前!
使用 LLM 解释/回答一下
建议大家共同建立一个共享汉化信息库(附要被汉化的原软件),以便相互学习和交流,后人也有了参考和进一步提高的基础。否则,每个人都要从0做起。--而这一点正是中国文化不能代代向前的一个原因。我们不要重蹈覆辙!
It is suggested that everyone jointly establish a shared Chinese localization information database (attached with the original software to be localized), so that we can learn from and communicate with each other, and future generations will also have a basis for reference and further improvement. Otherwise, everyone has to start from scratch. -- And this is exactly one of the reasons why Chinese culture cannot move forward from generation to generation. We should not repeat the same mistakes!
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-30 20:09 |
|
|
newice
初级用户
 
积分 70
发帖 24
注册 2005-9-20
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
不愧是(本是)兄,就是有本事,谢谢兄弟的工具,找了好久才找到。
Indeed, Brother (Ben Shi) is really capable. Thanks to brother's tool, I searched for a long time to find it.
|
|
2006-4-10 16:08 |
|
|
ghxx
新手上路

积分 12
发帖 6
注册 2006-8-12
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
呵呵,早知道还有朋友们参照我的程序,我将源代码发给你们。
包括以前我开发的MSCOPY源程序
Hehe, if I had known there were friends referring to my program earlier, I would have sent you the source code. Including the previously developed MSCOPY source program
|
|
2006-8-12 10:44 |
|
|
ghxx
新手上路

积分 12
发帖 6
注册 2006-8-12
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
只是我现在很久没有编这样的程序了,有兴趣的联系我的QQ:36425362
It's just that I haven't programmed like this for a long time. If you're interested, contact me via QQ: 36425362
|
|
2006-8-12 10:50 |
|
|
darkradx
高级用户
   
积分 972
发帖 420
注册 2004-5-16
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
Originally posted by ghxx at 2006-8-12 10:44 AM:
呵呵,早知道还有朋友们参照我的程序,我将源代码发给你们。
包括以前我开发的MSCOPY源程序
哇,真的啊?
想请教两个问题, 我从网上下载了mscopy3.0, 进了程序显示的是1.0, 这个到底是1.0还是3.0?(惠软工具箱里面倒是有2.0, 但是从来没在网上见过)
GH95是没有防重复驻留功能的么?
Originally posted by ghxx at 2006-8-12 10:44 AM:
Hehe, if I had known there were friends referring to my program, I would have sent you the source code.
Including the previous MSCOPY source program I developed
Wow, really?
I have a question. I downloaded mscopy3.0 from the Internet, but when I entered the program, it showed 1.0. Is this actually 1.0 or 3.0? (There is 2.0 in the Huiruan Toolbox, but I have never seen it on the Internet)
Does GH95 not have the function of preventing repeated resident?
|

平生进退如飙风 |
|
2006-8-14 04:21 |
|
|
ghxx
新手上路

积分 12
发帖 6
注册 2006-8-12
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
这些程序我的确很久没有摸了。
MSCOPY 3.0也给了惠软的,应该有下载。是用汇编语言+Clipper数据库语言编制的。
如果需要,可以QQ联系我。
GH95设计的初衷是开始运行的时候为一个保存点,所以,可以多个程序驻留以便设置多个保存点。不过,GH95本身可以自己清理自己的进程。
呵呵,我现在在编制一个IIS的插件程序,用于流媒体点播中的防盗链+限制带宽+放下载功能。
I haven't touched these programs for a long time indeed.
MSCOPY 3.0 was also given to Huiruan, there should be a download. It is compiled with assembly language + Clipper database language.
If needed, you can contact me via QQ.
The original intention of GH95 is to have a save point when it starts running, so multiple programs can be resident to set multiple save points. However, GH95 itself can clean up its own process.
Hehe, I'm currently compiling an IIS plug-in program for anti-hotlinking + bandwidth limiting + anti-download functions in streaming media on-demand.
|
|
2006-8-17 23:57 |
|
|
ghxx
新手上路

积分 12
发帖 6
注册 2006-8-12
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
我看了一下,网上的确是V1.0,V3.0采取了序列号加密技术。
呵呵,时间太久,我的源程序现在都不知道哪里去了(希望能够找到)。看了一下我的笔记本硬盘,仅仅只有Mscopy V3.0通用程序了。如果需要,请联系我。
源程序如果找到,我可以一并给出。
I took a look, and indeed it's V1.0 online. V3.0 adopted serial number encryption technology. Hehe, it's been too long, and I don't know where my source code is now (hoping to find it). I took a look at my notebook hard drive, and there's only the Mscopy V3.0 general program left. If needed, contact me. If the source code is found, I can provide it together.
|
|
2006-8-18 00:22 |
|
|
hnatm
新手上路

积分 6
发帖 3
注册 2007-11-22
状态 离线
|
|
2007-11-23 00:16 |
|
|
tsz0310
新手上路

积分 3
发帖 2
注册 2007-12-17
状态 离线
|
|
2007-12-17 15:47 |
|