Simple but annoying problem.

For all the help you need with Armagetron!
Post Reply
null
Posts: 1
Joined: Wed Aug 17, 2005 6:09 am

Simple but annoying problem.

Post by null »

I've had this problem both in Armagetron and Armagetron Advanced. Whenever I launch the game, it starts in 640x480 resolution. I can switch, using the menus, to 1280x1024 resolution, but if I exit and launch the game again, it's back to 640x480 resolution.

Here's the relevant part of my .armagetronad/var/user.cfg (I run the Linux version):

Code: Select all

               COLOR_STRINGS 1
            USE_DISPLAYLISTS 0
           SOFTWARE_RENDERER 0
             FAILED_ATTEMPTS 0
           LAST_CHECK_ERRORS 1
                CHECK_ERRORS 1
                 LAST_ZDEPTH 2
                      ZDEPTH 2
             LAST_COLORDEPTH 2
                  COLORDEPTH 2
             LAST_FULLSCREEN 1
                  FULLSCREEN 1
  ARMAGETRON_LAST_WINDOWSIZE 8
       ARMAGETRON_WINDOWSIZE 8
  ARMAGETRON_LAST_SCREENMODE 8
       ARMAGETRON_SCREENMODE 8
        CUSTOM_SCREEN_ASPECT 1
         CUSTOM_SCREEN_WIDTH 800
        CUSTOM_SCREEN_HEIGHT 600
               VIEWPORT_CONF 0
                   FIRST_USE 0

I've searched the forums and found not one post on the topic...

EDIT: That config is what I SET it to; however, after running the game, it's back to the defaults, namely, SCREENMODE settings of 4 and so on.
Post Reply