Help

Stick values only between 0 and 100?

I don't know what causes this, but as a work around open the following file
AppData\LocalLow\SigSegOwl\pr0drone\input.json
and add a normalization processor like
normalize(min=0.0,max=1.0,zero=0.5)
to the desired stick axis. This scales values from 0 to -100, so the full range between -100 and 100 is available.

How do I change my rates?

Start a race and connect to the virtual fc with the betaflight-configurator. Go to the PID Tunig menu and then Rateprofile Settings as pictured below and adjust your rates and hit save:

How do I connect to the configurator?

In case you don't have it yet, download the betaflight-configurator and start it. In the upper bar switch to Manual Selection and set the following address as Port:

tcp://127.0.0.1:5761

Make sure pr0p is in a race, otherwise the virtual fc is not running and no connection can be established.

Connection lost...

Some configuration changes in the betaflight configurator stop the simulation process and the game reports a lost connection. Just exit the current race and start a new one. This restarts the simulation process.

If the simulation could never establish a connection, then you have to figure out if another process is using some of the following ports:

  • 30713 - state reception
  • 30714 - rc reception
  • 30715 - state transmission

Other reasons could be restrictions in firewall settings, or some restrictions that forbid the start of the simulation process. In this case it is possible to manually start SimFlight.exe in pr0drone_Data/Sim and then enter a race in the game to see if a connection can be established. Note: manually starting the simulation alters the directory where the eeprom is read from and where the blackbox is writen to!

One of my switches is not recognized

Unfortunately I don't own each and every remote control, so I can't create custom HID mappings for every controller in existence. Make sure your model on your remote control is configured to pass the switch, or use a different switch.

How do I reset the flight controller config?

Easy: go to AppData\LocalLow\SigSegOwl\pr0drone\config\quad\ and delete the eeprom file (.bin) for the quad configuration your want to reset. Exit and restart a race and you have the betaflight defaults set.

Don't forget to configure modes again!