分页: 1 / 1

粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 11:05
luojie-dune
多鼠标支持仅仅在Linux移植版本出现,不会支持Windows和Mac。每个玩家都可以控制球,但是只有一个可以移动屏幕。Linux版本的World of Goo可以支持4人同时游戏,用4个不同的鼠标。需要修改config.txt改变 "manymouse"的变量,吧false改成true。另外,鼠标作为一个设备必须被识别。一个简单的办法是,作为root在/dev下运行

代码: 全选

chmod a+r /dev/input/by-id/*
不过注意,这个改动不是永久的,同时对多用户系统的安全性有影响。

原文:http://goofans.com/faq/world-goo/techni ... -one-mouse

Multiple mouse support is ONLY available in the Linux port and is NOT planned for Windows or Mac. Each player may control balls although only one can scroll the screen.

As an unsupported feature, the Linux version of World of Goo can be played with up to four players at a time, each using a separate mouse. In order to use this feature, edit config.txt and change the "manymouse" parameter value
from "false" to "true".

Furthermore, the mouse event devices for the mice to be used must be readable by the user running World of Goo. An easy way to set this up (assuming udev is used for the /dev filesystem) is to execute (as the root user):

Note that this change is not permanent (permissions are reset when the system is rebooted) and may compromise user privacy on multi-user systems.

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 12:49
bones7456
这样也行啊?

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 12:56
jarryson
这个牛。。。

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 20:24
大宝
太强了
以往都是一个人在玩,其他人在看

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 21:16
tenzu
4P的时候要插四个鼠标?

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 21:33
luojie-dune
恩。触摸板指点杆都可以吧~~~

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 21:57
AngelMAX
我想让大富翁支持4人联网玩,不知道谁有办法 :em06

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 22:07
tenzu
AngelMAX 写了:我想让大富翁支持4人联网玩,不知道谁有办法 :em06
四把带滚轮的办公椅就能搞定

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-06-08 22:08
luojie-dune
大富翁本来就支持联网游戏啊。

Re: 粘粘世界World of Goo支持4人游戏的方法:Linux ONLY

发表于 : 2009-12-06 10:16
luojie-dune
试验成功。
用deb包装了,然后修改了 /opt/WorldOfGooDemo/properties/config.txt

然后 sudo chmod a+r /dev/input/by-id/*

不知道触摸板怎么找。。。