Moderator: Tech Team
snakedoctor wrote:same for me...it's so annoying
Lancelot du Lac wrote:I had the same problem. I think it is a problem of cookies. You must be in Private browsing.
dhallmeyer wrote:Any chance of changing the default settings to no confirmations?
// 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'
};
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.
- 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'
};
this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
dhallmeyer 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?
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.
- 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'
};
this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
Users browsing this forum: No registered users