gootool can't find WorldofGoo.bin on linux steam
- Login to post comments
Thu, 01/30/2014 - 13:02
Hi Everyone,
I just downloaded gootool.deb and it installed perfectly on debian testing. However, I'm using wog on steam native (not using wine) and gootools can't see my wog executable, maybe because it is not a .bin file. Can I use gootool on linux steam? If so can someone please help.
Thanks!
How are the files stored on Linux Steam? Are they native executables like on Windows, or interpreted in some way by Steam?
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Hi Albino Pokey and thanks for the reply. Inside of this folder:
/home/a/.steam/steam/SteamApps/common/World of Goo
is the WorldOfGoo file. My file browser says that it's an executable file but there is no file extension. It seems that GooTool is looking for a file with a .bin extension. Does this information help?
Thanks
It does.
This is hacky, but could you ln that file to WorldOfGoo.bin? Then GooTool will see the one with the proper extension, and Steam will see the file it put there as well.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Unfortunately the steam people (or whoever) named the last folder with spaces (see above). Linux cannot deal with it and I can't link to a file in a folder named with spaces. I downloaded the non-steam demo and GooTool seems fine given the limitations of the demo but, woogle returns this error when run from the command line:
a@ACW:~$ woogle
<
Oh, I didn't even think of that. The data files are the same on all platforms except Mac and iOS. You can copy the /properties/ and /res/ folders from your Steam install to the demo and it will effectively "upgrade" it to the full game.
Try that and see if GooTool and WooGLE will work.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Thanks again Albino Pokey. Your suggestion to copy the files worked to unlock the program but the error message is the same for WooGLE. GooTool works fine. Is WooGLE still actively developed? Maybe I can send the error message to the developer. If not, I suppose I can just boot into windows but it's a shame because we don't really use windows for much else. Anyway, thanks again for your time!
The developer vanished some time ago, but the source code is available if you want to try to build from source. The error message is odd, as the file encryption is the same on Windows as on Linux and the Windows version works fine.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Thanks Albino Pokey,
I'll try building from source.
I wrote a guide for building WooGLE from source. It was a while back, but may still be helpful: http://goofans.com/running-woogle-wooble-and-woovie-linux
IRC | Chapter Tutorial | Reference Guide
The easy way to create a 'fake' WorldOfGoo.bin would be to create a symbolic link:
This creates a link from WorldOfGoo.bin to WorldOfGoo.
Alternatively, since I believe GooTool is only looking for the presence of that file, you could just create an empty file:
-davidc