Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: On tilesets and graphics  (Read 1405 times)

Random832

  • Bay Watcher
    • View Profile
On tilesets and graphics
« on: February 09, 2009, 01:12:08 pm »

To those of you who create graphics sets and tilesets - what tasks do you find the most tedious / would appreciate an external tool (i.e. other than a graphic editor) to help with?
Logged

dyze

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #1 on: February 09, 2009, 03:02:43 pm »

all you really need is the pen tool. drawing pixel by pixel is more or less the only way to create quality graphics this small.
Logged

Savok

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #2 on: February 10, 2009, 02:52:26 pm »

See http://www.bay12games.com/forum/index.php?topic=30422 for a useful utility that Random made.
Logged
So sayeth the Wiki Loremaster!

Sinergistic

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #3 on: February 11, 2009, 04:25:10 am »

Just thinking here, but don't you pretty much have to create the graphics file that points the game to the correct graphics for the thing getting displayed by hand? IE, you have to tell the game that the graphic for the king resides in coordnate position 1:4 or something.

How about a utility that automatically generates said code?

Thinking of the top of my head, I'm envisioning an excel like program. Each grid location represents a grid location in the image. The image would be displayed side by side to the grid. The user then looks at the picture and can quickly tell the program that the image in 0:0 belongs to a miner. The image in 0:1 belongs to a king. Etc.

Once you finish filling in the blanks, the program would spit out the relevant code. For easy debugging of errors, you might even have a 'side by side' comparison mode in which the program extracts the 16x16 image, blows it up a little (like a thumbnail in reverse) and then displays the relevant information pointing to it. For example: It shows the image you made for the king, but the text file is saying the masonry job is pointing to it. Basically a proof reader, not really necessary, just fluff. (You wanted ideas, right?).

Maybe even make it simpler than that. Maybe have it import the image you are working on, blow it up a little, and then the user just fills in the grid, and then clicks the image that it points to. For example, I type in 'miner' in the 0:0 grid position, and then just click the miner graphic on the image, and it associates the two.
Logged

dyze

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #4 on: February 12, 2009, 12:46:54 pm »

Just thinking here, but don't you pretty much have to create the graphics file that points the game to the correct graphics for the thing getting displayed by hand? IE, you have to tell the game that the graphic for the king resides in coordnate position 1:4 or something.
...

not really, since that part is coded into the game
Logged

Savok

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #5 on: February 12, 2009, 04:01:03 pm »

He's talking about creature sets. Which aren't coded like that.
Logged
So sayeth the Wiki Loremaster!

Plac1d

  • Bay Watcher
    • View Profile
    • WIKI
Re: On tilesets and graphics
« Reply #6 on: February 13, 2009, 01:12:19 am »

Just thinking here, but don't you pretty much have to create the graphics file that points the game to the correct graphics for the thing getting displayed by hand? IE, you have to tell the game that the graphic for the king resides in coordnate position 1:4 or something.

How about a utility that automatically generates said code?

Thinking of the top of my head, I'm envisioning an excel like program. Each grid location represents a grid location in the image. The image would be displayed side by side to the grid. The user then looks at the picture and can quickly tell the program that the image in 0:0 belongs to a miner. The image in 0:1 belongs to a king. Etc.

Once you finish filling in the blanks, the program would spit out the relevant code. For easy debugging of errors, you might even have a 'side by side' comparison mode in which the program extracts the 16x16 image, blows it up a little (like a thumbnail in reverse) and then displays the relevant information pointing to it. For example: It shows the image you made for the king, but the text file is saying the masonry job is pointing to it. Basically a proof reader, not really necessary, just fluff. (You wanted ideas, right?).

Maybe even make it simpler than that. Maybe have it import the image you are working on, blow it up a little, and then the user just fills in the grid, and then clicks the image that it points to. For example, I type in 'miner' in the 0:0 grid position, and then just click the miner graphic on the image, and it associates the two.


Seconded. Added to that, the tool should be able to simultaneously handle multiple images at once found in a folder, and be able to switch to and preview each one separately without ever having to reload.

Unreasonably, I've always wanted a tool that lists the game's database (don't even know where it exists) of all available creatures and each of their given profession types that can have graphics applied to them, so the user can view what they have completed, and what could still be added. For example, the profession types for a hippo are DEFAULT, CHILD, ZOMBIE and SKELETON. But the profession type for ELEMENTMAN_FIRE is only DEFAULT. having a list to distinguish the professions for every unit would be helpful!
Logged
stopped aerial births

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: On tilesets and graphics
« Reply #7 on: February 13, 2009, 09:38:57 am »

^^^ Professions are defined in a list in entity_default.txt.  If a creature doesn't have an "entity" (civilization) entry, it won't have any professions.  Apologies if you already knew this and meant something totally different.
Logged

Vucar Fikodastesh

  • Bay Watcher
  • Grand Master Explorer
    • View Profile
Re: On tilesets and graphics
« Reply #8 on: February 13, 2009, 10:16:11 am »

It may not have professions like cook or brewer, but if the animal can have children or is an undead candidate, they can have pseudo professions like child, zombie, and skeleton.
Logged
I think it's a vastly amusing thought that elephants are so afraid of heights that when Dwarves invented the Z-axis, they couldn't bear to face dwarves in combat anymore.

Random832

  • Bay Watcher
    • View Profile
Re: On tilesets and graphics
« Reply #9 on: February 13, 2009, 10:26:34 am »

All that info would be in the raw files. I don't know offhand what tags indicate if undead versions are possible.
Logged