linux玩 LOL

news/2024/10/21 6:22:31/
本次测试用LOL客户端为美服最新版客户端
其他客户端未经测试 有需求可以去winqh提建议
为也尽量测试看看

本次延时使用Ubuntu12.04最新版系统
我们只要按照一下步骤照做就好
Step 1: Install Wine1.4 and Winetricks
*安装wine1.4和winetricks
code: sudo add-apt-repository ppa:ubuntu-wine/ppa
添加wine的PPA源(12.04默认有1.4源  旧版本需要添加)
code: sudo apt-get update
进行apt-get的软件目录更新
code: sudo apt-get install wine1.4
(for Ubuntu12.04 : sudo apt-get install wine)
安装wine1.4  Ubuntu12.04默认wine就为1.4版本
code: sudo apt-get install winetricks
安装winetricks

Step 2: Install Winetricks Extra Components
*安装运行库
code: winetricks vcrun2005
安装vc++ 2005运行库
code: winetricks wininet
安装inet运行库
code: winetricks ie6
安装IE6/WMP/OL
code: winetricks d3dx9
安装DirectX9
code: winetricks corefonts
安装wine字体 以保证不出现口口
code: winetricks adobeair
安装Adobe Air运行库

Step 3: Change Wine1.4 Settings to "Windows 7"
*设置wine的运行环境为Windows7
code: winecfg
打开wine设置窗口
Then, change the Windows Version Setting to "Windows 7"
设置运行windows环境为windows7

Step 4: Move a Previous Install of LoL
*移动游戏目录到wine目录下或者进行游戏的安装
You should place the folder (Riot Games) into the following location:
Make sure you replace [USER] with the correct name.
ALSO, .wine is sometimes hidden from view, so you may have to find it.
必须保证wine的Username和Linux的用户名相同
-------------------------------------------------------------------------------------------------------------------------------

Now that you have completed the above tasks, you will now have to open the LoL Launcher. To do that, you will have to type the following two lines of code into a terminal every time you want to play LoL.
以上无视掉 往下看
code: cd "/home/[USER]/.wine/dosdevices/c:/Program Files/Riot Games/League of Legends/RADS/system"
(changes directory to where you have LoL folder installed)
移动到英雄联盟的主目录的/League of Legends/RADS/system文件夹下  
code: WINEDEBUG=+ntdll wine "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe
运行这段命令:"WINEDEBUG=+ntdll wine "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe"
The League of Legends launcher should now appear and begin updating.
然后就出现更新界面啦
CONGRATULATIONS on your new install of League of Legends on Linux! 
然后你就可以在Linux玩LOL啦

http://www.ppmy.cn/news/306868.html

相关文章

发布十几套Qt精美皮肤(Qt使用QSS进行界面美化)

当你学会Qt,觉得Qt自带的白板太丑了,比如这样: 于是开始想 … … 我的程序是不是应该自己实现以下系统标题栏,免得Win7下面出现傻大笨粗的系统边框,又或者Win10下与自己的皮肤风格不一致,于是自己实现最…

Windows10下美化字体,达到类似mac的效果

目录 1. MacType官网2. MacType源码3. 安装4. 优化Chrome浏览器4.1 修改Chrome快捷方式4.2 安装插件4.3 修改Chrome的自定义字体 MacType是一个渲染Windows系统字体的工具。效果如图,会很明显的加深,看起来更加舒服: 1. MacType官网 https:/…

字体图标或文字的渐变效果

效果图: css: .bang .wrapper .scroller ul{line-height: 3.4rem;height: 100%;display: -webkit-flex;}.bang .wrapper .type{width: 5rem;display: inline-block;margin: 0 9px;overflow: hidden;color: #484E4B;font-size: 1.4rem;text-align: center…

svg转字体图标

icomoon图标的使用 早上听同事介绍icomoon的图标,自己上网查找用例,发现确实挺好用,只需在网址: https://icomoon.io/app/ 上选择相应图标点击font设置,然后点击下载。将下载文件解压,然后将font文件夹…

icomoon 制造字体图标

icomoon 制造字体图标 一 制作字体文件 今天为大家推荐一种非常好用在字体图标制作方法。使用icomoon制作自己需要的图标文件。 首先,打开icoMoon网站,选择自己所需要的图标,这里我我选中了10个图标文件。如下图。 当然你可以随意选择自己…

自制图标字体FontAwesome

注:担心网址失效,以下内容属于转载复制。原地址:http://blog.sina.com.cn/s/blog_abd22d920102yhig.html 先安利三个网站 1 https://www.iconfont.cn/​ 图标网站,素材的来源 2 https://icomoon.io/app/#/select​ 核心网站,制…

王者荣耀美化包制作教程(一;进阶)

所需工具 Unity Ex(必备)Unity Sx(必备)Unity 3D(推荐)Maya(推荐)3D Max(推荐)Adobe Photoshop CC(推荐)交流群:56627822…

教你快速制作糖果字体

写在前言 如何在PS中做出bulingbuling有光泽的糖果字效呢,其实很简单,主要就是运用图层样式,具体效果参数可以按照自己当时的情况来看,话不多说,往下看 1.建立一个800*600px的空白文档,并复制一层&#x…