Elias Hogstvedt

Results 110 comments of Elias Hogstvedt

can you save the outfit and post here? It looks like you (or less likely someone/something else) put a bone part on you and is not part of your outfit.

OpenAL-soft has midi extensions so if that works properly I don't think there's any need to mess with libfluidsynth if you're going to support midi. I think it's best to...

correct me if i'm wrong, but that link is highly suspicious. see https://www.virustotal.com/gui/file/b127de888f09ce23937c12b7fccfa47a8f48312b0e43eb59b6243f665c6d366a for the scan of x86_64-w64-ranlib.exe

> > correct me if i'm wrong, but that link is highly suspicious. > > see https://www.virustotal.com/gui/file/b127de888f09ce23937c12b7fccfa47a8f48312b0e43eb59b6243f665c6d366a for the scan of x86_64-w64-ranlib.exe > > the problem is fixed I used...

Maybe using 2d to 3d ai is a good enough? You'll still have to rig the model though. https://youtu.be/98pIeN-3A3Q https://synexa.ai/explore/tencent/hunyuan3d-2 (this can be run locally for free if you have...

@thedaneeffect Interesting workaround. I'll probably make a toggleable clientside fix that does this with the players player model. @robotboy655 Sorry, I don't see what that has to do with this.

Great, got it working with this shell.nix and copying over some animation.xml file ``` { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ python3 python3Packages.pyqt5 python3Packages.ewmh...

> No problem; I'll give this a try and test it later (quite busy at the moment). It's quite some code to go through. I see you simplified the unit...

#11 > Hi, good that you did not merge this change. As far as I know, timeouts only occur when the socket is blocking. Other than that I'd rather not...

I've fixed the poll api and added socket:poll(timeout, ...flags), as well as fixed the timeout with blocking sockets. So there are 2 ways to deal with this now. One is...