Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: tilesets  (Read 1077 times)

Micro102

  • Bay Watcher
    • View Profile
tilesets
« on: December 03, 2008, 10:48:05 pm »

i tried to get some tile sets and have a couple of questions

if i put the tile sets in, do i have to make a new world for them to work?

it said something about converting them to a diffent size....how do i do that?
Logged

Bobokapi

  • Bay Watcher
    • View Profile
Re: tilesets
« Reply #1 on: December 03, 2008, 11:06:36 pm »

you don't need to make a new world, you just need to put them into the DF->data->art folder and change the init.txt file in DF->data->init folder
change the lines
Code: [Select]
[WINDOWEDX:640]
[WINDOWEDY:300]
[FONT:curses_640x300.bmp]
to:
Code: [Select]
[WINDOWEDX:640]
[WINDOWEDY:300]
[FONT:(name of new file).bmp]
and if you play in fullscreen also change the line: [FULLFONT:curses_800x600.bmp]

The file needs to be a 24-bit bitmap image, you can set this in the program Microsoft Paint or another image editor.  Just open the file with Paint, click save as and change the file type to 24-bit bitmap.

I'm not sure why it would be posted in the wrong size, but the correct dimensions for it would be (horizontal length of each tile*16) by (vertical length of each tile*16)  for an 8*12 tileset, this is 128 by 192, for a 16*16 it is 256 by 256 pixels

There is a list of tilesets here: http://www.dwarffortresswiki.net/index.php/List_of_user_character_sets
Logged

Micro102

  • Bay Watcher
    • View Profile
Re: tilesets
« Reply #2 on: December 05, 2008, 07:49:08 pm »

ok im at the tilesets page and picked the Aesomatica 16x16.png one, but i dont see a download link....what do i do from here?
Logged

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: tilesets
« Reply #3 on: December 05, 2008, 07:51:34 pm »

ok im at the tilesets page and picked the Aesomatica 16x16.png one, but i dont see a download link....what do i do from here?

Right-click save-as the image, then open it in Paint and re-save it as a 24-bit bitmap.
Logged

Micro102

  • Bay Watcher
    • View Profile
Re: tilesets
« Reply #4 on: December 05, 2008, 08:05:14 pm »

ok i changed the names and the size but now my DF window is square, small, and i cant see anything

---------------------------------------------------------------------------------------

This is the size and font for windowed mode.  Changing to 800x600 and the 800x600 font might make you happier.

[WINDOWEDX:256]
[WINDOWEDY:256]
[FONT:Aesomatica 16x16.bmp]

Full screen info.

[FULLSCREENX:800]
[FULLSCREENY:600]
[FULLFONT:curses_800x600.bmp]
Logged

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: tilesets
« Reply #5 on: December 06, 2008, 02:22:34 am »

If you're using the default grid size of 80x25, you need WINDOWEDX:1280 and WINDOWEDY:400
Logged

Micro102

  • Bay Watcher
    • View Profile
Re: tilesets
« Reply #6 on: December 06, 2008, 07:39:55 pm »

tried it, but none of the symbols ar showing up...the begining is also gone. the only thing that shows up when i play are these diferent coloed squarees

if someone where to use it themselves and type VERY DETAILED instructions i would be very grateful
Logged

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: tilesets
« Reply #7 on: December 06, 2008, 08:15:53 pm »

Did you already try following these instructions?  http://www.dwarffortresswiki.net/index.php/Tilesets#Overview_and_installation
Logged

Micro102

  • Bay Watcher
    • View Profile
Re: tilesets
« Reply #8 on: December 06, 2008, 10:22:24 pm »

figured it out, spaces have to be _'s
Logged