-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathengine.ini
More file actions
48 lines (43 loc) · 1.37 KB
/
engine.ini
File metadata and controls
48 lines (43 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
full_screen = 0 ; 1 = Fullscreen mode, 0 - Windowed mode
display = 0 ; Index of display to use, 0 = default display
window_borders = 0 ; Whether to show window borders in windowed mode
screen_x = 800 ; Horizontal resolution
screen_y = 600 ; Vertical resolution
lockable_back_buffer = 0
screen_bpp = D3DFMT_X8R8G8B8
texture_degradation = 0
;controls = pc_controls
controls = pcs_controls
program_directory = PROGRAM
run = seadogs.c
show_fps = 0
safe_render = 1
texture_log = 0
geometry_log = 0
;offclass = soundservice
mem_profile = memory.mp
startFontIniFile = resource\ini\fonts.ini
font = interface_normal
numoftips = 0
tracefilesoff = 1
run_in_background = 0 ; 0 = Pause the game when it loses focus, 1 = Don't pause the game when it loses focus
sound_in_background = 0 ; 0 = Mute the game when it loses focus, 1 = Don't mute the game when run_in_background is enabled and it loses focus
; Configure the "Stash" folder where the game will store generated files, defaults to "<Documents>/My Games/Sea Dogs/"
stash_folder = stash
; Configure the "Logs" folder where the game will write log files, defaults to "<Stash>/Logs/"
logs_folder = .
[compatibility]
target_version = potc
[interface]
screen_width = 640
screen_height = 480
[script]
debuginfo = 1
codefiles = 0
runtimelog = 0
;tracefiles = 0
[sound]
sound path = resource\sounds\
[stats]
memory_stats = 0
update_mem_profile = 0