-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change area you need to over take someone? #503
Comments
I remember having this problem a little while ago. I believe that you need to go into the src/server/server.js file and you need to find the collision lines and manually increase the radius of the collision boundary. |
Ill do my best to find it, I don't know Java Script! |
Anyone solved this issue? |
I have solved this issue on my local environment, just check the file I mentioned above and it should work fine |
Yes, I have been during this 33 min trying different modification on line 533. Where it is apparently where the collision takes place:
I just can not achieve it, I have tried several configurations of that line but nothing 😔 |
My information is based on commit 8883ef0 |
@bpflt If you could share the specific line where fix this issue would be great |
I made that fix years ago on a machine which I no longer have so won't be able to share, but I'll have a look into it at some point soon and see if I can fix. |
Cool. No worries I found a different repository with better upgrades including this feature |
How do I change the size you need to overtake someone? Right now both player needs to be in both centers.
The text was updated successfully, but these errors were encountered: