The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Spike on November 02, 2009, 01:10:26 pm

Title: display_width and display_height ignored?
Post by: Spike on November 02, 2009, 01:10:26 pm
Simutrans 102.2 (from Sourceforge, no revision number in title bar)

I've been experiementing, and it seems the options:

Code: [Select]
# display (screen/window) width
# also see readme.txt, -screensize option
display_width = 768

# display (screen/window) height
# also see readme.txt, -screensize option
display_height = 560

are ignored in a pak-specific simuconf.tab

Am I doing something wrong? Is this intended?

Title: Re: display_width and display_height ignored?
Post by: prissi on November 02, 2009, 01:29:56 pm
Yes this is intended, becasue the default behaviour when more than one pak is installed is to ask the user. Thus the screen size and fullscreen settting are read at a time they cannot be changed any more (when using allegro for instance).
Title: Re: display_width and display_height ignored?
Post by: Spike on November 02, 2009, 01:54:11 pm
Ok, thank you. I'll remove those entries, to avoid user confusion.