MestreLion / hackmatch

Exapunks Hack*Match Bot
GNU General Public License v3.0
4 stars 2 forks source link

Could not find the game config folder #6

Open bethakneemiller opened 1 year ago

bethakneemiller commented 1 year ago

Screenshot 2023-11-04 203451

Playing the Windows version and get this error every time I try to launch the game. No idea what to do from here.

pnemes commented 12 months ago

I've had to explicitly supply my steam user id in config["steam_user_id"] on windows for it to work

MestreLion commented 11 months ago

Weird, I wonder why the glob does not work in Windows

MestreLion commented 11 months ago

I've had to explicitly supply my steam user id in config["steam_user_id"] on windows for it to work

And since I was to lazy to implement an actual config file, you have to edit the source code to supply it. Ouch.

A workaround would be to add it as a command-line argument, something like --steam-user-id xxxxx. That would be easier to implement than a config file

pnemes commented 11 months ago

I am surprised as well, since it is a python function so the globexpansion is not done by the shell, and definitely not by the called system function. weird

On Fri, Dec 1, 2023 at 6:23 AM Rodrigo Silva @.***> wrote:

Weird, I wonder why the glob does not work in Windows

— Reply to this email directly, view it on GitHub https://github.com/MestreLion/hackmatch/issues/6#issuecomment-1835535768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2G3WFE4Z3FUOXM2SXNLADYHFZVNAVCNFSM6AAAAAA66AF5M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZVGUZTKNZWHA . You are receiving this because you commented.Message ID: @.***>

nitrrose commented 10 months ago

I'm having the same issue with my installation, and frankly I don't understand how to do anything that's been said- x.x Can somebody dumb it down for me lol