install sticker issue
Posted: 24 Feb 2013, 11:59
Seems that after the latest update, we can't install stickers anymore...
That was working fine on my manialink bibiplanet ...
was using that kind of code :
Is there a new way to do that ? Would be great if stickers support zip files too!
That was working fine on my manialink bibiplanet ...
was using that kind of code :
Code: Select all
"<install_skin>
<name>".$name."</name>
<url>".$url.$name."/Icon.dds</url>
<file>Media/Painter/Stickers/_".$name."/Icon.dds</file>
</install_skin>
<install_skin>
<name>".$name."</name>
<url>".$url.$name."/Sticker.tga</url>
<file>Media/Painter/Stickers/_".$name."/Sticker.tga</file>
</install_skin>"