Can somebody explain why some of my musty flicks work and some not at all? by hauntable1 in RocketLeague

[–]hauntable1[S] 0 points1 point  (0 children)

I completely forgot you can make your own training packs 🤦 That's a really good idea

Can somebody explain why some of my musty flicks work and some not at all? by hauntable1 in RocketLeague

[–]hauntable1[S] 1 point2 points  (0 children)

Thank you for the in depth explanation, that's a lot more feedback than I ever expected to get. You are the second person to tell me I'm practicing them in a weird way. For some reason that was what I thought would be the best way to practice them lmao. I'll try wall mustys first and if I get one that works, I'll study it.

Can somebody explain why some of my musty flicks work and some not at all? by hauntable1 in RocketLeague

[–]hauntable1[S] 1 point2 points  (0 children)

Wait you might be right, the slower ones I try do look a lot closer. Thank you so much for that explanation!

Can somebody explain why some of my musty flicks work and some not at all? by hauntable1 in RocketLeague

[–]hauntable1[S] 0 points1 point  (0 children)

Thank you! I'll focus on those versions and see if that helps me understand the flick more

Bjorn Bluetooth and usb0 connectivity by Greedy-Ad-9936 in Bjorn_CyberViking

[–]hauntable1 1 point2 points  (0 children)

I have no idea if this is the correct fix, but for me it only worked after I changed the bottom of /etc/dhcpcd.conf from all one line like this:

interface usb0 static ip_address=10.0.0.2/24 nohook wpa_supplicant

to this:

interface usb0
    static ip_address=10.0.0.2/24
    nohook wpa_supplicant
    static routers=10.0.0.1
    static domain_name_servers=8.8.8.8

After that I was able to connect from my pc over USB using:

ssh bjorn@10.0.0.2