Comments

Log in with itch.io to leave a comment.

Hi! wanted to play your game coop but I can't enter pressing pad start. Is player 1 supposed to play with keyboard? Because I can play player 1 with pad or keyboard but pad 2 does nothing in neither case

Howdy! The control scheme allows one player to use the keyboard and another player to use a gamepad, but it doesn't support two gamepads. I think only the 'A' button will select an option from the title screen, pressing the start button on the gamepad will let the 2nd player use the gamepad once you've found the companion.

Thanks, but I could not make it work p1 with keyboard, I find the companion, and the pad moves p1 same as the keyboard no matter I press start, p2 does nothing for me

a little help pls i cant use my arrow keys are broken making it impossible to play can you make a alternate controls?

Thanks for taking a look at my game! It's possible to change the controls by manually editing a settings file in your local AppData folder. You can find it here, just replace ${USER_NAME} with your current Windows user name and make sure that hidden files are visible in your Windows Explorer settings:

C:\Users\${USER_NAME}\AppData\Local\LastPanderling2/Settings.xml


When you open up this file in Notepad or another text editor, it should have a section like this:

  <KeyboardBindings>
    <Up>Up</Up>
    <Right>Right</Right>
    <Down>Down</Down>
    <Left>Left</Left>
    <Attack>Z</Attack>
    <Interact>X</Interact>
    <Dodge>C</Dodge>
    <Confirm>Enter</Confirm>
    <Cancel>Escape</Cancel>
    <Menu>Escape</Menu>
  </KeyboardBindings>


Just change the Up/Right/Down/Left values  like so to use WASD movement:

  <KeyboardBindings>
    <Up>W</Up>
    <Right>D</Right>
    <Down>S</Down>
    <Left>A</Left>

    <Attack>Z</Attack>
    <Interact>X</Interact>
    <Dodge>C</Dodge>
    <Confirm>Enter</Confirm>
    <Cancel>Escape</Cancel>
    <Menu>Escape</Menu>
  </KeyboardBindings>

Alternatively, you can plug in a USB gamepad and use that instead. Let me know if this fixes your issue!
(1 edit)

thx for the help and info but i cant seem to find it on my computer it says the file dosent exist and i enabled hidden files but thx anyways! ill just try it on a different computer

best 2player rpg game

(+2)

Wooo can’t wait to play!