Hi! We've seen a few posts suggesting multithreading as a performance fix and have refrained from writing back to avoid sounding nitpicky or besserwissery, when we understand these problems are really frustrating for you. But the next update is getting close and probably will not flat-out eliminate all performance issues, so I thought I'd drop by and write a little bit about this now that it has come up again.
Barotrauma actually already employs multithreading in some places, and adding more might indeed be helpful, but only to a degree. It's not the only or most effective thing we could do to improve performance, because the current problems are probably not greatly affected by whether the game uses a single core or multiple ones. The problems also do not appear to be tied to any single cause, such as a particular hardware make, that would help to pinpoint and address them neatly. Instead, the issues that have cropped up, particularly following the latest update, are mo...
Read more