pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
338 stars 39 forks source link

Cannot change controls #133

Closed McSaks closed 5 years ago

McSaks commented 5 years ago

Nothing happens when I choose Options > Controls. Is it possible to change control keys? Ctrl key seems not to work unless an arrow key is pressed — that’s annoying.

pjasicek commented 5 years ago

"Controls" page is not implemented so all controls remain hardcoded as they are now.

Now sure what you mean by "Ctrl key seems not to work unless an arrow key is pressed" - works for me both on windows and linux. Ctrl key is used for attacking and all attacks work fine - normal/jump/duck attacks.

McSaks commented 5 years ago

That means that I can’t attack while standing still, only being running. I can, though, use (Alt) and change (Shift) weapon. Only Ctrl doesn’t work. I’m using Ubuntu.

pjasicek commented 5 years ago

well it works on my linux vmware machine (also ubuntu) - so not sure what the problem is

McSaks commented 5 years ago

Ok, recoded HandleAction(ActionType_Attack) to another key. Works fine.