Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: v0.31.25 - How did I do this?  (Read 1120 times)

proxn_punkd

  • Bay Watcher
  • Still a better dove story than Twilight
    • View Profile
v0.31.25 - How did I do this?
« on: November 08, 2012, 03:57:50 pm »

I used to have the screen set up so the local map was twice as big across as the menu and the area map (but the latter were both visible), and to have the windowed screen resizable-- I could maximize it without going fullscreen.

I have been completely unable to recreate this since reinstalling DF 2010.

How did I do this?
« Last Edit: November 08, 2012, 04:01:00 pm by proxn_punkd »
Logged

TKGP

  • Bay Watcher
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #1 on: November 08, 2012, 04:08:33 pm »

Those options are in Dorf Fort\data\init\init.txt
Right up near the top you'll see WINDOWED, WINDOWEDX, WINDOWEDY, and RESIZABLE, which I think is exactly what you're looking for.
Logged
Quote from: tomio175
Quote from: Mrhappyface
Well if COD players all have ADHD, and Minecrafters autism, then what do DF players all have?
Cave adaption.

proxn_punkd

  • Bay Watcher
  • Still a better dove story than Twilight
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #2 on: November 08, 2012, 05:15:53 pm »

My init file doesn't have RESIZABLE.
Logged

laularukyrumo

  • Bay Watcher
  • Needs More Socks
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #3 on: November 08, 2012, 05:19:13 pm »

add it in?
Logged
Quote from: Dwarfotaur
Everytime one of my militia has given birth in the Danger Room, it's lead to instant baby smoothies for everyone.

Gotta Catch 'Em All!

Dat Sig Thread

TKGP

  • Bay Watcher
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #4 on: November 08, 2012, 05:29:13 pm »

My init file doesn't have RESIZABLE.
It should be right under the font selection.
Code: [Select]
[WINDOWED:YES]

This is the size and font for windowed mode.  Changing to the 800x600 font might make you happier.
If set below 256x256 it specifies the grid size instead, with a minimum of 80x25.

[WINDOWEDX:800]
[WINDOWEDY:600]
[FONT:curses_800x600.png]

You may disable window resizing if you wish.
[RESIZABLE:NO]
I'm not sure why it wouldn't be there as it isn't a new feature, but in any case manually adding it should work.
Logged
Quote from: tomio175
Quote from: Mrhappyface
Well if COD players all have ADHD, and Minecrafters autism, then what do DF players all have?
Cave adaption.

martinuzz

  • Bay Watcher
  • High dwarf
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #5 on: November 08, 2012, 07:34:07 pm »

While it is not very new, I am not sure that DF2010 already had the resizable option. If not, manually adding it will not help.
Logged
Friendly and polite reminder for optimists: Hope is a finite resource

We can ­disagree and still love each other, ­unless your disagreement is rooted in my oppression and denial of my humanity and right to exist - James Baldwin

http://www.bay12forums.com/smf/index.php?topic=73719.msg1830479#msg1830479

AutomataKittay

  • Bay Watcher
  • Grinding gears
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #6 on: November 08, 2012, 07:40:06 pm »

While it is not very new, I am not sure that DF2010 already had the resizable option. If not, manually adding it will not help.

Just checked on my 31.18

Code: [Select]
This is the size and font for windowed mode.  Changing to the 800x600 font might make you happier.
If set below 256x256 it specifies the grid size instead, with a minimum of 80x25.

[WINDOWEDX:80]
[WINDOWEDY:25]
[FONT:curses_640x300.png]

You may disable window resizing if you wish.
[RESIZABLE:YES]

So yes, it should be there in the 31.25, unless something's been changed.

I know there used to be a couple different version of DF; SDL and Legacy, I don't know what's the difference, but mine's from the SDL.
Logged

proxn_punkd

  • Bay Watcher
  • Still a better dove story than Twilight
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #7 on: November 08, 2012, 09:31:11 pm »

Aha. Somehow I had Legacy installed instead of SDL. Legacy version apparently doesn't include resizing!

ETA: Now I have the option of resizing, but whenever I attempt to do so, it completely blacks-out the screen. What do?
« Last Edit: November 08, 2012, 09:35:45 pm by proxn_punkd »
Logged

AutomataKittay

  • Bay Watcher
  • Grinding gears
    • View Profile
Re: v0.31.25 - How did I do this?
« Reply #8 on: November 08, 2012, 11:06:22 pm »

Might be you need to change print mode to make it work? I know some print modes don't works at all for me on this computer, I had to set it to 2D instead of Standard for the 34.09 I have on the machine.
Logged