Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help with the mayday tileset  (Read 920 times)

FoolishDreamer

  • Escaped Lunatic
    • View Profile
Help with the mayday tileset
« on: January 12, 2009, 02:28:58 am »

Hi there, I've just installed the mayday tileset but everything in my game looks tiny...
ss: http://img363.imageshack.us/my.php?image=tinyfortrsxh5.jpg
isn't there a way to zoom in? I can't see anything! What should i change in the init.txt?
I'm using a 1024x768 res
Logged

Shikon

  • Bay Watcher
    • View Profile
Re: Help with the mayday tileset
« Reply #1 on: January 12, 2009, 06:06:24 am »

Note 3: DFG REQUIRES A SCREEN RESOLUTION OF 1280x1024 PIXELS! If you want to play on a smaller vertical resolution, you have to edit the data/init/init.txt accordingly. Subdivide the desired resolution by 16 to get the number of tiles (currently 64).

stolen from mayday's homepage..

soo for windowed change ..:
Code: [Select]
[GRID:80:50]
into :
Code: [Select]
[GRID:80:48]
if you are using fullscreen change:
Code: [Select]
[FULLGRID:80:64]into:
Code: [Select]
[FULLGRID:80:48]
other changes don't seem to affect it mutch. it still looks a little weird. but it looks alot better
goodluck! ^_^
Logged