[Request] Sprite sheets for a vehicle and an ore type

The place to share your custom game graphics.
Post Reply
Zillo7
Inserter
Inserter
Posts: 22
Joined: Sun May 14, 2017 10:45 pm
Contact:

[Request] Sprite sheets for a vehicle and an ore type

Post by Zillo7 »

I'm working on a mod that adds Tiberium and some recipes to process it. I also programmed a harvester vehicle to mine Tiberium that it drives over, but it would be nice if it had its own sprite sheet with a simple harvesting animation. I'm also using the sprite sheet for the base game's uranium ore, and I think it would look a lot cooler if the Tiberium actually looked like Tiberium. Here's some sprites that could be useful as a reference, but I don't have any artistic ability to make something better.


User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7351
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: [Request] Sprite sheets for a vehicle and an ore type

Post by bobingabout »

that same damn truck link again x3

You could use that sprite sheet for Tiberium directly, however...
the sprite sheet is upside down, full should be at the top, not the bottom.
There are 6 variations where the game is currently designed to use 8, but you can probably just change a number in code to fix this.
There are 12 stages where the game is currently designed to use 8, but you can probably just change a number in code to fix this.

In other words, all you really need to do is split that sheet up by the row, reverse the order, and put it back together again.

I guess there could be an issue where the sprites are 48x24, but in factorio they're, what, 32x32?
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: [Request] Sprite sheets for a vehicle and an ore type

Post by darkfrei »

bobingabout wrote:that same damn truck link again x3
I guess there could be an issue where the sprites are 48x24, but in factorio they're, what, 32x32?
It's example or some reference how it must be done.
Sprites are 320x224 px and needs around 32x32 pixels pro tile, like old vanilla.

Zillo7
Inserter
Inserter
Posts: 22
Joined: Sun May 14, 2017 10:45 pm
Contact:

Re: [Request] Sprite sheets for a vehicle and an ore type

Post by Zillo7 »

I tried adding the sprites I showed in the game, but they don't look like they fit in with everything else...
Image

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7351
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: [Request] Sprite sheets for a vehicle and an ore type

Post by bobingabout »

It looks about what I would expect.

You could get fancy and add glow, like the Uranium ore does too. (But then that requires even more graphics)
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

Post Reply

Return to “Texture Packs”