No, I was not applying the file I patched. The usage of special characters is not the reason.
The only solution I found until now is to draw manually each bars of the zebras. (Not the fun !)
Printable View
No, I was not applying the file I patched. The usage of special characters is not the reason.
The only solution I found until now is to draw manually each bars of the zebras. (Not the fun !)
Good evening,
As AF suggested, please send your file here or via private message.
Otherwise, it’s impossible to help you !
Salut Alain,
I posted the file contents here as text : [Only registered and activated users can see links. Click Here To Register...]
And here as RAR.
For you to try out:
Matches sticking out of the ground, pillars of happiness.
My option - Mod AF
[Only registered and activated users can see links. Click Here To Register...]
Hello,
@AF
It’s easy to create a new file .........
The aim was to edit and repair the original “ppndv” file !
The situation is clear. Skin modification wizards usually successfully modify UX files. They also contact art experts if they need new or updated images. This is a more reliable way to make fewer mistakes when modifying the skin. But this is a different case.
Salut Alain,
Nice, it works.
What was the issue ? I can see that the pattern is not turned to 45 degrés.
Your file had several issues.
Among other things, there were layers that ‘IGO’ doesn't recognise.
As for the gradient, I've set it to -45°.
This doesn't make much difference, other than reversing the order of the bands!
Here is the file with the gradient set to 45°:
Basically, you can use Gradient lines with different pitch. Here are 2 examples, to make a zebra.
[Only registered and activated users can see links. Click Here To Register...]
Upper one with a step of 9:
Lower in increments of 9-7-8.........8-7-9 alternately:Code:<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.09" style="stop-color:#000000"/>
<stop offset="0.09" style="stop-color:#DDD329"/>
<stop offset="0.18" style="stop-color:#DDD329"/>
<stop offset="0.18" style="stop-color:#000000"/>
<stop offset="0.27" style="stop-color:#000000"/>
<stop offset="0.27" style="stop-color:#DDD329"/>
<stop offset="0.36" style="stop-color:#DDD329"/>
<stop offset="0.36" style="stop-color:#000000"/>
<stop offset="0.45" style="stop-color:#000000"/>
<stop offset="0.45" style="stop-color:#DDD329"/>
<stop offset="0.54" style="stop-color:#DDD329"/>
<stop offset="0.54" style="stop-color:#000000"/>
<stop offset="0.63" style="stop-color:#000000"/>
<stop offset="0.63" style="stop-color:#DDD329"/>
<stop offset="0.72" style="stop-color:#DDD329"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.81" style="stop-color:#000000"/>
<stop offset="0.81" style="stop-color:#DDD329"/>
<stop offset="0.91" style="stop-color:#DDD329"/>
<stop offset="0.91" style="stop-color:#000000"/>
<stop offset="1" style="stop-color:#000000"/>
<stop offset="1" style="stop-color:#DDD329"/>
You just need to replace the numbers incrementally.Code:<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.09" style="stop-color:#000000"/>
<stop offset="0.09" style="stop-color:#DDD329"/>
<stop offset="0.16" style="stop-color:#DDD329"/>
<stop offset="0.16" style="stop-color:#000000"/>
<stop offset="0.24" style="stop-color:#000000"/>
<stop offset="0.24" style="stop-color:#DDD329"/>
<stop offset="0.31" style="stop-color:#DDD329"/>
<stop offset="0.31" style="stop-color:#000000"/>
<stop offset="0.39" style="stop-color:#000000"/>
<stop offset="0.39" style="stop-color:#DDD329"/>
<stop offset="0.46" style="stop-color:#DDD329"/>
<stop offset="0.46" style="stop-color:#000000"/>
<stop offset="0.54" style="stop-color:#000000"/>
<stop offset="0.54" style="stop-color:#DDD329"/>
<stop offset="0.61" style="stop-color:#DDD329"/>
<stop offset="0.61" style="stop-color:#000000"/>
<stop offset="0.69" style="stop-color:#000000"/>
<stop offset="0.69" style="stop-color:#DDD329"/>
<stop offset="0.76" style="stop-color:#DDD329"/>
<stop offset="0.76" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#DDD329"/>
<stop offset="0.91" style="stop-color:#DDD329"/>
<stop offset="0.91" style="stop-color:#000000"/>
<stop offset="1" style="stop-color:#000000"/>
<stop offset="1" style="stop-color:#DDD329"/>