Skip to content

Commit

Permalink
September 21st - camera control
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloryness authored Sep 21, 2023
1 parent de3035b commit 80ac120
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,13 @@ Well, I set the maximum pushback value to 32%, because that's the maximum pushba
With the spoilers, I will fill the gap from 32% to 100% but ONLY when airborne and in reverse thrust mode.<br/>
With the spoilers without reverse thrust, throttle will be reduced by 10% (if spoilers are at 100%).

After this, it was basically me testing out the controls on an aircraft and fixing any bugs that occured (a few occured).
After this, it was basically me testing out the controls on an aircraft and fixing any bugs that occured (a few occured).<br/>

### September 21st 2023
After numerous days of playing around with this tool I made, I decided I wanted **MORE POWER**.<br/>
Camera control with the joystick!

Pretty straight forward to implement, however `pydirectinput` didn't have a scroll function so I used `pyautogui` instead, which luckily worked just fine.<br/>
I implemented an external camera toggle, and also a way to move the camera in the cockpit aswell.

Not too shabby if I do say so myself.

0 comments on commit 80ac120

Please sign in to comment.