MarvellousSoft / MarvInc

Zachlike with an immersive storyline told through emails.
https://marvellous.itch.io/marvellous-inc
GNU General Public License v3.0
55 stars 7 forks source link

Improve build script to include Steam DLLs and run our game #237

Closed rilifon closed 5 years ago

rilifon commented 6 years ago

To run our game with steam's api, our build script should first include these two DLLs next to the .exe folder

steam_api.dll and steam_api64.dll

Second, the script should have a flag to compile the game for steam or not. If the flag is on, the binary should run our game passing the argument --steam NOTE: this is needed since if Steam is not running, our game will crash. And we don't want our other binaries, such as Itch's to run the game with this flag as to not crash the game

rilifon commented 5 years ago

@yancouto pretty sure you closed this in the latest PR merge. If so, can you close the issue?