Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Yet annother Tileset  (Read 809 times)

PTTG??

  • Bay Watcher
  • Kringrus! Babak crulurg tingra!
    • View Profile
    • http://www.nowherepublishing.com
Yet annother Tileset
« on: November 26, 2007, 05:39:00 pm »

Finaly finished, a tileset with a modest graphics set to match! They are up on the  Wiki .Also check out the Graphics set.
This one features a nice big screen and smooth, bright charicters. If you get just the tileset alone, copy this over that segment of the INIT file:
code:

[WINDOWEDX:1280]
[WINDOWEDY:400]
[FONT:PTTGV2tiles.bmp]
graphics_example

With both tileset and graphics set, use this:

code:

[GRAPHICS:YES]
[GRAPHICS_WINDOWEDX:1280]
[GRAPHICS_WINDOWEDY:400]
[GRAPHICS_FONT:PTTGV2tiles.bmp]
[GRAPHICS_FULLSCREENX:1040]
[GRAPHICS_FULLSCREENY:325]
[GRAPHICS_FULLFONT:PTTG16x16v1.bmp]
[GRAPHICS_BLACK_SPACE:NO]

Finaly, if you can't find the txt. file on the wiki, it is here to:

code:

[OBJECT:GRAPHICS]

[TILE_PAGE:T]
   [FILE:example/PTTG16x16Graph.bmp]
   [TILE_DIM:16:16]
   [PAGE_DIM:16:16]

[CREATURE_GRAPHICS:DWARF]
   [DEFAULT:T:3:0:ADD_COLOR]
   [ADVENTURER:T:4:0:AS_IS]
   [GUARD:T:5:0:ADD_COLOR]
   [CASTLEGUARD:T:6:0:ADD_COLOR]
   [ROYALGUARD:T:7:0:ADD_COLOR]
   [SKELETON:T:8:0:ADD_COLOR]
   [ZOMBIE:T:9:0:ADD_COLOR]

   [BABY:T:1:0:ADD_COLOR:DEFAULT]
   [CHILD:T:2:0:ADD_COLOR:DEFAULT]
   [DRUNK:T:14:0:ADD_COLOR:DEFAULT]

   [RECRUIT:T:5:0:ADD_COLOR:DEFAULT]
   [AXEMAN:T:5:0:ADD_COLOR:DEFAULT]
   [BLOWGUNMAN:T:5:0:ADD_COLOR:DEFAULT]
   [BOWMAN:T:5:0:ADD_COLOR:DEFAULT]
   [CROSSBOWMAN:T:5:0:ADD_COLOR:DEFAULT]
   [HAMMERMAN:T:5:0:ADD_COLOR:DEFAULT]
   [MACEMAN:T:5:0:ADD_COLOR:DEFAULT]
   [PIKEMAN:T:5:0:ADD_COLOR:DEFAULT]
   [SPEARMAN:T:5:0:ADD_COLOR:DEFAULT]
   [SWORDSMAN:T:5:0:ADD_COLOR:DEFAULT]
   [WRESTLER:T:5:0:ADD_COLOR:DEFAULT]
   [LASHER:T:5:0:ADD_COLOR:DEFAULT]
   [THIEF:T:5:0:ADD_COLOR:DEFAULT]

   [MASTER_AXEMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_BLOWGUNMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_BOWMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_CROSSBOWMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_HAMMERMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_MACEMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_PIKEMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_SPEARMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_SWORDSMAN:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_WRESTLER:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_LASHER:T:12:0:ADD_COLOR:DEFAULT]
   [MASTER_THIEF:T:12:0:ADD_COLOR:DEFAULT]

   [CHAMPION:T:15:0:AS_IS:DEFAULT]

   [BARON:11:0:ADD_COLOR:DEFAULT]
   [COUNT:11:0:ADD_COLOR:DEFAULT]
   [DUKE:11:0:ADD_COLOR:DEFAULT]
   [KING:11:0:ADD_COLOR:DEFAULT]
   [BARON_CONSORT:11:0:ADD_COLOR:DEFAULT]
   [COUNT_CONSORT:11:0:ADD_COLOR:DEFAULT]
   [DUKE_CONSORT:11:0:ADD_COLOR:DEFAULT]
   [KING_CONSORT:11:0:ADD_COLOR:DEFAULT]

[CREATURE_GRAPHICS:HUMAN]
   [DEFAULT:T:3:1:ADD_COLOR]
   [ADVENTURER:T:4:1:AS_IS]
   [GUARD:T:5:1:ADD_COLOR]
   [CASTLEGUARD:T:6:1:ADD_COLOR]
   [ROYALGUARD:T:7:1:ADD_COLOR]
   [SKELETON:T:8:1:ADD_COLOR]
   [ZOMBIE:T:9:1:ADD_COLOR]

   [BABY:T:1:1:ADD_COLOR:DEFAULT]
   [CHILD:T:2:1:ADD_COLOR:DEFAULT]
   [DRUNK:T:14:1:ADD_COLOR:DEFAULT]

   [RECRUIT:T:5:1:ADD_COLOR:DEFAULT]
   [AXEMAN:T:5:1:ADD_COLOR:DEFAULT]
   [BLOWGUNMAN:T:5:1:ADD_COLOR:DEFAULT]
   [BOWMAN:T:5:1:ADD_COLOR:DEFAULT]
   [CROSSBOWMAN:T:5:1:ADD_COLOR:DEFAULT]
   [HAMMERMAN:T:5:1:ADD_COLOR:DEFAULT]
   [MACEMAN:T:5:1:ADD_COLOR:DEFAULT]
   [PIKEMAN:T:5:1:ADD_COLOR:DEFAULT]
   [SPEARMAN:T:5:1:ADD_COLOR:DEFAULT]
   [SWORDSMAN:T:5:1:ADD_COLOR:DEFAULT]
   [WRESTLER:T:5:1:ADD_COLOR:DEFAULT]
   [LASHER:T:5:1:ADD_COLOR:DEFAULT]
   [THIEF:T:5:1:ADD_COLOR:DEFAULT]

   [MASTER_AXEMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_BLOWGUNMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_BOWMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_CROSSBOWMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_HAMMERMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_MACEMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_PIKEMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_SPEARMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_SWORDSMAN:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_WRESTLER:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_LASHER:T:12:1:ADD_COLOR:DEFAULT]
   [MASTER_THIEF:T:12:1:ADD_COLOR:DEFAULT]

   [CHAMPION:T:15:1:AS_IS:DEFAULT]

   [BARON:11:1:ADD_COLOR:DEFAULT]
   [COUNT:11:1:ADD_COLOR:DEFAULT]
   [DUKE:11:1:ADD_COLOR:DEFAULT]
   [KING:11:1:ADD_COLOR:DEFAULT]
   [BARON_CONSORT:11:1:ADD_COLOR:DEFAULT]
   [COUNT_CONSORT:11:1:ADD_COLOR:DEFAULT]
   [DUKE_CONSORT:11:1:ADD_COLOR:DEFAULT]
   [KING_CONSORT:11:1:ADD_COLOR:DEFAULT]
   
[CREATURE_GRAPHICS:ELF]
   [DEFAULT:T:3:2:ADD_COLOR]
   [ADVENTURER:T:4:2:AS_IS]
   [GUARD:T:5:2:ADD_COLOR]
   [CASTLEGUARD:T:6:2:ADD_COLOR]
   [ROYALGUARD:T:7:2:ADD_COLOR]
   [SKELETON:T:8:2:ADD_COLOR]
   [ZOMBIE:T:9:2:ADD_COLOR]

   [BABY:T:1:2:ADD_COLOR:DEFAULT]
   [CHILD:T:2:2:ADD_COLOR:DEFAULT]
   [DRUNK:T:14:2:ADD_COLOR:DEFAULT]

   [RECRUIT:T:5:2:ADD_COLOR:DEFAULT]
   [AXEMAN:T:5:2:ADD_COLOR:DEFAULT]
   [BLOWGUNMAN:T:5:2:ADD_COLOR:DEFAULT]
   [BOWMAN:T:5:2:ADD_COLOR:DEFAULT]
   [CROSSBOWMAN:T:5:2:ADD_COLOR:DEFAULT]
   [HAMMERMAN:T:5:2:ADD_COLOR:DEFAULT]
   [MACEMAN:T:5:2:ADD_COLOR:DEFAULT]
   [PIKEMAN:T:5:2:ADD_COLOR:DEFAULT]
   [SPEARMAN:T:5:2:ADD_COLOR:DEFAULT]
   [SWORDSMAN:T:5:2:ADD_COLOR:DEFAULT]
   [WRESTLER:T:5:2:ADD_COLOR:DEFAULT]
   [LASHER:T:5:2:ADD_COLOR:DEFAULT]
   [THIEF:T:5:2:ADD_COLOR:DEFAULT]

   [MASTER_AXEMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_BLOWGUNMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_BOWMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_CROSSBOWMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_HAMMERMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_MACEMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_PIKEMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_SPEARMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_SWORDSMAN:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_WRESTLER:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_LASHER:T:12:2:ADD_COLOR:DEFAULT]
   [MASTER_THIEF:T:12:2:ADD_COLOR:DEFAULT]

   [CHAMPION:T:15:2:AS_IS:DEFAULT]

   [BARON:11:2:ADD_COLOR:DEFAULT]
   [COUNT:11:2:ADD_COLOR:DEFAULT]
   [DUKE:11:2:ADD_COLOR:DEFAULT]
   [KING:11:2:ADD_COLOR:DEFAULT]
   [BARON_CONSORT:11:2:ADD_COLOR:DEFAULT]
   [COUNT_CONSORT:11:2:ADD_COLOR:DEFAULT]
   [DUKE_CONSORT:11:2:ADD_COLOR:DEFAULT]
   [KING_CONSORT:11:2:ADD_COLOR:DEFAULT]
   
[CREATURE_GRAPHICS:GOBLIN]
   [DEFAULT:T:3:3:ADD_COLOR]
   [ADVENTURER:T:4:3:AS_IS]
   [GUARD:T:5:3:ADD_COLOR]
   [CASTLEGUARD:T:6:3:ADD_COLOR]
   [ROYALGUARD:T:7:3:ADD_COLOR]
   [SKELETON:T:8:3:ADD_COLOR]
   [ZOMBIE:T:9:3:ADD_COLOR]

   [BABY:T:1:3:ADD_COLOR:DEFAULT]
   [CHILD:T:2:3:ADD_COLOR:DEFAULT]
   [DRUNK:T:14:3:ADD_COLOR:DEFAULT]


   [RECRUIT:T:5:3:ADD_COLOR:DEFAULT]
   [AXEMAN:T:5:3:ADD_COLOR:DEFAULT]
   [BLOWGUNMAN:T:5:3:ADD_COLOR:DEFAULT]
   [BOWMAN:T:5:3:ADD_COLOR:DEFAULT]
   [CROSSBOWMAN:T:5:3:ADD_COLOR:DEFAULT]
   [HAMMERMAN:T:5:3:ADD_COLOR:DEFAULT]
   [MACEMAN:T:5:3:ADD_COLOR:DEFAULT]
   [PIKEMAN:T:5:3:ADD_COLOR:DEFAULT]
   [SPEARMAN:T:5:3:ADD_COLOR:DEFAULT]
   [SWORDSMAN:T:5:3:ADD_COLOR:DEFAULT]
   [WRESTLER:T:5:3:ADD_COLOR:DEFAULT]
   [LASHER:T:5:3:ADD_COLOR:DEFAULT]
   [THIEF:T:5:3:ADD_COLOR:DEFAULT]

   [MASTER_AXEMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_BLOWGUNMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_BOWMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_CROSSBOWMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_HAMMERMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_MACEMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_PIKEMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_SPEARMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_SWORDSMAN:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_WRESTLER:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_LASHER:T:12:3:ADD_COLOR:DEFAULT]
   [MASTER_THIEF:T:12:3:ADD_COLOR:DEFAULT]

   [CHAMPION:T:15:3:AS_IS:DEFAULT]

   [BARON:11:3:ADD_COLOR:DEFAULT]
   [COUNT:11:3:ADD_COLOR:DEFAULT]
   [DUKE:11:3:ADD_COLOR:DEFAULT]
   [KING:11:3:ADD_COLOR:DEFAULT]
   [BARON_CONSORT:11:3:ADD_COLOR:DEFAULT]
   [COUNT_CONSORT:11:3:ADD_COLOR:DEFAULT]
   [DUKE_CONSORT:11:3:ADD_COLOR:DEFAULT]
   [KING_CONSORT:11:3:ADD_COLOR:DEFAULT]
   
[CREATURE_GRAPHICS:KOBOLD]
   [DEFAULT:T:3:4:ADD_COLOR]
   [ADVENTURER:T:4:4:AS_IS]
   [GUARD:T:5:4:ADD_COLOR]
   [CASTLEGUARD:T:6:4:ADD_COLOR]
   [ROYALGUARD:T:7:4:ADD_COLOR]
   [SKELETON:T:8:4:ADD_COLOR]
   [ZOMBIE:T:9:4:ADD_COLOR]

   [BABY:T:1:4:ADD_COLOR:DEFAULT]
   [CHILD:T:2:4:ADD_COLOR:DEFAULT]
   [DRUNK:T:14:4:ADD_COLOR:DEFAULT]

   [RECRUIT:T:5:4:ADD_COLOR:DEFAULT]
   [AXEMAN:T:5:4:ADD_COLOR:DEFAULT]
   [BLOWGUNMAN:T:5:4:ADD_COLOR:DEFAULT]
   [BOWMAN:T:5:4:ADD_COLOR:DEFAULT]
   [CROSSBOWMAN:T:5:4:ADD_COLOR:DEFAULT]
   [HAMMERMAN:T:5:4:ADD_COLOR:DEFAULT]
   [MACEMAN:T:5:4:ADD_COLOR:DEFAULT]
   [PIKEMAN:T:5:4:ADD_COLOR:DEFAULT]
   [SPEARMAN:T:5:4:ADD_COLOR:DEFAULT]
   [SWORDSMAN:T:5:4:ADD_COLOR:DEFAULT]
   [WRESTLER:T:5:4:ADD_COLOR:DEFAULT]
   [LASHER:T:5:4:ADD_COLOR:DEFAULT]
   [THIEF:T:5:4:ADD_COLOR:DEFAULT]

   [MASTER_AXEMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_BLOWGUNMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_BOWMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_CROSSBOWMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_HAMMERMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_MACEMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_PIKEMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_SPEARMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_SWORDSMAN:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_WRESTLER:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_LASHER:T:12:4:ADD_COLOR:DEFAULT]
   [MASTER_THIEF:T:12:4:ADD_COLOR:DEFAULT]

   [CHAMPION:T:15:4:AS_IS:DEFAULT]

   [BARON:11:4:ADD_COLOR:DEFAULT]
   [COUNT:11:4:ADD_COLOR:DEFAULT]
   [DUKE:11:4:ADD_COLOR:DEFAULT]
   [KING:11:4:ADD_COLOR:DEFAULT]
   [BARON_CONSORT:11:4:ADD_COLOR:DEFAULT]
   [COUNT_CONSORT:11:4:ADD_COLOR:DEFAULT]
   [DUKE_CONSORT:11:4:ADD_COLOR:DEFAULT]
   [KING_CONSORT:11:4:ADD_COLOR:DEFAULT]


Qs or comments?

[ November 26, 2007: Message edited by: PTTG?? ]

[ November 27, 2007: Message edited by: PTTG?? ]

Logged
A thousand million pool balls made from precious metals, covered in beef stock.

Tormy

  • Bay Watcher
  • I shall not pass?
    • View Profile
Re: Yet annother Tileset
« Reply #1 on: November 26, 2007, 07:14:00 pm »

Uhm I dunno....my old tileset looks better.
Logged

PTTG??

  • Bay Watcher
  • Kringrus! Babak crulurg tingra!
    • View Profile
    • http://www.nowherepublishing.com
Re: Yet annother Tileset
« Reply #2 on: November 26, 2007, 09:17:00 pm »

quote:
Originally posted by Tormy:
<STRONG>Uhm I dunno....my old tileset looks better.</STRONG>

Uhm... thank you for, uh a, shairing the fact that your current tileset is perfect. It would be great if you could, maybe, tell my in what way my tileset is worse?

you know, so I can improve it?
or not, I guess...

Logged
A thousand million pool balls made from precious metals, covered in beef stock.

Tirpen

  • Bay Watcher
    • View Profile
Re: Yet annother Tileset
« Reply #3 on: November 27, 2007, 02:59:00 am »

Could you maybe post a screenshot?
Logged

Keiseth

  • Bay Watcher
    • View Profile
Re: Yet annother Tileset
« Reply #4 on: November 27, 2007, 10:42:00 am »

Ooh, nice. The walls look as though they'd appear especially neat; but I can't use any tileset greater than 12x12 due to my crappy-ass monitor not going above 1024x768 without killing my eyes.
Logged

Plac1d

  • Bay Watcher
    • View Profile
    • WIKI
Re: Yet annother Tileset
« Reply #5 on: November 27, 2007, 01:26:00 pm »

Oh no! I think you've made some errors! The [TILE_DIM:10:12] in the txt should be [TILE_DIM:16:16]. I don't know if that was causing the graphics to look squished. I'm also playing on 1024x768, so I'm unable to find out.  :( And on the Wiki for your character set, the tile size should be 16x16 and 1280x400 resolution. I think that's right, unless I'm going crazy.
Logged
stopped aerial births

PTTG??

  • Bay Watcher
  • Kringrus! Babak crulurg tingra!
    • View Profile
    • http://www.nowherepublishing.com
Re: Yet annother Tileset
« Reply #6 on: November 27, 2007, 04:46:00 pm »

Thanks, fixed the typo. I used Zaratustra's txt file and cut it down. I should make a 12x version. I'll see what I can do for you.

For a screenshot, take a look at the DFMA, particularly, Fireydeath. Bwa ha ha ha, that was a fun game.

[ November 27, 2007: Message edited by: PTTG?? ]

Logged
A thousand million pool balls made from precious metals, covered in beef stock.