Posted February 22, 2015
high rated
For anyone else that bumps into this (given I got stuck for 20 mins trying out what to do) at the point when you are in the cave trying to generate electricity *DO NOT PUT THE BALLOON IN THE WHEEL IN YOUR INVENTORY* ...
This is a game breaking bug that will prevent the game from continuing since it prevents the dialog form triggering to allow the electricity to work ...
Instead you must but the water wheel under the tap without the balloon in and then put the balloon in after the tap is switched on.
If you have broken your game this way (as I did) you can edit the save game (which is just xml) fairly easily to fix this - I found the details on the steam forums.
This is a game breaking bug that will prevent the game from continuing since it prevents the dialog form triggering to allow the electricity to work ...
Instead you must but the water wheel under the tap without the balloon in and then put the balloon in after the tap is switched on.
If you have broken your game this way (as I did) you can edit the save game (which is just xml) fairly easily to fix this - I found the details on the steam forums.
First you have to close the game then open the corresponding savegame in an editor.
Search for <logic idref="items_e03c01_underground_cave_treadmill">
Remove <property key="hasBalloon" value="True" /> in that section
Furthermore search for:
<inventory>
and there
<character characterid="characters_wilbur">
add the following:
<item itemid="items_e03c01_underground_camp_balloon" />
in that section.
The second readds the balloon to the inventory and the first removes it from the wheel.
The first is required to trigger the electricity cable part. The second so that one can add the balloon.
Notepad (or notepad++ or similar) is enough to carry out this fix.Search for <logic idref="items_e03c01_underground_cave_treadmill">
Remove <property key="hasBalloon" value="True" /> in that section
Furthermore search for:
<inventory>
and there
<character characterid="characters_wilbur">
add the following:
<item itemid="items_e03c01_underground_camp_balloon" />
in that section.
The second readds the balloon to the inventory and the first removes it from the wheel.
The first is required to trigger the electricity cable part. The second so that one can add the balloon.