Hexcells

Hexcells

View Stats:
subrama6 21 Feb, 2014 @ 3:59am
reset input preferences?
switched it to something keyboard driven, but want to go back to the mouse, and it doesn't seem to let me
< >
Showing 1-14 of 14 comments
subrama6 21 Feb, 2014 @ 4:00am 
i should mention that this is on mac
Matthew Brown  [developer] 22 Feb, 2014 @ 5:07am 
Unfortunately this is currently a bug with Unity (http://issuetracker.unity3d.com/issues/input-in-configuration-window-does-not-allow-to-assign-mouse-keys-on-mac).

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.
subrama6 22 Feb, 2014 @ 12:05pm 
no worries - i wasn't very far into the game yet, so i blew away the plist file, and we're back to default prefs.

thanks, though
ToadChild 24 Feb, 2014 @ 12:16am 
I had a similar issue with the input selector.

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.
#ffff00 3 Mar, 2014 @ 11:50am 
I erased the plist file but my saved states were gone.
So i edited the plist file with plist edit --> https://www.macupdate.com/app/mac/14363/plistedit-pro, it worked…

Thanks anyway.
TryHugsNotDrugs 27 Jul, 2014 @ 7:06pm 
I'm having the same problem and I have windows so I can't seem to find this "user/Library/Preferences/unity.Matthew Brown.Hexcells.plist"
#ffff00 28 Jul, 2014 @ 2:36am 
.plist is a mac file format and "user/Library…" address is again mac address. i suggest you mail them.
croepha 1 Jan, 2015 @ 7:29pm 
These commands in the terminal should get it back to defaults:

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
qd3v 26 Jul, 2015 @ 2:50pm 
Originally posted by croepha:
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"
Thank you, this is what I was looking for!
Last edited by qd3v; 26 Jul, 2015 @ 2:50pm
walkie84 15 Dec, 2015 @ 4:47pm 
Thanks a lot croepha! They should make a sticky post with your instructions.
NupraptorPT 30 Dec, 2015 @ 4:11pm 
Originally posted by vanburg:
Originally posted by croepha:
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"
Thank you, this is what I was looking for!

Originally posted by walkie84:
Thanks a lot croepha! They should make a sticky post with your instructions.

I agree, this was what I was looking for as well.
Wsmelly 7 May, 2016 @ 7:37pm 
This isnt working for me, maybe because the game has been updated. I went to "user/Library/Preferences/unity.Matthew Brown.Hexcells.plist" but pasting
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.
lazyquilt 9 Sep, 2016 @ 7:04pm 
Why has’t this bug been fixed yet? T^T
thislooksfun 10 Oct, 2016 @ 3:04pm 
Originally posted by Wsmelly:
This isnt working for me, maybe because the game has been updated. I went to "user/Library/Preferences/unity.Matthew Brown.Hexcells.plist" but pasting
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.
You have to run those commands in Terminal, putting them in the plist will only make more problems. I was just (as in seconds ago) able to make it work.
< >
Showing 1-14 of 14 comments
Per page: 1530 50