Added more questions in FAQ. Thanks @djBaro
This commit is contained in:
parent
c5a2fbeeb5
commit
9c58854d8e
65
index.html
65
index.html
@ -493,6 +493,68 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse7" aria-expanded="false" aria-controls="flush-collapse7">Can I reset a permanent calibration to previous calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse7" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">No.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse8" aria-expanded="false" aria-controls="flush-collapse8">Can you overwrite a permanent calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse8" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Yes. Simply do another permanent calibration.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse9" aria-expanded="false" aria-controls="flush-collapse9">Does this software resolve stickdrift?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse9" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.</p>
|
||||
<p class="ds-i18n">This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.</p>
|
||||
<p class="ds-i18n">I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse10" aria-expanded="false" aria-controls="flush-collapse10">(Dualsense) Will updating the firmware reset calibration?</button>
|
||||
</h2>
|
||||
<div id="flush-collapse10" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">No.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse11" aria-expanded="false" aria-controls="flush-collapse11">After range calibration, joysticks always go in corners.</button>
|
||||
</h2>
|
||||
<div id="flush-collapse11" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
|
||||
<div class="accordion-body">
|
||||
<p class="ds-i18n">This issue happens because you have clicked "Done" immediately after starting a range calibration.</p>
|
||||
<b><p class="ds-i18n">Please read the instructions.</p></b>
|
||||
<p class="ds-i18n">You have to rotate the joysticks before you press "Done".</p>
|
||||
<p class="ds-i18n">Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.</p>
|
||||
<p class="ds-i18n">Only after you have done that, you click on "Done".</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header">
|
||||
<button class="ds-i18n accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapse6" aria-expanded="false" aria-controls="flush-collapse6">I love this service, it helped me! How can I contribute?</button>
|
||||
@ -508,6 +570,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@ -520,7 +583,7 @@
|
||||
<div class="container">
|
||||
<footer>
|
||||
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top" id="footbody">
|
||||
<p><span class="ds-i18n">Version</span> 1.4 (2024-08-14) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
<p><span class="ds-i18n">Version</span> 1.5 (2024-09-21) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
|
||||
<ul class="list-unstyled d-flex">
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>
|
||||
|
@ -167,5 +167,21 @@
|
||||
"Err L:": "Грешка Л:",
|
||||
"Check circularity": "Проверка на кръговостта",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -169,5 +169,20 @@
|
||||
"Err L:": "Chyba L",
|
||||
"Check circularity": "Zkontrolujte rozsah",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -167,5 +167,20 @@
|
||||
"Err L:": "Fehler L:",
|
||||
"Check circularity": "Kreisförmigkeit prüfen",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -167,5 +167,20 @@
|
||||
"Err L:": "Error I:",
|
||||
"Check circularity": "Comprobar circularidad",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -164,5 +164,21 @@
|
||||
"Err R:": "Err D:",
|
||||
"Err L:": "Err G:",
|
||||
"Check circularity": "Vérifier la circularité",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -167,5 +167,20 @@
|
||||
"Err L:": "Hibaarány B:",
|
||||
"Check circularity": "Körkörösség ellenőrzése",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -167,5 +167,21 @@
|
||||
"Err L:": "Err Sx:",
|
||||
"Check circularity": "Controlla circolarità",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "Posso annullare una calibrazione permanente?",
|
||||
"No.": "No.",
|
||||
"Can you overwrite a permanent calibration?": "Posso sovrascrivere una calibrazione permanente?",
|
||||
"Yes. Simply do another permanent calibration.": "Sì. Semplicemente, fai un'altra calibrazione permanente.",
|
||||
"Does this software resolve stickdrift?": "Questo software risolve lo stick drift?",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "Lo stick drift è causato da difetti fisici; ad esempio polvere, potenziometri consumati o in alcuni casi una molla consumata.",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "Questo software non sistemerà lo stick drift magicamente se hai già problemi, ma assicura che nuovi joystick analogici possano funzionare correttamente dopo averli sostituiti.",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "Alcuni controller comunque hanno una calibrazione di fabbrica peggiore di quella che puoi ottenere con questo sito. Particolarmente vero per alcuni controller SCUF con scocca unica.",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "(Dualsense) Aggiornare il firmware annulla la calibrazione?",
|
||||
"After range calibration, joysticks always go in corners.": "Dopo la calibrazione del range, i joystick vanno sempre all'angolo.",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "Questo succede perché hai cliccato \"Fatto\" subito dopo aver avviato la calibrazione del range.",
|
||||
"Please read the instructions.": "Leggi le istruzioni.",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "Devi ruotare i joystick prima di premere \"Fatto\".",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "Assicurati di ruotare gli analogici fino a toccare i bordi, preferibilmente in ogni direzione - senso orario e antiorario.",
|
||||
"Only after you have done that, you click on \"Done\".": "Solo dopo che hai fatto questo, clicca \"Fatto\".",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -168,5 +168,20 @@
|
||||
"Err L:": "エラー 左:",
|
||||
"Check circularity": "円形を確認",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -166,5 +166,20 @@
|
||||
"Err L:": "오류 왼쪽:",
|
||||
"Check circularity": "원형 확인",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -167,5 +167,20 @@
|
||||
"Err L:": "Err L:",
|
||||
"Check circularity": "Controleer de circulariteit",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
"": ""
|
||||
}
|
||||
|
@ -169,5 +169,22 @@
|
||||
"Err L:": "Błędność L",
|
||||
"Check circularity": "Sprawdź okrężność",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -168,5 +168,21 @@
|
||||
"Err L:": "Erro E:",
|
||||
"Check circularity": "Verificar circularidade",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -168,5 +168,21 @@
|
||||
"Err L:": "Ошибка Л:",
|
||||
"Check circularity": "Проверить округлость",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -168,5 +168,21 @@
|
||||
"Err L:": "Hata S:",
|
||||
"Check circularity": "Daireselliği kontrol et",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
@ -169,5 +169,21 @@
|
||||
"Err L:": "左摇杆错误率",
|
||||
"Check circularity": "检查摇杆外圈圆度。",
|
||||
|
||||
"Can I reset a permanent calibration to previous calibration?": "",
|
||||
"No.": "",
|
||||
"Can you overwrite a permanent calibration?": "",
|
||||
"Yes. Simply do another permanent calibration.": "",
|
||||
"Does this software resolve stickdrift?": "",
|
||||
"Stickdrift is caused by a physical defect; namely dirt, worn potentiometer or in some cases a worn spring.": "",
|
||||
"This software will not fix stick drift on its own if you already experience that. What it will help with, is ensuring the new joystick(s) will function properly after replacing the old one(s) to work well with.": "",
|
||||
"I have noticed some controllers out of the box have worse factory calibration than if I would recalibrate them. Especially true for circularity of SCUF controllers with a unique shell.": "",
|
||||
"(Dualsense) Will updating the firmware reset calibration?": "",
|
||||
"After range calibration, joysticks always go in corners.": "",
|
||||
"This issue happens because you have clicked \"Done\" immediately after starting a range calibration.": "",
|
||||
"Please read the instructions.": "",
|
||||
"You have to rotate the joysticks before you press \"Done\".": "",
|
||||
"Make sure to touch the edges of the joystick frame and rotate slowly, preferably in each direction - clockwise and anti-clockwise.": "",
|
||||
"Only after you have done that, you click on \"Done\".": "",
|
||||
|
||||
"": ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user