Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Ok so I like to couch play with my friends on the same laptop. Does anyone know how to setup the aiming for the two keyboard controls. I mean i know how to setup the shooting. I want it to aim in the direction I move. So if i move left then i want the aim of the gun to aim left and vice versa as well as up and down. I will include what I have done so far and if anyone could help that would be great. I tried already and can only get it to face one direction. Is there like a negative y or negative x axis because if there is I can just set the controls. Any help would be much appreciated.

Thanks.

__________________________________________________________________

[0]

name=Keyboard

left=A

right=D

up=W

down=S

shoot=Q

ability=C

take=E

switch=R

restart=(Ctrl*R)

confirm=Q

back=Escape

aimx=D

aimy=W

chat=T

[1]

name=Keyboard2

left=Left

right=Right

up=Up

down=Down

shoot=M

ability=N

take=B

switch=K

restart=(Ctrl*R)

confirm=M

back=Escape

aimx=Right

aimy=Up

chat=T

I also downloaded SuperCrateBox Multiplayer as well and was hoping that if you can do 2 people couch multiplayer it would also work with SuperCrateBox as Well as Wasteland Kings.

Thanks.

There kind of is negative and positive side to an axis - in fact, all inputs are mathematical expressions, so to add a negative side to both you would just do:

aimx=D-A
aimy=S-W

You can also use parenthesis `()` and basic operators `+ - * / % < <= > >= == <> && ||`, so it might be possible to finetune keyboard aiming to a usable state. If not, I'll be looking to further expand what is possible to do with this in future.

Ok thanks!

Ok so the

aimx=D-A
aimy=S-W

Was working quite well until I got the part where I leveled up and had to pick a perk at which point I could not point to the perk to select. Could there be a way that per se everytime I clicked the W button it would move the aimer so far up and click the S to move it a increment down. Like so you could move it in increments of like a couple cm?

Tried Messing around with it already and Nothing i tried worked.

If you could help that would be great. Thanks!

If you have a mouse (as opposed to a trackpad), the simplest solution would be to make a scheme that uses a part of the keyboard and the mouse, and assign it to the first player slot (first player is the one that picks the mutations).

Otherwise, you could, for example, make it so that a couple of other keys would move the cursor to where the mutation buttons are,

aimx=(D-A)-Digit1*0.44-Digit2*0.22+Digit3*0.22+Digit4*0.44

I'll include a couple of new things for control schemes in the next update.