Skip to main content
Topic: display_width and display_height ignored? (Read 1602 times) previous topic - next topic

display_width and display_height ignored?

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?


Re: display_width and display_height ignored?

Reply #1
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).

 

Re: display_width and display_height ignored?

Reply #2
Ok, thank you. I'll remove those entries, to avoid user confusion.