Page 1 of 1

[REQUEST] I need a truck.

Posted: Wed Feb 01, 2017 7:24 am
by RalleYTN
Hello Factorio Community.
I'm fairly new and I wanted to start creating mods for the game.
the programming part isn't that hard as I actually work as software engineer but I have big problems with the graphics.
For my first mod I wanted to add a new vehicle. A truck. Slower than the car, no weapon but big inventory.

It should be looking a little bit like this: (They don't allow me to post a full URL in my first post :| )bridgestonetyres.com.au/Content/cms/LightTruck/Tyres_LightTruck.jpg
Of course with a bit more color in the dark theme of the vanilla game.

It would be great if someone could make and provide the needed graphics.
Have a good day.

Re: [REQUEST] I need a truck.

Posted: Mon Feb 06, 2017 8:01 pm
by darkfrei
First truck with 32 px bright. Shift x = 0.5, y=0.25 or negative, try both.
Frame: 160x112 px. One square on the third picture is around 16x16 px or the half of tile.
file_0040.png
file_0040.png (13.55 KiB) Viewed 3801 times
Truck_01.7z
License: Public Domain CC0
(1.45 MiB) Downloaded 170 times
Second Truck: High Resolution or 64 pixels bright. Shift x = 1, y=0.5 or negative, I'll really don't know.
Frame: 320x224 px. One square on the third picture is around 32x32 px or one tile.
file_0040.png
file_0040.png (40.35 KiB) Viewed 3788 times
Truck_02.7z
License: Public Domain CC0
(1.52 MiB) Downloaded 190 times
Some method for setting middle point:
Truck_net1.png
Truck_net1.png (8.05 KiB) Viewed 3788 times
Truck_net2.png
Truck_net2.png (10.39 KiB) Viewed 3788 times

Re: [REQUEST] I need a truck.

Posted: Mon Feb 06, 2017 8:16 pm
by RalleYTN
darkfrei wrote:First truck with 32 px bright. Shift x = 0.5, y=0.25 or negative, try both. One square on the third picture is around 16x16 px.
Image
looks pretty good.
A PNG with the entire sprite and transparent background would be cool.

Re: [REQUEST] I need a truck.

Posted: Mon Feb 06, 2017 8:24 pm
by darkfrei
RalleYTN wrote:A PNG with the entire sprite and transparent background would be cool.
In archive. Now I'm rendering 64 pixels sprite sheet, but only 32 directions, then it will be not too big.

Re: [REQUEST] I need a truck.

Posted: Mon Feb 06, 2017 8:47 pm
by RalleYTN
darkfrei wrote:
RalleYTN wrote:A PNG with the entire sprite and transparent background would be cool.
In archive. Now I'm rendering 64 pixels sprite sheet, but only 32 directions, then it will be not too big.
Looks really good. :)
I will probably use this as an example of what the software I'm currently developing is capable of.