code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
468 stars 64 forks source link

Where should I put steam_appid.txt? #121

Closed Kain-90 closed 1 year ago

Kain-90 commented 1 year ago
image
N00ree commented 1 year ago

directly into the project root folder

Kain-90 commented 1 year ago

directly into the project root folder

As you can see in the picture, it didn't work.

N00ree commented 1 year ago

I can see you have it in your resources folder and in the target folder. But it has to be at the root of your project.

Kain-90 commented 1 year ago

I can see you have it in your resources folder and in the target folder. But it has to be at the root of your project.

Could you show me the correct directory structure.

code-disaster commented 1 year ago

It needs to be located in your "working directory", however that is configured in your debug settings. In your case, if you didn't change it, it's probably ~/Desktop/github/workshop-sdk/.