Some time ago I had experimented with scripts using wingmen that follow you around. The problem was that time acceleration was limited to 10x and forced time acceleration (pressing Ctrl while selecting) did not work. I checked the code and found that being fired on and being close to another ship are treated as exceptions that don't allow forced acceleration. I changed it to allow forced acceleration when another ship is close - but not when you are fired on.
My problem is - I have never worked with C++ or git, just getting started. The fix works fine on my machine and I have tried to upload it to git using the following commands:
Code: Select all
git checkout -b forced_time_acceleration
git commit -a -m "Enabled forced time acceleration"
git push origin forced_time_acceleration
Am I missing something? Do I need another set of credentials for pushing something to the pioneer repository?
Thank you,
Claudius