forked from Clones/Controlify
controller axes calibration
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
"controlify.gui.toggle_sneak.tooltip": "How the state of the sneak button behaves.",
|
||||
"controlify.gui.toggle_sprint": "Sprint",
|
||||
"controlify.gui.toggle_sprint.tooltip": "How the state of the sprint button behaves.",
|
||||
"controlify.gui.auto_jump": "Auto Jump",
|
||||
"controlify.gui.auto_jump.tooltip": "If the player should automatically jump when you reach a block.",
|
||||
"controlify.gui.show_guide": "Show Button Guide",
|
||||
"controlify.gui.show_guide.tooltip": "Show a HUD in-game displaying actions you can do with controller buttons.",
|
||||
"controlify.gui.vmouse_sensitivity": "Virtual Mouse Sensitivity",
|
||||
@ -33,6 +35,8 @@
|
||||
"controlify.gui.right_stick_deadzone": "Right Stick Deadzone",
|
||||
"controlify.gui.right_stick_deadzone.tooltip": "How far the right joystick needs to be pushed before registering input.",
|
||||
"controlify.gui.stickdrift_warning": "Warning: Setting this too low will cause stickdrift! This is where the internals of your controller become mis-calibrated and register small amounts of input when there shouldn't be.",
|
||||
"controlify.gui.auto_calibration": "Automatic Deadzone Calibration",
|
||||
"controlify.gui.auto_calibration.tooltip": "Automatically calibrate the deadzone of your controller.",
|
||||
"controlify.gui.button_activation_threshold": "Button Activation Threshold",
|
||||
"controlify.gui.button_activation_threshold.tooltip": "How far a button needs to be pushed before registering as pressed.",
|
||||
|
||||
@ -58,6 +62,8 @@
|
||||
"controlify.toast.controller_connected.description": "A controller named '%s' has just been connected. You can switch to your other controller in Controlify settings.",
|
||||
"controlify.toast.controller_disconnected.title": "Controller Disconnected",
|
||||
"controlify.toast.controller_disconnected.description": "'%s' was disconnected.",
|
||||
"controlify.toast.controller_calibration.title": "New controller detected",
|
||||
"controlify.toast.controller_calibration.description": "A new controller(s) has been detected, you must calibrate before you use it!",
|
||||
|
||||
"controlify.controller_theme.xbox_one": "Xbox",
|
||||
"controlify.controller_theme.dualshock4": "PS4",
|
||||
@ -76,6 +82,7 @@
|
||||
"controlify.binding.controlify.pause": "Pause Game",
|
||||
"controlify.binding.controlify.inventory": "Open Inventory",
|
||||
"controlify.binding.controlify.change_perspective": "Change Perspective",
|
||||
"controlify.binding.controlify.swap_hands": "Swap Hands",
|
||||
"controlify.binding.controlify.open_chat": "Open Chat",
|
||||
"controlify.binding.controlify.gui_press": "GUI Press",
|
||||
"controlify.binding.controlify.gui_back": "GUI Back",
|
||||
@ -85,13 +92,13 @@
|
||||
"controlify.binding.controlify.pick_block": "Pick Block",
|
||||
"controlify.binding.controlify.toggle_hud_visibility": "Toggle HUD Visibility",
|
||||
"controlify.binding.controlify.show_player_list": "Show Player List",
|
||||
"controlify.binding.controlify.vmouse_lclick": "Virtual Mouse LClick",
|
||||
"controlify.binding.controlify.vmouse_rclick": "Virtual Mouse RClick",
|
||||
"controlify.binding.controlify.vmouse_mclick": "Virtual Mouse MClick",
|
||||
"controlify.binding.controlify.vmouse_scroll_up": "Virtual Mouse Scroll Up",
|
||||
"controlify.binding.controlify.vmouse_scroll_down": "Virtual Mouse Scroll Down",
|
||||
"controlify.binding.controlify.vmouse_escape": "Virtual Mouse Key Escape",
|
||||
"controlify.binding.controlify.vmouse_shift": "Virtual Mouse Key Shift",
|
||||
"controlify.binding.controlify.vmouse_lclick": "VMouse LClick",
|
||||
"controlify.binding.controlify.vmouse_rclick": "VMouse RClick",
|
||||
"controlify.binding.controlify.vmouse_shift_click": "VMouse Shift Click",
|
||||
"controlify.binding.controlify.vmouse_scroll_up": "VMouse Scroll Up",
|
||||
"controlify.binding.controlify.vmouse_scroll_down": "VMouse Scroll Down",
|
||||
"controlify.binding.controlify.vmouse_escape": "VMouse Key Escape",
|
||||
"controlify.binding.controlify.vmouse_shift": "VMouse Key Shift",
|
||||
"controlify.binding.controlify.vmouse_toggle": "Toggle Virtual Mouse",
|
||||
|
||||
"controlify.guide.inventory": "Open Inventory",
|
||||
@ -105,12 +112,21 @@
|
||||
"controlify.guide.dismount": "Dismount",
|
||||
"controlify.guide.swim_down": "Swim Down",
|
||||
"controlify.guide.drop": "Drop Item",
|
||||
"controlify.guide.swap_hands": "Swap Hands",
|
||||
"controlify.guide.attack": "Attack",
|
||||
"controlify.guide.break": "Break",
|
||||
"controlify.guide.use": "Use",
|
||||
"controlify.guide.interact": "Interact",
|
||||
"controlify.guide.pick_block": "Pick Block",
|
||||
|
||||
"controlify.calibration.title": "Controller Calibration for '%s'",
|
||||
"controlify.calibration.info": "This process will optimize settings for your controller to prevent stick drift. Stick drift happens in your controller thumbsticks and outputs slightly wrong values when you aren't touching them at all. Deadzones are used to prevent this.\n\nThis will only take a few seconds.",
|
||||
"controlify.calibration.wait": "Please do not touch your controller thumbsticks until the progress bar is complete. This process will only take a few seconds.",
|
||||
"controlify.calibration.complete": "Calibration complete! You can now use your controller. Press done to return to the game.",
|
||||
"controlify.calibration.ready": "Ready",
|
||||
"controlify.calibration.done": "Done",
|
||||
"controlify.calibration.calibrating": "Calibrating...",
|
||||
|
||||
"controlify.beta.title": "Controlify Beta Notice",
|
||||
"controlify.beta.message": "You are currently using Controlify Beta.\n\nThis mod is a work in progress and will contain many bugs. Please, if you spot a bug in this mod or have a suggestion to make it even better, please create an issue on the %s!\n\nYou can always find the link to the issue tracker in Controlify's settings menu.",
|
||||
"controlify.beta.message.link": "issue tracker",
|
||||
|
Reference in New Issue
Block a user