SpaceMonkeyy86

Results 20 comments of SpaceMonkeyy86

@leonidasjan These should be fixed now. For the sound effects, that is not really relevant for this PR since the sound *is* synced, but it was probably designed to play...

@leonidasjan Thanks, it should be impossible for other players to be hit with the grappling hook now.

Merging #2137 created a lot of merge conflicts with this PR since both of them completely rewrote a lot of the same subsystems code. I will need to do some...

Never mind, that was suspiciously easy. We definitely need some in-game tests because I have a hard time believing everything is still working after that.

Results from in-game testing: - "Couldn't find entity for ___" errors in server when swapping arms (sync still works) - SFX of drill whirring is audible everywhere for other players...

The docking and undocking issues were found to be unrelated to this PR, and the other fixes are not necessary for 1.8, so this PR should be considered all good...

I believe this is the wrong repository - https://github.com/SubnauticaNitrox/Nitrox.Discovery contains the code that searches for game installations. There used to be a finder that read an environment variable and looked...

Also, I hear you should use `lib.fileset` to choose the specific files you need from the installation. That way the other files can change from updates without requiring a rebuild....

> Something like https://noogle.dev/f/lib/fileset/intersection? Definitely looks useful, I just need to find out which files are actually needed :) There's a lot of good information on filesets here: https://nix.dev/tutorials/working-with-local-files.html. I...

I also tested it and everything works properly. We should close this issue IMO.