brunolee-GIT / GSE-Generator

Goldberg Steam Emulator Generator
MIT License
59 stars 1 forks source link

GSE-Generator using "steam_api64.dll" over "steam_api.dll" #10

Closed frost988 closed 2 weeks ago

frost988 commented 2 months ago

Hey, I was using the GSE-Generator with the game Kingdom Rush 5 Alliance TD. And after selecting the steam api dll (not 64) the generator was giving me de 64 version and not not "normal" one...

frost988 commented 2 months ago

files generated: https://i.imgur.com/AjbOcYi.png clean files showing the "steam_api.dll": https://i.imgur.com/2bpKyAG.png

brunolee-GIT commented 2 months ago

GSE does not detect whether it is 32 or 64 based on the file name, if it detected it as 64 it may actually be, you just have to rename the file. Can you upload the file?

When I have some free time, I will start to deal with the problems detected.

brunolee-GIT commented 2 weeks ago

If the steam api is verified as being XX-bit but the name does not match, a window will open asking how to continue. The file name will now be the same as the original file (this function is only supported when the files have the original names "steam_api.dll" and "steam_api64.dll") Thanks!