How do you make fire like on the "Keep on Running Level" by Goomatz?
- Login to post comments
Wed, 11/07/2012 - 15:40
Greetings. I'm helping my 9-year old son who has been making some of his own WOG levels for about the last year. He's interested in creating "fire" like that found in the "Keep on Running Level". He's opened the level and it looks like there is a custom effect involved, but he's having trouble porting that over to a new level. Is there a tutorial for doing something like this? Or does anyone have any tips/pointers? Thanks
The effect is saved in [goomod]/merge/properties/fx.xml.xls. Open that, copy the proper code (the stuff that looks like plain XML) to the end of WorldOfGoo/properties/fx.xml.xml, encrypt, and test it.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
You can also just make sure that the level Keep on running is installed and enabled with gootool.
The effect should be available in the editor if the level is enabled and playable.
*Don't forget to click save in Gootool.
What AP said is correct, but the "electricfire" effect uses a custom image which need to be defined in the WorldOfGoo/properties/resources.xml.xml.
on the run | keep on running | two-stroke-engine
It's not ther PS.what dos enabled mean
That means whether it's turned on or not. If it's not enabled, it does nothing, and might as well not even be there, except in a few special cases (such as Deliverance).
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.
Where is [goomod]/merge/properties/fx.xml.xls? PS.would you like to see my upcoming Features
It's within the com.goofans.goomatz.keeponrunning.goomod. Rename it to .zip and open it to find [goomod]/merge/properties/fx.xml.xls.
But as I said, if you can play the level after clicking "save and play" in Gootool and if you can open the level in the editor you should also be able to select the effect in the editor.
If this fails, brouse to WorldofGoo/properties/fx.xml.bin decrypt it and add these lines:
Than do the same with WorldofGoo/properties/resources.xml.bin and add:
And last make sure there is an image called "electricfire.png" in WorldofGoo/res/images/fx.
on the run | keep on running | two-stroke-engine
thank you
I can't open fx.xml.xls
how do I
I personally use Notepad++, but you can just open it with any text editor such as Notepad.
New GooFans Rules | My Addins
It just shows crazy stuff I don't uderstand
Well, just install Keep On Running in GooTool and save. Then you should be able to select "ElectricFire" as a particle effect in WooGLE.
New GooFans Rules | My Addins
It's not ther I use wogeditor
(WooGLE is another name for wogeditor )
Here's how you do it. Install and enable Keep on Running in GooTool. Open wogeditor and open your level (or create a new one). Make a fire object. On the right hand side, select the particles property and type in "ElectricFire".
If you follow those steps exactly it should work.
New GooFans Rules | My Addins
Make sure your WooGLE is pointed to your modified World of Goo. Never edit the original.
Another Planet finally has an official release! Download chapters 1 through 3 here! Thank you for waiting so long while I kept starting over.