TeamSpen210 / HammerAddons

Useful tweaks and content for Source Engine Games
123 stars 36 forks source link

map won't run #229

Closed thad4002 closed 2 months ago

thad4002 commented 1 year ago

[INFO] postcompiler.main(): HammerAddons postcompiler, srctools=v2.3.9, addons=v2.5.2 [INFO] postcompiler.main(): Map path is c:\program files (x86)\steam\steamapps\common\portal 2\sdk_content\maps\porttest1.bsp [INFO] config.parse(): Config path: "c:\program files (x86)\steam\steamapps\common\portal 2\srctools.vdf" [INFO] config.parse(): Paths config: c:\program files (x86)\steam\steamapps\common\portal 2\srctools_paths.vdf [ERROR] logger.except_handler(): Uncaught Exception: Traceback (most recent call last): File "hammeraddons\postcompiler.py", line 315, in File "trio_core_run.py", line 2010, in run File "hammeraddons\postcompiler.py", line 100, in main File "hammeraddons\config.py", line 171, in parse ValueError: No game folder specified! Add -game $gamedir to the command line, or set it in "c:\program files (x86)\steam\steamapps\common\portal 2\srctools.vdf".

TeamSpen210 commented 1 year ago

It needs to know which game it's running in, did you specify either of those?

thad4002 commented 1 year ago

where do i specify?

TeamSpen210 commented 1 year ago

See the last line in the log you posted.

GalaxxyGem commented 2 months ago

Looks like we had the same issue