Control Configuration Reseting
Moderator: ZSNES Mods
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Control Configuration Reseting
Yesterday, I got ZSNES. I didn't like the defult controls, so I changed them. Now every time I load ZSNES, the controls are back to the defult. I also get the one-time user reminder. Did I instal it wrong or something? My games work fine, but my settings wont say set.
Re: Control Configuration Reseting
Make sure that you have full read/write access to the directory that ZSNES is in, i.e. the directory is not read only. ZSNES was unable to save the changes you made into the configuration file, hence the problems you have.
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Re: Control Configuration Reseting
Can somebody remind me how I would go about doing that?
Re: Control Configuration Reseting
Well, in windows, you would right click the directory you have zsnes in and go to properties, and see if you have permission to write there. If there is a zsnesw.cfg, you should check the file, too.
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Re: Control Configuration Reseting

Edit:
I moved the emulator program out of the folder I had it in, and it is no longer read only, but my settings still reset.
Re: Control Configuration Reseting
Are you running it from a CD or a location outside of your User directory?
Maybe these people were born without that part of their brain that lets you try different things to see if they work better. --Retsupurae
Re: Control Configuration Reseting
Delete everything and extract the contents of the zip archive to a brand new directory, e.g. C:\Games\Zsnes. Don't just move files around. Does the problem persist? Do this for shits and giggles if for nothing else.
The problem of Windows not clearing the read-only bit is very well known, at least under Windows XP (probably others as well). One option to get around this is to remove the read-only attribute via the command line. IIRC, something along the lines of:
I would advise you to not do this to every single directory on your hard drive though.
The problem of Windows not clearing the read-only bit is very well known, at least under Windows XP (probably others as well). One option to get around this is to remove the read-only attribute via the command line. IIRC, something along the lines of:
Code: Select all
attrib -rsh c:\games\zsnes /s /d
-
- Buzzkill Gil
- Posts: 4295
- Joined: Wed Jan 12, 2005 7:14 pm
Re: Control Configuration Reseting
If I recall, that goes back to 95.Agozer wrote:
The problem of Windows not clearing the read-only bit is very well known, at least under Windows XP (probably others as well). One option to get around this is to remove the read-only attribute via the command line.
MS never considered it an issue, because ZSNES is just about the only thing that respects the read-only bit.
KHDownloadsSquall_Leonhart wrote:DirectInput represents all bits, not just powers of 2 in an axis.You have your 2s, 4s, 8s, 16s, 32s, 64s, and 128s(crash course in binary counting!). But no 1s.
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Re: Control Configuration Reseting
I'm still a bit confused. Can somebody let me know what I would put in if I keep zsnes under c:\mame in a folder called snes?
-
- Buzzkill Gil
- Posts: 4295
- Joined: Wed Jan 12, 2005 7:14 pm
Re: Control Configuration Reseting
Why on Earth are you storing ZSNES in your MAME folder?
KHDownloadsSquall_Leonhart wrote:DirectInput represents all bits, not just powers of 2 in an axis.You have your 2s, 4s, 8s, 16s, 32s, 64s, and 128s(crash course in binary counting!). But no 1s.
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Re: Control Configuration Reseting
I'm trying to keep my emulator stuff mostly in the same place. Can you please answer my question?
Re: Control Configuration Reseting
Code: Select all
attrib -rsh c:\mame\snes /s /d
as for an explanation...
Code: Select all
C:\>attrib /?
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I]
[drive:][path][filename] [/S [/D] [/L]]
+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
I Not content indexed file attribute.
[drive:][path][filename]
Specifies a file or files for attrib to process.
/S Processes matching files in the current folder
and all subfolders.
/D Processes folders as well.
/L Work on the attributes of the Symbolic Link versus
the target of the Symbolic Link
Why yes, my shift key *IS* broken.
-
- New Member
- Posts: 6
- Joined: Sun Jan 09, 2011 10:32 pm
Re: Control Configuration Reseting
none of this is obvious to me as I have never needed to use cmd before.
When I try to use the code I was given, I get an error mesage stating
"Invalid Switch - -rsh"
I'm sorry if I seem like and idiot or something, but nothing I am trying is working
When I try to use the code I was given, I get an error mesage stating
"Invalid Switch - -rsh"
I'm sorry if I seem like and idiot or something, but nothing I am trying is working
Re: Control Configuration Reseting
Then useglowtmickey wrote:When I try to use the code I was given, I get an error mesage stating
"Invalid Switch - -rsh"
Code: Select all
attrib -r -s -h c:\mame\snes /s /d