|
|
安装:emerge wine;
设置:winecfg;
安装游戏: ln -s /mnt/cdrom ~/.wine/wine/dosdevices/e\:;
ln -s ~/games/ ~/.wine/wine/dosdevices/d\:
wine ./setup ;
而且,几年之后,现在startcraft官方支持免CD,当然版权还是存在的,不再讨论范围:下载官方 1.15.2升级包,cp /mnt/cdrom/install.exe ./wine/dosdevice/d\:/startcraft/startcraft.mpq,免cd完成。
关于sc 鼠标和运行速度的问题,需要运行:regedit,在HKEY_CURRENT_USER\\Software\\Wine\\下新建string value=Direct3D再在其下新建两string value:DirectDrawRenderer"="opengl”;"RenderTargetLockMode"="readtex"
这下sc和windows几乎没有区别了。
 |
|