WASD Camera Control (Configurable)

For code related discussions and questions
Post Reply
User avatar
CMDPete
New user
Posts: 4
Joined: 07 Jul 2019, 16:21

WASD Camera Control (Configurable)

Post by CMDPete »

Hello,

I've submitted a draft pull request [1] with the following text:

I'm working on a patch to allow WASD control of the camera.
I'd like some advice on what to remap 'S' and 'D' since they are in use by default.

Also, I'm trying to get the keymapping to work from the game's settings UI.
As you can see I've appended the new mapping option to the keymap.cpp file, but not sure where to go next?

Thanks,
Pete

[1] https://github.com/Warzone2100/warzone2100/pull/434
aliswe
Trained
Trained
Posts: 63
Joined: 01 Apr 2020, 22:11

Re: WASD Camera Control (Configurable)

Post by aliswe »

A good idea with WSAD! Too bad it conflicts with existing keys ... PRs like this are a bit unfortunate because you already did lots of work, but one never knows how it will be received by the community.

That's why I check for feedback before even starting work on something.
Post Reply