粘粘世界World of Goo支持4人游戏的方法:Linux ONLY
发表于 : 2009-06-08 11:05
多鼠标支持仅仅在Linux移植版本出现,不会支持Windows和Mac。每个玩家都可以控制球,但是只有一个可以移动屏幕。Linux版本的World of Goo可以支持4人同时游戏,用4个不同的鼠标。需要修改config.txt改变 "manymouse"的变量,吧false改成true。另外,鼠标作为一个设备必须被识别。一个简单的办法是,作为root在/dev下运行
不过注意,这个改动不是永久的,同时对多用户系统的安全性有影响。
原文: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.
代码: 全选
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.