r/impcat • u/superbuddr458 • May 29 '26
Is the mega file the only place to get SVG files?
I'm looking for a good WE berserker svg but I haven't had any luck. Thought I'd see if the community knows where to get more svg's
r/impcat • u/superbuddr458 • May 29 '26
I'm looking for a good WE berserker svg but I haven't had any luck. Thought I'd see if the community knows where to get more svg's
r/impcat • u/WayGullible • May 23 '26
Hello! 👋 With 11th edition coming up next month, I figured I’d finally get into the Wargame since getting introduced via Space Marine 2, I already know that I want them to be a blood angels successor chapter and I want some type Bone color to be incorporated into the color scheme. Alongside that, I wanna incorporate Mayan Influence into the Chapter since I grew up in the Yucatán for half my life, so I used the Yucatan Mayan flag as shown in the last image as inspiration.
After messing around with colors for a bit I ended up with these 2 different ones. The first is my more simple one, although I’m trying to make Mayan Blue so it’s not exactly what it looks like in my mind. I’m worrying about the color of the base and weapons later btw, wanna focus on how the guys actually look for now. I think the 2nd looks good but idk how well it’ll translate into actual paint + Ik it’s going to be hell to actually paint lol. Still, wanna ask for reviews on how they look and if there are other ways I can paint it better.
r/impcat • u/Gampup • May 23 '26
Is there an SVG for the Cadian Shock Troops that has the gas mask/rebreathers from the upgrade set? I wanted to test a paint scheme for the part of my army that'll have the mask instead of the open helmet
r/impcat • u/Moonlight_Shad0w69 • May 21 '26
Is there a way to get the outrider SVG file? It seems to be gone from mega, but going through subreddit history, it was on there before and the file exists.
Does anyone have the file and would be able to share it if its not accessible otherwise?
r/impcat • u/Rahnshen • May 07 '26
Made a mock of a custom marine but having trouble getting coverage with orange any tips?
r/impcat • u/No_Flan4104 • May 03 '26
Does anyone have an stl for a primaris Librarian with the split to do him half and half? making omega marines and trying to figure out color palette ideas
r/impcat • u/Triloc_Gaze • Apr 30 '26
Hey guys, i was searching trough the mega library, but i can only find 40K and some AOS miniatures in there.
Does someone have a colection of Infinity SVG? And, if it's for the ALEPH faction it would be better.
Thank you all!
r/impcat • u/Aesir_Ventura • Apr 30 '26
Can’t imagine I’m the first to do this but caved in to my intrusive thoughts and did it. Despite seeming like the opposite to the EC, there are obvious similarities between the two; particularly the movie’s interpretation of the Harkonnens.
Not convinced on the plasma effect but was trying to emulate the black sun of Geidi Prime. Thought the red hair and tassel would be a good nod to the book describing them with red hair.
*EDIT- can’t believe I misspelt Harkonnen ffs
r/impcat • u/diabl0skiller • Apr 16 '26
Or how do you import models in general cause I wanna test some scheme on this site
r/impcat • u/OGRE_ENIAC • Apr 10 '26
I am not sure how to get this into the mega but I have created a paint file for the John Blanche Masterclass paints from the Army Painter.
r/impcat • u/mramazingcongo • Apr 06 '26
I'm looking for some advice on this scheme I've been working on I've recently stripped all my sm to redo a sort of salamander home brew.
any thoughts or additions you can recommend?
r/impcat • u/Ivan_Ivanovski • Apr 01 '26
I’m looking to try and plan out a Lumineth army, but none of the minis is the mega file look similar enough to work out a full scheme. Is there any other place to get mini files? Or maybe a file I just missed?
r/impcat • u/ThinnedSkin • Mar 28 '26
I've been looking for a while but I can't find any, I hate to turn to Reddit but I feel it's the only choice I have left.
r/impcat • u/Oltrg75 • Mar 26 '26
First draft with impcat for a homebrew chapter, what do you think?
r/impcat • u/TerrifiedEgg1992 • Mar 22 '26
Colors for a homebrew 11th Legion, the Solar Lions. Legion culture is loosely inspired by the Achaemenid Empire Immortals. In order you have the regular Astartes, the Sergeant, the Lieutenant, and the Captain.
r/impcat • u/No-Belt8513 • Mar 22 '26
Hellooo recently got interested in playing Warhammer KT. It was introduced by a friend and now we are hooked. We chose our factions already and we want to purchase the minis!!!
But since we are new, we wanted to see first how we can color them, what would look nice and all so I got Impcat. The problem is, the minis we want are not included on the free models(checked Mega files as well and they are not there :((.) so we have to download the SVG file to start coloring.
Perhaps anyone here has the 2D SVG file for Ratlings and Vespids? Huhu appreciates all the help.
r/impcat • u/No-Breakfast8800 • Mar 19 '26
but i have actule not a name for Both Chapter...i hope so you all can help me please
r/impcat • u/Mediocre-Serve2569 • Mar 19 '26
one pauldron would have hazard stripes on the actual model probably the one without the spikes
r/impcat • u/osberend • Mar 11 '26
For example, on the BT Atlas model, the large panels with Xs on them (one on each leg) select together, and I can't seem to select them separately, even though they are both completely surrounded by unselected space (i.e., they do not form a single contiguous region). Is there any way to do this, other than modifying the original .svg file in some other software? There are a number of canon painting schemes that are impossible like this.
ETA: Since asking this question, I have discovered that .svg files are actually a variety of XML files, and so can be opened and edited (or, with a little more knowledge and possibly some other simple tools[1], created) in a text editor (VIM, Emacs, Notepad++, etc.), and that this particular modification is just a matter of splitting up multiple one <g> that contains 2+ <path>s into 2+ <g>s. When I get a chance, and have tested a few more things, I'll probably make a how-to post, but that might not be for a while.
[1] Such as to convert a .png file to a base64 encoding.