Moderator: Tech Team


+1snakedoctor wrote:same for me...it's so annoying

I'm in private browsing also but it never happened to me before this update. Plus even when I do not close off ff I still get the problem every time I have to log back into CC... that should happen if it was just cookiesLancelot du Lac wrote:I had the same problem. I think it is a problem of cookies. You must be in Private browsing.


This would be a great change!!!dhallmeyer wrote:Any chance of changing the default settings to no confirmations?
Code: Select all
// set default preferences, then update userPrefs if necessary
defaultPrefs = {
actionMenu:'normal',
mapBorder:'thin',
showCrosshairs:'Y',
showFromMarker:'Y',
showAdvanceToMarker:'Y',
showFloatingQuantity:'Y',
showToolTips:'Y',
confirmDeploy:'Y',
confirmAssault:'N',
'confirmAuto-Assault':'N',
confirmAdvance:'Y',
confirmFortify:'Y',
confirmPhaseEnd:'Y',
phaseEndHotkey:'e'.charCodeAt(0),
nextGameHotkey:'n'.charCodeAt(0),
jumpToMapHotkey:'m'.charCodeAt(0),
refreshMapHotkey:'r'.charCodeAt(0),
beginTurnHotkey:'b'.charCodeAt(0),
increaseArmiesHotkey:'w'.charCodeAt(0),
decreaseArmiesHotkey:'s'.charCodeAt(0),
useMouseWheel:'Y',
deploymentClicks:'Left-1 Right-Selected'
};
Thanks mate it works perfect!!dgz345 wrote:im not the creator of the script. and ill not change the default for everyone. because its there to prevent missclicks for new users. in a sense of making script it would be wrong to have that as the default option.
you can change your own default in your script.this code is from line 1415 in Clickys 4.16Code: Select all
// set default preferences, then update userPrefs if necessary defaultPrefs = { actionMenu:'normal', mapBorder:'thin', showCrosshairs:'Y', showFromMarker:'Y', showAdvanceToMarker:'Y', showFloatingQuantity:'Y', showToolTips:'Y', confirmDeploy:'Y', confirmAssault:'N', 'confirmAuto-Assault':'N', confirmAdvance:'Y', confirmFortify:'Y', confirmPhaseEnd:'Y', phaseEndHotkey:'e'.charCodeAt(0), nextGameHotkey:'n'.charCodeAt(0), jumpToMapHotkey:'m'.charCodeAt(0), refreshMapHotkey:'r'.charCodeAt(0), beginTurnHotkey:'b'.charCodeAt(0), increaseArmiesHotkey:'w'.charCodeAt(0), decreaseArmiesHotkey:'s'.charCodeAt(0), useMouseWheel:'Y', deploymentClicks:'Left-1 Right-Selected' };
change the default settings here.
the confirms are 'Y' or 'N'


You should be able to just edit it just like with 4.16...although dgz could tell you for suredhallmeyer wrote:Ack! I upgraded to 4.17 and we're back to changing preferences every time. Now I can't find the older version I was using. Any ideas?


clickys are saving options. but not if you use private browsing. or delete the options when you close the browser.dgz345 wrote:im not the creator of the script. and ill not change the default for everyone. because its there to prevent missclicks for new users. in a sense of making script it would be wrong to have that as the default option.
you can change your own default in your script.this code is from line 1415 in Clickys 4.16Code: Select all
// set default preferences, then update userPrefs if necessary defaultPrefs = { actionMenu:'normal', mapBorder:'thin', showCrosshairs:'Y', showFromMarker:'Y', showAdvanceToMarker:'Y', showFloatingQuantity:'Y', showToolTips:'Y', confirmDeploy:'Y', confirmAssault:'N', 'confirmAuto-Assault':'N', confirmAdvance:'Y', confirmFortify:'Y', confirmPhaseEnd:'Y', phaseEndHotkey:'e'.charCodeAt(0), nextGameHotkey:'n'.charCodeAt(0), jumpToMapHotkey:'m'.charCodeAt(0), refreshMapHotkey:'r'.charCodeAt(0), beginTurnHotkey:'b'.charCodeAt(0), increaseArmiesHotkey:'w'.charCodeAt(0), decreaseArmiesHotkey:'s'.charCodeAt(0), useMouseWheel:'Y', deploymentClicks:'Left-1 Right-Selected' };
change the default settings here.
the confirms are 'Y' or 'N'