- 17,109
- United Kingdom
Been a while since I've had the time to be doing anything with liveries and decals, but, I'm taking it as a positive that people are still struggling with the uploader, it means new people are still trying it!.
here is the SVG file, thank youI have converted the screw jpg into a svg for you. I would still need to see your svg file to be able to determine why it was blank in GTSPORT.
According to inkscape, the fill color in all the paths available was undefined. After setting it to black and optimizing the file through SVGOMG, it finally appears in the game.here is the SVG file, thank you
thank you, but I am a Mac user and i dont know if Inkscape is compatible and SVGOMG either...According to inkscape, the fill color in all the paths available was undefined. After setting it to black and optimizing the file through SVGOMG, it finally appears in the game.
You can get the Mac dmg file for Inkscape HERE. SVGOMG can be used from your browser HERE.thank you, but I am a Mac user and i dont know if Inkscape is compatible and SVGOMG either...
thank you very much for this infoYou can get the Mac dmg file for Inkscape HERE. SVGOMG can be used from your browser HERE.
By only using your file with SVGOMG and toggling on the option Prefer viewBox to width/height it then worked in GTSPORT. The left image was with the Prefer viewBox off (default for SVGOMG).
View attachment 1011624
1- make sure you are doing a save as and pick optimized svg in Inkscape. Needed for any gradients.Hey guys, any idea why the gradient in my decal just comes out as a solid black?
Looks like this in the uploader and in Inkscape:
But then like this in the editor:
They are definitely two separate paths. I wanted to practice gradient manipulation so did them both manually. I'll try the optimised svg save option. Didn't know that was a thing!1- make sure you are doing a save as and pick optimized svg in Inkscape. Needed for any gradients.
2-check that each gradient is separate. You can't make one and copy and flip it. If you did you can cut it then paste in place. To make sure it is treated as a separate gradient you can pick a color point and drop one of the color values down one then back up one.
Gradients should look like the right hand side and not the left.
View attachment 1011825
Because the gradients are symmetrical you could make one and clone it [alt] [D] . The clone can be flipped and moved, but do not push the clone below the original path or they become invisible.
<svg id="Pacman" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" viewBox="0 0 512 512">
<defs>
<path id="Outline" d="M399.069,348.739a170.626,170.626,0,1,1,0-185.48L256,256Z"/>
</defs>
<g id="DropShadow" fill="black" stroke="black" transform="translate(12 12)">
<use xlink:href="#Outline" opacity="0.1" stroke-width="3"/>
<use xlink:href="#Outline" opacity="0.1" stroke-width="6"/>
<use xlink:href="#Outline" opacity="0.1" stroke-width="9"/>
<use xlink:href="#Outline" opacity="0.1" stroke-width="12"/>
<use xlink:href="#Outline" opacity="0.1" stroke-width="15"/>
<use xlink:href="#Outline" opacity="0.1" stroke-width="18"/>
</g>
<g id="Pacman">
<use xlink:href="#Outline" fill="#ffde00"/>
<path id="Eye" fill="black" d="M260.641,127.822a21.085,21.085,0,1,1-21.105,21.084A21.095,21.095,0,0,1,260.641,127.822Z"/>
</g>
</svg>
I tried to upload it again after saving as an "Optimized SVG" as suggested, but had the same problem. Any ideas?1- make sure you are doing a save as and pick optimized svg in Inkscape. Needed for any gradients.
2-check that each gradient is separate. You can't make one and copy and flip it. If you did you can cut it then paste in place. To make sure it is treated as a separate gradient you can pick a color point and drop one of the color values down one then back up one.
Gradients should look like the right hand side and not the left.
View attachment 1011825
Because the gradients are symmetrical you could make one and clone it [alt] [D] . The clone can be flipped and moved, but do not push the clone below the original path or they become invisible.
Inkscape and gradients can be very quirky. Needs to be 100% opacity before adding a gradient. Make sure color blend mode is normal. If anything is moved after adding a gradient it can break. Either return color to a single one and reapply gradient, or select both gradients and use menu to copy. Delete them then use paste in place. Even sometimes I have had to remove gradients then replace with copies and finally give them new gradients. I think it was using the Exclusion option in paths that could wreak havoc.I tried to upload it again after saving as an "Optimized SVG" as suggested, but had the same problem. Any ideas?
Okay thanks, I'll try work through those workflows and see if I can find a solution! So frustrating!Inkscape and gradients can be very quirky. Needs to be 100% opacity before adding a gradient. Make sure color blend mode is normal. If anything is moved after adding a gradient it can break. Either return color to a single one and reapply gradient, or select both gradients and use menu to copy. Delete them then use paste in place. Even sometimes I have had to remove gradients then replace with copies and finally give them new gradients. I think it was using the Exclusion option in paths that could wreak havoc.
If that does not work post your svg and I'll take a look at it.
Okay I've tried a bunch of things now and just can't get the gradients to process at all. Any chance you could take a look and let me know if you can spot what I've done wrong?Inkscape and gradients can be very quirky. Needs to be 100% opacity before adding a gradient. Make sure color blend mode is normal. If anything is moved after adding a gradient it can break. Either return color to a single one and reapply gradient, or select both gradients and use menu to copy. Delete them then use paste in place. Even sometimes I have had to remove gradients then replace with copies and finally give them new gradients. I think it was using the Exclusion option in paths that could wreak havoc.
If that does not work post your svg and I'll take a look at it.
Okay I've tried a bunch of things now and just can't get the gradients to process at all. Any chance you could take a look and let me know if you can spot what I've done wrong?
I couldn't work out how to make the gradients separate. I thought they were separate, clearly not! I'm still learning, seems like I have a long way to go! Thank you so much for your help. Hopefully I'll be able to get my head around these little intricacies some day soon!To get a working decal I rebuilt it. Made it more simple so no shapes with the same color and multiple shared node positions are on top of each other. Maybe the optimization was corrupting something .
Check this post especially the last part on scale. Not sure if any part of the problem but I've had fewer hiccups since using it.
Included a working file and a raw pre Inkscape optimized one. I always work with non optimized file for adjustments and only use the optimized for use in GTSPORT. Also a template file that I use as default for a new document. This has the recommended document settings.
The gradient, Inkscape, GTSPORT combo can be a pig of a thing.
Edit: It was bugging me so I had another look. Using your file I selected 1 gradient. Raised opacity of the object to 100% (yours was 39.9%). Made the endpoint of gradient 39% opacity. Repeated for the other gradient. The file you uploaded was also sharing a gradient definition for both objects.
the font is trade gothic bold condensedHello guys. Does anyone know the best font match for the GTWC numbers? I want to make some custom versions using the same font but can't work out the best font match.
View attachment 1063890
Awesome stuff, thanks @krisduv !!the font is trade gothic bold condensed
I tried that, nothing happened.You have to convert the text to a path first 😉
Unsure what I'm doing wrong. I can make it into a path but then that won't subtract from anything to make a negative. 🤷♂️Don't hesitate to insist, sometimes it needs to be done 2 times. I've juste tried to be sure, it works.
Menu Path > Object to path
don't select the groups to subtract, select the paths. And before, don't forget to combine all the letters in one path.Unsure what I'm doing wrong. I can make it into a path but then that won't subtract from anything to make a negative. 🤷♂️
I'll give that a try. Might have been selecting the group.don't select the groups to subtract, select the paths. And before, don't forget to combine all the letters in one path.
Convert to a path, ungroup, select all, and unite to obtain a single path that you will be able to substractUnsure what I'm doing wrong. I can make it into a path but then that won't subtract from anything to make a negative. 🤷♂️
I think that's the issue - didn't know you needed to ungroup and unite into a single path. I'll try that out today!Convert to a path, ungroup, select all, and unite to obtain a single path that you will be able to substraI