Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
As a temporary solution if you email me the settings file for the game I should be able to override it and send it back. It can be found at;
user/Library/Preferences/unity.Matthew Brown.Hexcells.plist
(By default the library is hidden in Finder, if so you can right click in the window and select Show View Options where it can be toggled)
If you send that file to matthew.brown.mail@gmail.com I'll see what I can do.
thanks, though
I deleted both
Library/Preferences/unity.Matthew Brown.Hexcells.plist
and
Library/Saved\ Application\ State/unity.Matthew\ Brown.Hexcells.savedState/
and I was still seeing the updated non-mouse input settings when I restarted Hexcells. I had to reboot the computer to get the default settings to come back.
So i edited the plist file with plist edit --> https://www.macupdate.com/app/mac/14363/plistedit-pro, it worked…
Thanks anyway.
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosDestroy Empty Hex" "mouse 1"
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosSelect Blue Hex" "mouse 0"
Alternatively you can run these commands to switch the mouse buttons (to mine sweeper style):
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosDestroy Empty Hex" "mouse 0"
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosSelect Blue Hex" "mouse 1"
I was experiencing some crashing after this, force quitting, unplugging any usb mouse and reloading game, and replugging mouse seems to work
I agree, this was what I was looking for as well.
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosDestroy Empty Hex" "mouse 0"
defaults write "unity.Matthew Brown.Hexcells" "__Input Key PosSelect Blue Hex" "mouse 1"
did not work.