ubuntuusers.de

Minecraft erkennt ß-Taste nicht

Status: Gelöst | Ubuntu-Version: Ubuntu 14.04 (Trusty Tahr)
Antworten |

maeries

Anmeldungsdatum:
16. April 2010

Beiträge: 449

Hallo zusammen,

ich wollte gerade den Minecraftmod Attack of the B-team spielen. Jedoch kann ich dort nicht die Morph-Leiste öffnen. Standardmäßig muss man dafür die ß-Taste drücken, diese wird aber nicht erkannt. Das sieht man auch daran, dass wenn ich in vanilla Minecraft versuche eine Aktion auf die ß-Taste zu setzen mir nur "NONE" statt der Taste angezeigt wird. Unter Windows ist es nicht so.

Ich habe openjdk 7 installiert

Gruß

Kelhim

Avatar von Kelhim

Anmeldungsdatum:
18. September 2006

Beiträge: 3642

Wohnort: Köln

Wahrscheinlich liegt es an deinem deutschen Keyboard-Layout. In den Spieleinstellungen kannst du der Aktion eine andere Taste zuweisen.

Benno-007

Anmeldungsdatum:
28. August 2007

Beiträge: 29240

Wohnort: Germany

Läuft das unter Wine? Wenn ja, checke mal da die Einstellungen der Tastatur o.ä..

maeries

(Themenstarter)

Anmeldungsdatum:
16. April 2010

Beiträge: 449

Kelhim schrieb:

Wahrscheinlich liegt es an deinem deutschen Keyboard-Layout. In den Spieleinstellungen kannst du der Aktion eine andere Taste zuweisen.

Aber wo genau? Unter Optionen->controls->morph kann ich unter Windows eingeben, was ich will, ich muss immer noch "ß" drücken. Und dementsprechend bring die Einstellung unter Ubuntu auch nichts. Ich habe auch mal mein Layout auf USA geändert, das hat aber auch nichts geholfen.

Benno-007 schrieb:

Läuft das unter Wine? Wenn ja, checke mal da die Einstellungen der Tastatur o.ä..

Nein, ohne Wine

Kelhim

Avatar von Kelhim

Anmeldungsdatum:
18. September 2006

Beiträge: 3642

Wohnort: Köln

Mit dem deutschen Layout meine ich, dass das Spiel die Aktion mit der Taste ß verbindet, du deine deutsche Tastatur mit einem deutschen Layout bedienst und dort auch die Taste ß findest, das Spiel sie aber wahrscheinlich als die Taste an dieser Stelle im englischen Layout interpretiert (nämlich als - ). Wenn du stattdessen ein englisches Layout benutzt und die deutsche ß -Taste drückst, wird sie ja erst recht als andere Taste interpretiert (nämlich als - ).

Darum wäre es die einfachste Lösung, in den Spieleinstellungen eine andere Taste für diese Aktion festzulegen. Wenn die Tastenbelegung in den Spieleinstellungen nicht geändert werden kann, ist es aber ein Fehler des Spiels, oder? Oder sind bloß alle anderen Tasten schon belegt?

Kelhim

Avatar von Kelhim

Anmeldungsdatum:
18. September 2006

Beiträge: 3642

Wohnort: Köln

maeries

(Themenstarter)

Anmeldungsdatum:
16. April 2010

Beiträge: 449

Sowas in der Art hatte ich auch schon gefunden. In der Datei kann man auch alle Tasten ändern, nur nicht die zum Öffnen.

Hier ist das Ding, falls ihr selber mal suchen wollt:

# Configuration file

####################
# client
#===================
# These options are client only.
# Check here for key codes for the config: http://www.minecraftwiki.net/wiki/Key_codes
####################

client {
    # Allow the mod to override player hand rendering?
    # 0 = No
    # 1 = Yes
    I:handRenderOverride=1

    # Allow an ingame keybind editor hook for Morph?
    # Disable this only if you have issues in the keybind menu.
    # 0 = No
    # 1 = Yes
    I:ingameKeybindEditorHook=1

    # Key Code to favourite/unfavourite morph on the selector and show the radial menu.
    # Default: 41 (` [also known as ~])
    I:keyFavourite=41

    # Key Code to close the selector.
    # Default: 1 (Esc)
    I:keySelectorCancel=1

    # Key Code to go down on the selector
    # Default: 27 (])
    I:keySelectorDown=27

    # Key required to hold to use down key on the selector
    # 0 = None
    # 1 = Shift
    # 2 = Ctrl
    # 3 = Alt
    # Default: 0
    I:keySelectorDownHold=0

    # Key Code to go left on the selector
    # Default: 26 ([)
    I:keySelectorLeft=26

    # Key required to hold to use left key on the selector
    # 0 = None
    # 1 = Shift
    # 2 = Ctrl
    # 3 = Alt
    # Default: 1
    I:keySelectorLeftHold=1

    # Key Code to remove morph on the selector.
    # Delete also works by default
    # Default: 14 (Backspace)
    I:keySelectorRemoveMorph=14

    # Key Code to go right on the selector
    # Default: 27 (])
    I:keySelectorRight=27

    # Key required to hold to use right key on the selector
    # 0 = None
    # 1 = Shift
    # 2 = Ctrl
    # 3 = Alt
    # Default: 1
    I:keySelectorRightHold=1

    # Key Code to select morph on the selector.
    # Default: 28 (Enter/Return)
    I:keySelectorSelect=28

    # Key Code to go up on the selector
    # Default: 26 ([)
    I:keySelectorUp=26

    # Key required to hold to use up key on the selector
    # 0 = None
    # 1 = Shift
    # 2 = Ctrl
    # 3 = Alt
    # Default: 0
    I:keySelectorUpHold=0

    # As per request, render the crosshair position when in the radial menu.
    # 0 = No
    # 1 = Yes
    I:renderCrosshairInRadialMenu=0

    # Show the abilities the morph has in the GUI?
    # 0 = No
    # 1 = Yes
    I:showAbilitiesInGui=1

    # Sort the morphs in the GUI?
    # 0 = Order of acquisition (Server default)
    # 1 = Alphabetically (according to Operating System)
    # 2 = Alphabetically, and attempt to sort grouped morphs as well
    # 3 = Most recently used since connecting to the server
    I:sortMorphs=0
}


####################
# gameplay
#===================
# These options affect the gameplay while using the mod.
####################

gameplay {
    # Enable abilities?
    # 0 = No
    # 1 = Yes
    I:abilities=1

    # Requested by SoundLogic
    # Can you open the morph GUI?
    # 0 = No
    # 1 = Yes
    I:allowMorphSelection=1

    # Prevent players from acquiring these mobs as a morph.
    # Leave blank to allow acquisition of all compatible mobs.
    # Formatting is as follows: <class>, <class>, <class>
    # Example: am2.entities.EntityBattleChicken, biomesoplenty.entities.EntityJungleSpider, thaumcraft.common.entities.monster.EntityWisp
    S:blacklistedMobs=

    # Can you acquire boss morphs?
    # This is disabled by default due to morphing issues with mobs like the EnderDragon, Twilight Forest's Hydra and Naga, etc.
    # 0 = No
    # 1 = Yes
    I:bossMorphs=0

    # Can you sleep while morphed?
    # 0 = No
    # 1 = Yes
    I:canSleepMorphed=0

    # Can you acquire child mob morphs?
    # Disabled by default due to improper morph transitions
    # 0 = No
    # 1 = Yes
    I:childMorphs=0

    # Disable the flight ability until a player...
    # 0 = Enable early game flight
    # 1 = ...has reached the nether
    # 2 = ...has killed the Wither
    I:disableEarlyGameFlight=0

    # Force the mod to use the local copy of the ModMobAbilitySupport?
    # This is meant for debugging purposes and for modified local mod mob abilities mappings.
    # Do take note that mappings server and clientside are not synched so both ends will require the same mappings.
    # 0 = No
    # 1 = Yes
    I:forceLocalModAbilityPatch=0

    # Hostile Ability Distance Check for Hostile Ability Mode 4
    # You have to be *this* close before hostile mobs know you are not one of them.
    # Default: 6
    I:hostileAbilityDistanceCheck=6

    # Hostile Ability Modes
    # 0 = Off, hostile mobs attack you despite being morphed.
    # 1 = Hostile mobs do not attack you if you are a hostile mob.
    # 2 = Hostile mobs of different types do not attack you if you are a hostile mob but hostile mobs of the same kind do.
    # 3 = Hostile mobs of the same type do not attack you but hostile mobs of other types attack you.
    # 4 = Hostile mobs have a decreased detection range around you.
    # If you'd like to turn on Hostile Ability, I'd recommend Mode 2 (personal preference)
    I:hostileAbilityMode=0

    # Will you insta-morph into a new morph acquired?
    # 0 = No
    # 1 = Yes
    I:instaMorph=0

    # Will you lose your morphs on death?
    # 0 = No
    # 1 = Yes, all morphs
    # 2 = Yes, the morph you're currently using
    I:loseMorphsOnDeath=0

    # Enable mod mob ability patching?
    # This support is mostly provided by the community and is not officially supported by the mod
    # If a mod mob you like doesn't have an ability, you can contribute to the mappings on the Morph Github page.
    # 0 = No
    # 1 = Yes
    I:modAbilityPatch=1

    # Enable mod mob NBT Stripping?
    # This support is mostly provided by the community and is not officially supported by the mod
    # The stripper was added to remove non-essential information from the Entity NBT to remove duplicate morphs.
    # 0 = No
    # 1 = Yes
    I:modNBTStripper=1

    # Can you acquire player morphs?
    # 0 = No
    # 1 = Yes
    I:playerMorphs=1

    # Only allow these players to use the Morph skill.
    # Leave blank to allow all players to use the skill.
    # Formatting is as follows: <name>, <name>, <name>
    # Example: Cojomax99, pahimar, ohaiiChun
    S:whitelistedPlayers=
}

Kelhim

Avatar von Kelhim

Anmeldungsdatum:
18. September 2006

Beiträge: 3642

Wohnort: Köln

Das muss ein Bug im Spiel sein … Kannst du nicht direkt mit den Tasten, die du zum Navigieren im Morph-Menü festgelegt hast, auch das Morph-Menü öffnen? Die müsstest du aber auch erst in der Datei ändern. Edit: Also gar nicht erst extra öffnen, sondern direkt die Tasten zum Bewegen im Morph-Menü drücken?

maeries

(Themenstarter)

Anmeldungsdatum:
16. April 2010

Beiträge: 449

Tatsache, so geht es. Ich habe nur in der Datei die Navigation auf die Pfeiltasten gelegt.

Antworten |