Whistle color

| » Screenshots » Downloads | » Stats » Comments |
Total downloads: 592
Latest version: 3.5
Release date: 07/12/2012 - 18:47
this mod change the whistle color into three different
wonderful color
NEW!
version 3.1 is out!
now it change the whistle color into 6 different color
special thanks to Albino Pokey and me!
NEW!
in the new version i fix some problem
and rename the ID
hope you like it!
P.S please rate
( please
)
| Version | Platform | Release Date | Filename | Size | Downloads |
|---|---|---|---|---|---|
| 3.5 | All | Thu, 07/12/2012 - 18:47 | com.goo23.whistle.color.goomod | 10.83 KB | 234 |
| 3.5 | All | Thu, 07/12/2012 - 18:40 | com.goo23.new.version.whistle.color.goomod | 10.84 KB | 88 |
| 3.1 | All | Fri, 05/25/2012 - 05:04 | com.goo23.new.version.whistle.color.goomod | 17.89 KB | 156 |
| 1.1 | All | Sun, 05/20/2012 - 21:12 | com.goo23.whistle.color.goomod | 5.29 KB | 114 |
There is 1 current download. Show 3 archived downloads.


Mon, 05/21/2012 - 12:23
Very nice addin, it makes the notes much more noticeable and generally nice. I'm surprised this hasn't been done before.
Well done!
New GooFans Rules | My Addins
Mon, 05/21/2012 - 19:48
Very cool idea! Now I don't download many mods, in fact I only have 3 installed, but this is definitely being added to the collection.
I tweet like a bird
I have a lame website
Tue, 05/22/2012 - 05:57
Funny idea!
| WoGModifier | Island 1 Infinite | More... |
Wed, 05/23/2012 - 09:25
Cool addin!!
| MOM4Evr's chapter tutorial | My addins | Infernofans
Thu, 05/24/2012 - 07:17
thanks
i know funny idea right
i want to make more color
but how?
any suggestion?
All my addin | I love you World of Goo!
Thu, 05/24/2012 - 07:26
You could edit the particle effect and the resource file to load more images.
Yamako!
World of Goo: Another Planet is coming!
Download the demo here!
Fri, 05/25/2012 - 05:13
yay! version 3.1 is out
thanks AP
All my addin | I love you World of Goo!
Thu, 07/12/2012 - 18:00
This addin should use the merge directory rather than the compile for changing the colours.
As in compile it's overwriting other custom particleeffects what causes a crash in levels using those.
edit:
here is the resources.xml.xsl
<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- Copy everything not matched by another rule --> <xsl:template match="* | comment()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> <!-- Copy my particle resource images --> <!--davidcs version--> <xsl:template match="/ResourceManifest/Resources[@id='common']"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> <SetDefaults path="res/images/fx/" idprefix="IMAGE_FX_"/> <Image id="NOTE4" path="note4"/> <Image id="NOTE5" path="note5"/> <Image id="NOTE6" path="note6"/> </xsl:copy> </xsl:template> </xsl:transform>and this is the fx.xml.xsl
<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- Copy everything not matched by another rule --> <xsl:template match="* | comment()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates select="node()|@*"/> </xsl:copy> </xsl:template> <xsl:template match="/effects/particleeffect[@name='whistle']/particle/@image"> <xsl:attribute name="image">IMAGE_FX_NOTE1,IMAGE_FX_NOTE2,IMAGE_FX_NOTE3,IMAGE_FX_NOTE4,IMAGE_FX_NOTE5,IMAGE_FX_NOTE6</xsl:attribute> </xsl:template> </xsl:transform>Put both in merge/properties/ and delete the compile folder of your addin.
on the run | keep on running | two-stroke-engine
Thu, 07/12/2012 - 18:34
thanks i will fix it soon
EDIT: done..
All my addin | I love you World of Goo!
Thu, 07/12/2012 - 18:15
Archived the download for now until it's fixed. Apologies for this, we should have checked and made sure it merged the resources before we published it.
goo23: I have a fixed version myself, and if you run into any troubles making it, I can upload. I think it's good for you to fix it, though, just for the experience. While you're at it, change the addin id back to com.goo23.whistle.color . You should NEVER EVER change an addin ID on a new version. I've noticed people doing this before... and it's such a bad idea I didn't realize that more than one person ever did this. We'll add it to the rules.
IRC | 1.3 Patch | Reference Guide
Thu, 07/12/2012 - 18:33
The initial published version was fine it just overwrote the three images. The probleme appeared with the update.
Updates can easily slip through testing. I wouldn't have noticed either if movildima hasn't reported a crash on twostrokeengine.
on the run | keep on running | two-stroke-engine
Thu, 07/12/2012 - 18:42
now the new version is working fine with two-stroke engine
All my addin | I love you World of Goo!
Thu, 07/12/2012 - 18:51
Yes it's goo-d

But it wasn't only about twostrokeengine. It would have crashed every level which uses custom particle.
on the run | keep on running | two-stroke-engine
Thu, 07/12/2012 - 19:05
well now its fixed
All my addin | I love you World of Goo!
Thu, 07/12/2012 - 19:08
Yep. Thanks for fixing.
IRC | 1.3 Patch | Reference Guide