samsface / godot-steam-api

Godot Steam integration using GDNative.
400 stars 16 forks source link

It doesn't work with 32-bit games. #25

Closed dannygaray60 closed 2 years ago

dannygaray60 commented 2 years ago

Hello! The plugins seems works fine, but I noticed that exported 32 bits exe's doesn't works and I got this error messages:

Captura de pantalla (2)

This is plugin only for x64 games? If this is the case, it should be clarified in the readme.

PS: Thanks for this great plugin!

samsface commented 2 years ago

@dannygaray60 There's no 32 bit build but it should be possible if you know C++ and want to try yourself. Are you really confined to 32 bit builds?

dannygaray60 commented 2 years ago

Thanks for replying!

It's not a major problem, but considering that godot still offers 32bit support I thought it could at least be mentioned in the readme. And I'm already published 32bits builds on steam

samsface commented 2 years ago

I can provide a 32bit build if someone is really stuck. But until then, just don't want to maintain that. But added a mention to the readme.