Page 1 of 1

[Request] textures for custom buildings

Posted: Mon Sep 29, 2014 1:02 pm
by cartmen180
Hello :)

I am making some mods and would really like some graphics to go with the new buildings. All the icons im doing myself but making graphics for buildings is just not my thing.

Here is my wishlist:
- ore crusher: to grind big chunks in smaller chunks
- large blast furnace: like a oil refinery, lots of pipes and chimneys, industrial looking, 3 inputs and 3 outputs for fluids


I hope someone can help me out :D

Re: [Request] textures for custom buildings

Posted: Tue Sep 30, 2014 5:32 pm
by YuokiTani
have you the mod working, because it's easier to make the graphic and swap/test these before publish.
in other case i need to make a dummy-machine to test graphics in game.

*edit i see your mod in WIP - section ... too late

so here it's a cooler but without test i can't say looks good enough and fits.

Image

on/off, without animation
ImageImage

on animation, i hope not's flickering
use animation_speed for fine adjust
Image

Re: [Request] textures for custom buildings

Posted: Tue Sep 30, 2014 6:05 pm
by cartmen180
thank you very much :D
i see i forgot to mention the cooler needs a fluid input for the hot iron. Also i am not sure how to setup the animation, could you help me with that?
and yes, the mod is in the wip section :p

Re: [Request] textures for custom buildings

Posted: Wed Oct 01, 2014 10:03 am
by YuokiTani
for fluid output try first the overlay from factorio assembly-machines. in most situation they work well (not perfekt)

for work animation also take a look at the original assembly-machine, that looks like

Code: Select all

picture =
		{
			filename = "__Yuoki__/graphics/entity/amfc_idle.png",			
			frame_width = 100,
			frame_height = 120,
			shift = {0.1, -0.09}
		},
animation =
		{
			filename = "__Yuoki__/graphics/entity/amfc_work.png",
			priority = "high",
			frame_width = 100,
			frame_height = 120,
			frame_count = 13,
			line_length = 13,
			shift = {0.1, -0.09}
		},
the frame_count equals line_length by 1 animation line. after shift you can use animation_speed < 1 if you want to slowdown a animation.
if you use in animation-section frame-count and line_length = 1 you can use a single picture (like on/off-graphic)

some entitys have a separate work-animation-section. maybe all entitys have that, i don't know - in my opinion it's from entity to entity to inconsist, or i'am simply to stupid to find the documentation.

Re: [Request] textures for custom buildings

Posted: Wed Oct 01, 2014 11:28 am
by cartmen180
Yeah i tried the overlay from the assembling machine (that's what the cooler used in the first place).
I will try out the animation today and post back here with the results

Re: [Request] textures for custom buildings

Posted: Thu Oct 02, 2014 11:27 am
by cartmen180
okay, i got the animation to work, but not the cooler_off.png.
The pipecovers from the assembling machine look bad with this graphic, but sort of fit, but a new one would look way better.

I have been experimenting with paint.net but whatever i do it just looks extremely 2d :(

Re: [Request] textures for custom buildings

Posted: Thu Oct 02, 2014 2:14 pm
by YuokiTani
you should set the cooler-off as standard picture. if work happens it's starts the animation, but somewhere was a option/method to reset after animation ... i forgot these option.

you need to make a copy of the 4 direction from orginal-pipe-over pictues and manipulate them new together. another way is to integrate the pipe-connections dircet into picture.
of course you should copy the code and give them a new name, like mynewbetterpipeoverlay ^^

you encouter the same problem with this,
Image
ImageImage
but same size so you can use the pipe-connection from above

for now no animation and no ground-shadow. makes more sense to add them later if the design fits.

Re: [Request] textures for custom buildings

Posted: Sat Oct 04, 2014 9:09 pm
by cartmen180
amazing yuokitani, simply amazing. :D

Re: [Request] textures for custom buildings

Posted: Sat Oct 11, 2014 5:29 pm
by YuokiTani
shadowed variants, 10 frames

Image
Image

same size crusher, 12 frames
Image
Image
Image

Re: [Request] textures for custom buildings

Posted: Sat Oct 11, 2014 6:09 pm
by cartmen180
sweet! you rock YuokiTani :D

Re: [Request] textures for custom buildings

Posted: Thu Oct 16, 2014 7:04 pm
by YuokiTani
it's really hard to make a proper large blast-furnace. i should try make a more space-looking thing and not a real-world thing ^^ - maybe next time.
but for testing why not give a try.

ImageImageImage

Re: [Request] textures for custom buildings

Posted: Thu Oct 16, 2014 9:29 pm
by cartmen180
oh wow! I am fine with space looking things. I can use those for higher tier buildings ^^