World of Goo Console Debugger

Author: Mygod
Total downloads: 696
Latest version: 2.0
Release date: 01/02/2013 - 18:47
Overall rating
3.875
Your rating: None Average: 3.9 (8 votes)

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. Sad 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. Tongue
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

There is 1 screenshot.

VersionPlatformRelease DateFilenameSizeDownloads
2.0WindowsWed, 01/02/2013 - 18:47World of Goo Console Debugger.rar18.39 KB356
V1.0.0.0WindowsWed, 08/24/2011 - 15:41World of Goo Console Debugger.rar26.59 KB340

There are 2 current downloads.