Open FlooferLand opened 1 year ago
Thanks for reporting this. I'm glad you managed to fix the issue on your end but in sorry it happened in the first place. The algorithm used probably needs a rewrite. I don't know if other people have had this issue, or if you're the only one who mentioned this specific issue? Either-way, I'll have a look.
A little bug i encountered that was pretty easily fixable on my end, but wouldn't be that obvious to anyone who isn't familiar to config files
after installing my gameinfo.txt ended up looking like this:
and Hammer complained about
missing {
I'm not sure why this issue might be happening, but after looking a bit at the code it does seem to assume some things (expecting specific space characters to go in a specific location) You could likely be able to write a simple parser to find the line where you'd need to paste the
game ".. location .."
at via the following steps:\\
,{
, or}
game
and|all_source_engine_paths|hl2
for example)_game
and|all_source_engine_paths|hl2
, you could perhaps just paste the customgame
things right before that lineAgain, not sure how your program works exactly. But hopefully my issue submission helps! Either way i probably could not install Hammer++ for Gmod if it wasn't for this tool