-
Notifications
You must be signed in to change notification settings - Fork 2
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
Watchout about x86-64 branch server physics. It is somewhat broken. #60
Comments
Yes I heard. xD Sadly I am in @SligWolf's shoes in this one 😉. He and you explain the problem quite accurately too. 😀 I wonder if this can be solved with bumping the physics iterations. 🤔🤔 |
I see this was not the case however 4 months ago: I never liked gmod physical collisions for trains so I did the dedicated Lua maglevs and E2 ones: |
This has been ruled out. Changing iteration and tick settings does nothing on this issue.
Remember the issue only happens if the server/listenserver runs on branch I don't think your videos were recorded on Lua Maglevs was also an idea that came up multiple times, but Lua tracers running from many trains/wagons are a way more expensive than the C++ physics code running. It is not feasible for every use case neither. For Sligwolf and me it would be a way to difficult to code properly too. Sligwolf and me never needed such workarounds. I am still impressed, though. Everything you need to know about the physics problem is summarized in my linked GMod issue. It is very unlikely that it can be fixed just with changed models and "optimized" sliders/wheels alone, especially without heavy drawbacks. It is a problem that affects everyone in the train building community or even other GMod players too. That's why I insist that people know about this, get the details straight and don't be confused about them. |
Server running the x86-64 branch have been proven to have broken physics. I think this quite important for you and your TA Tool to know about. The physics issue especially affect trains and tracks in all sorts of variants. Even the best adjusted slider track combos will derail after a short ride, even at slow speeds. For more details please see my report in the GMod repository:
Facepunch/garrysmod-issues#5968 - Unstable collision detection in physics on x86-64 branch
At first the issue had been reported to SligWolf and me there:
SW Addons - Bug Reports | Problem with the trains on x64 Chromium Beta
Then we investigated it further more along with other experienced developers and confirmed the issue existing on all platforms (CPU/OS) of x86-64 branch servers (Dedicated server, single player or listen servers).
The text was updated successfully, but these errors were encountered: