World of Goo Console Debugger
» Screenshots » Downloads | » Stats » Comments |
Total downloads: 740
Latest version: 2.0
Release date: 01/02/2013 - 18:47
A BETTER METHOD HERE!
This is a program which can get the console output of World of Goo.
But there's some delay because I use the file stream. I try to redirect the output stream to my program but it doesn't work. Waiting for someone to fix this.
You need to install .NET Framework 4 Client Profile to run V1.0.0.0 which has a GUI, get it here.
You can run 2.0 without .NET.
With this program, you can learn a lot about World of Goo, e.g. how World of Goo upload your records, how World of Goo get the rank of your tower in World of Goo Corporation.
P.S. I got this idea from this page.
The source code of 2.0 is so short that I can post it here.
Debug.pas: (compiler: FPC 2.6.0)
var c:char; begin while not eof do begin read(c); write(c); end; end.
World of Goo Console Debugger.bat:
@echo off title World of Goo Console Debugger 2.0 WorldOfGoo|Debug pause>nul
Version | Platform | Release Date | Filename | Size | Downloads |
---|---|---|---|---|---|
2.0 | Windows | Wed, 01/02/2013 - 18:47 | World of Goo Console Debugger.rar | 18.39 KB | 382 |
V1.0.0.0 | Windows | Wed, 08/24/2011 - 15:41 | World of Goo Console Debugger.rar | 26.59 KB | 358 |
There are 2 current downloads.
- Login to post comments
Wed, 08/24/2011 - 11:32
Please upload it as an exe - you have access now.
You know this can be done with DbgView, right?
Wed, 08/24/2011 - 20:46
I re-uploaded.
The result of the Debug View is quite different from mine. There's more information my program can get.
| Things I made | And even more |
Wed, 08/24/2011 - 22:33
Oh cool, how are you getting it? is it the stdout of the program?
Wed, 08/24/2011 - 22:48
Thanks for publishing.
Yes, it is. I use WorldOfGoo.exe >output.txt to redirect the standard output, then read the output.txt and show it.
| Things I made | And even more |
Fri, 08/26/2011 - 23:15
>mfw this addin is higher than GooTool in the list of utility addins.
>immediately have to vote 4 stars for the natural order to be kept...
I tweet like a bird
I have a lame website
Sat, 08/27/2011 - 07:55
Ha ha!
*votes 5 stars*
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Sat, 08/27/2011 - 15:03
lolz. It was already done! GooTool remains on top! ;D
I tweet like a bird
I have a lame website
Thu, 01/03/2013 - 09:02
Wait, is this written in Pascal?
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Fri, 01/04/2013 - 05:24
1.0 is written in C#. (you can also see this module in WoGModifier)
2.0 is written in Pascal and its 4-line source can be found in the description.
Both of them used some batch.
C# and Pascal are my most frequently used language. When I going to make a GUI or do a complex operation, I will probably use C#. And I use Pascal to participate in the competition.
These programs probably work for some of the other programs too. You can try it.
| Things I made | And even more |
Fri, 01/04/2013 - 10:32
I was just wondering, I had never seen something in Pascal before. I had thought it was essentially a dead language now.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.