mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
49 lines
2.0 KiB
INI
49 lines
2.0 KiB
INI
;hi-res configuration settings for Fallout 2 CE
|
|
|
|
;##################################################################################################################
|
|
[MAIN]
|
|
|
|
; Set SCALE_2X=1 to scale the game x2.
|
|
; Note: This will increase the minimum resolution to from 640x480 to 1280x960.
|
|
SCALE_2X=1
|
|
|
|
; Set the Fullscreen resolution here.
|
|
SCR_WIDTH=640
|
|
SCR_HEIGHT=480
|
|
|
|
; Set WINDOWED=1 to enable windowed mode.
|
|
WINDOWED=1
|
|
|
|
;##################################################################################################################
|
|
[IFACE]
|
|
|
|
; if IFACE_BAR_MODE=0 - the bottom of the map view window sits at the top of the IFACE Bar.
|
|
; if IFACE_BAR_MODE=1 - the bottom of the map view window extends to the base of the screen and is overlapped by the IFACE Bar.
|
|
IFACE_BAR_MODE=0
|
|
|
|
;if IFACE_BAR_SIDE_ART=0 - Black, No Iface-bar side art used.
|
|
;if IFACE_BAR_SIDE_ART=1 - Metal (grey) look Iface-bar side art used.
|
|
;if IFACE_BAR_SIDE_ART=2 - Leather look Iface-bar side art used.
|
|
;if IFACE_BAR_SIDE_ART=3-6 - Alternative Metal look Iface-bar side art used.
|
|
;if IFACE_BAR_SIDE_ART=7 - Alternative Leather look Iface-bar side art used.
|
|
;if IFACE_BAR_SIDE_ART=8 - Metal (brown) look Iface-bar side art used.
|
|
IFACE_BAR_SIDE_ART=2
|
|
|
|
|
|
;if IFACE_BAR_SIDES_ORI=0 - Iface-bar side graphics extend from the Iface-Bar to the Screen edges.
|
|
;if IFACE_BAR_SIDES_ORI=1 - Iface-bar side graphics extend from the Screen edges to the Iface-Bar.
|
|
IFACE_BAR_SIDES_ORI=0
|
|
|
|
;This will increase the width of the interface bar expanding the area used to display text.
|
|
;if IFACE_BAR_WIDTH=640 - Interface bar will remain at it's original width.
|
|
IFACE_BAR_WIDTH=800
|
|
|
|
;##################################################################################################################
|
|
[STATIC_SCREENS]
|
|
|
|
; if set to 0 - background image will display at its original size.
|
|
; if set to 1 - background image will stretch to fit the screen while maintaining its aspect ratio.
|
|
; if set to 2 - background image will stretch to fill the screen.
|
|
SPLASH_SCRN_SIZE=2
|
|
|