发新话题
 搜藏 打印 该页面添加到 Mister Wong

cedega 5.0 的简明安装和中文(不完全支持)设定!--ZT

cedega 5.0 的简明安装和中文(不完全支持)设定!--ZT

转自:linuxfans,原文地址:http://www.linuxfans.org/nuke/mo ... wtopic&t=142581

1、下载和安装
rpm包
ftp://nhpop_linux:nhpop_linux@ftp.nhpop.cn/cedega/cedega-5.0-1.i386.rpm
rpm -ivh cedega-5.0-1.i386.rpm
tar包要在根目录解压
ftp://nhpop_linux:nhpop_linux@ftp.nhpop.cn/cedega/cedega-5.0.tgz
在根目录下
tar zxvf cedega-5.0.tgz
ded包
ftp://nhpop_linux:nhpop_linux@ftp.nhpop.cn/cedega/cedega_5.0_i386.deb
dpkg -i cedega_5.0_i386.deb
破解文件
ftp://nhpop_linux:nhpop_linux@ftp.nhpop.cn/cedega/cedega-engine-5.0-1.i386.cpkg
安装完后执行cedega,点击TransGaming--install local update,选择压缩包里那个后缀为cpkg的破解文件。
2.进入cedega的c盘
c盘的目录
进入此目录下的windows/system32
会发现有些dll文件大小是0
到windows下的system32目录下copy过来!
3.中文设置
5.0的配置文件搞得有点复杂,系统默认的配置似乎是(我用的是root):
~/.cedega/.default_configuration_profiles/config.cedega_5.0
具体游戏的设置文件是:
~/.cedega/游戏名/config
~/.cedega/游戏名/config.cedega_5.0
游戏类型的设置文件是:
~/.cedega/configuration_profiles/游戏类型名
游戏类型的设置可以在Edit-Configuration Profilesli里设置游戏具体使用和不使用哪个设置文件。
怕麻烦话把这3个地方的设置都改了,中文就出来了^_^
config文件
默认可以直接使用系统中的FreeType和XRender 库,提供系统中ttf字体的支持,不过根据自己系统中的字体需要相应修改一下配置文件:
我的ml2.0rc1可以这样改!(红旗改成这样要装simsun.ttc字体)
把里面的[FontAlias] 下面的内容改成
复制内容到剪贴板
代码:
[FontAlias]
;; Add font aliases here. On the left put the name of the windows font family
;; that you want to fake, on the right put the a similar font family that you
;; have installed. These will override the fontconfig and the WineX builtin fallbacks,
;; but may look better (if you choose them correctly).
;; Alias' may refer to other alias' that have been defined above them.
;; These alias' are the first that WineX loads.
;;
;; Serif Fonts
"Times New Roman"="simsun"
"MS Serif"="Times New Roman"
;;
;; Sans Serif Fonts
"Arial"="simsun"
"Helv"="simsun"
"MS Sans Serif"="simsun"
"System"="simsun"
"Tahoma"="simsun"
部分支持中文显示!
魔兽3--冰封(中文完美支持)
cs 1.5 左边中文正常,右边不能正常显示!

本文由hew 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-1936-1-1.html

你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

发新话题