World of Goo Level Editor 0.78 RC6

17 replies [Last post]
Joined: 07/05/2011

Only one critical bug fixed: Error while packing a goomod with new goo balls or Fish in it
Windows: https://dl.dropbox.com/u/94637484/WooGLE-0.78-rc6-setup.exe
Source: https://dl.dropbox.com/u/94637484/WooGLE-0.78-rc6-src.7z

Have fun making new levels! Wink
P.S. I'm busy with Little Inferno these days and this bug was found by MaybeSuper and the other two people. Thanks!

Joined: 08/06/2010

Awesome! Downloading...

Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.

Joined: 07/05/2011

Moderators, please help me put it onto WooGLE page. Thanks!

Joined: 03/13/2012

It's Nothinggoo again! H-H-H-I...
Created from source with no error. And when setting directory -

  File "src/wogeditor.py", line 4049, in <module>
    mainwindow = MainWindow()
  File "src/wogeditor.py", line 2546, in __init__
    self.changeWOGDir()
  File "src/wogeditor.py", line 2560, in changeWOGDir
    self._reloadGameModel()
  File "src/wogeditor.py", line 2564, in _reloadGameModel
    self._game_model = GameModel( self._wog_path,self)
  File "src/wogeditor.py", line 404, in __init__
    app_path(), 'files.%s.xml' % PLATFORM_STRING[ON_PLATFORM] ,'')
  File "src/wogeditor.py", line 490, in _loadUnPackedTree
    new_tree =  world.make_tree_from_xml( meta_tree, xml_data )
  File "/Users/DanilaFedorin/Downloads/Wog/Created From Source/WooGLE-0-1.78-rc6-src/src/metaworld.py", line 1507, in make_tree_from_xml
    tree = self.universe.make_unattached_tree_from_xml( tree_meta, xml_data )
  File "/Users/DanilaFedorin/Downloads/Wog/Created From Source/WooGLE-0-1.78-rc6-src/src/metaworld.py", line 1343, in make_unattached_tree_from_xml
    xml_element = xml.etree.ElementTree.fromstring( xml_data )
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1302, in XML
    return parser.close()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1655, in close
    self._raiseerror(v)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
    raise err
xml.etree.ElementTree.ParseError: no element found: line 1, column 0

Because writing signatures is too mainstream

Joined: 07/05/2011

Hi, nothinggoo. What OS are you using?
You can find these files in the Source.rar/src directory:

files.linux.xml # for Linux
files.mac.xml   # for Mac
files.win.xml   # for Windows
Copy the one that matches your OS to the execution path. Hope this works!

P.S. You can find me in the Web Chat. Wink

Joined: 03/13/2012

Execution path...?
P.S. I'm runnin' Mac Os X ML

Because writing signatures is too mainstream

Joined: 07/05/2011

It is the path where you run your compiled program.

Joined: 03/13/2012

OH MY GOD I FIGURED OUT THE PROBLEM!
When creating from source, files.mac.xml must be renamed to files.xml.xml! (at least that's what i did.)
And i forgot to change it back!
Now even WOOBLE works!
THANKS MYGOD!

Because writing signatures is too mainstream

Joined: 07/05/2011

Is it working now?

Joined: 03/13/2012

Mostly, but can't make goomod...

Because writing signatures is too mainstream

Joined: 07/05/2011

Is there a console that is showing error messages?

Joined: 03/13/2012

Well, yes..
Here is what i THINK is the error in terminal
File "src/wogeditor.py", line 2812, in makegoomod
os.mkdir( goomod_dir )
OSError: [Errno 2] No such file or directory: '/Applications/res/levels/ThisIsWeird/goomod'

Because writing signatures is too mainstream

Joined: 07/05/2011

That's a weird error. It should make a directory that doesn't exist yet. Does Applications/res/levels/ThisIsWeird exist?

Joined: 03/13/2012

Indeed. That is the "insides" of the .app (i'm running mac)

Because writing signatures is too mainstream

Joined: 07/05/2011

Then does the goomod directory exist? If so try to delete it and make the goomod again.

Joined: 03/13/2012

Um.. no. No directory called "goomod".

Because writing signatures is too mainstream

Joined: 07/05/2011

That's weird. I have no idea...

Joined: 03/13/2012

Damn....I wanted to make more levels...*Wipes tears of his face* OH WELL! CROSS-PLATFORM GOOMOD MAKING IT IS!

Because writing signatures is too mainstream