Chaosforge Forum

Other Roguelikes => AliensRL => Topic started by: thah on August 09, 2011, 02:22

Title: Full-screen?
Post by: thah on August 09, 2011, 02:22
Sorry for the newbish question, but is there any way to change AliensRL to fullscreen (or at least adjust the window size)?  The crucial bottom part of the window is cut off on my laptop's screen resolution, which is sort of annoying.  Any help is appreciated.
Title: Re: Full-screen?
Post by: Kornel Kisielewicz on August 09, 2011, 03:50
Edit the file config.lua, and enter any values you wish. The entries you're interested in are:

Code: [Select]
display_width  = 800
display_height = 600
fullscreen     = false
Title: Re: Full-screen?
Post by: thah on August 09, 2011, 04:22
Thank you!
Title: Re: Full-screen?
Post by: Shadow99280 on March 10, 2012, 16:19
I don't see the configuration.lau
Title: Re: Full-screen?
Post by: Alexis78 on March 15, 2012, 04:38
I don't see the configuration.lau

It´s an archive called "abrl", you can edit it with the Notepad.
Title: Re: Full-screen?
Post by: Shadow99280 on March 15, 2012, 18:23
Ok thanks
Title: Re: Full-screen?
Post by: briareoh on March 23, 2012, 11:46
In GNU/Linux there's a file called abrl.ini. I've entered
Code: [Select]
display_width  = 800
display_height = 600
fullscreen     = false
But when running aliensrl it says
Code: [Select]
Warning: <TTextModeInput/0/0> Unknown command key "DISPLAY_WIDTH" in INI file!
Any suggestion?

Thanks in advance.
Title: Re: Full-screen?
Post by: ParaSait on March 23, 2012, 12:45
Isn't it just "width" and "height"?