coatlessali / UltraNix

Lets you run ULTRAKILL on x86_64 Linux and MacOS natively with OpenGL.
Other
38 stars 3 forks source link

Steam and Discord integrations don't work #17

Open OrigamingWasTaken opened 1 month ago

OrigamingWasTaken commented 1 month ago

Hello, sorry If this is just a problem on my end. I've moved the 2 files (discord_game_sdk.dylib and libsteam_api64.dylib) into the folder where my ultraport.sh script is. I'm on MacOS, and the discord RPC and steam leaderboards aren't working.

coatlessali commented 1 month ago

It's possible the version of the Discord/Steam plugins have been updated. The only way to figure out what version the game needs, is to download each version 1 by 1, and then compare the md5sum of the 64-bit Windows dll with the one supplied by the game. Once you have the correct version narrowed down, just grab the MacOS files for that version.

Contributions are welcome if you figure it out.

On Sunday, April 28th, 2024 at 10:11 AM, Origaming @.***> wrote:

Hello, sorry If this is just a problem on my end. I've moved the 2 files (discord_game_sdk.dylib and libsteam_api64.dylib) into the folder where my ultraport.sh script is. I'm on MacOS, and the discord RPC and steam leaderboards aren't working.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

OrigamingWasTaken commented 4 weeks ago

I just checked and it has not updated. I found the f3db5801dc9b75da671b39041e2e8bcf md5 hash on the files which corresponds to 1.57

OrigamingWasTaken commented 4 weeks ago

Okay so I think I'm maybe just dumb. Adding the game to steam and launching works. I'll do a pull request to add this in the guide.

coatlessali commented 4 weeks ago

Awesome, glad you figured it out. I'll close it once the guide is updated.

OrigamingWasTaken commented 4 weeks ago

I cannot make pull requests for the wiki so I have cloned it. Here's the link to the modified markdown file: https://github.com/OrigamingWasTaken/UltraNix.Wiki/blob/master/Running-the-Ultraport-Script.md