-
Notifications
You must be signed in to change notification settings - Fork 2
/
engine.ini
80 lines (71 loc) · 1.52 KB
/
engine.ini
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Steam = 0
logs = 1
modules path = modules\
full_screen = 0
PostProcess = 0
screen_x = 1280
screen_y = 960
lockable_back_buffer = 0
screen_bpp = D3DFMT_X8R8G8B8
texture_degradation = 0
controls = pcs_controls
;for game utils
;controls = pc_controls
program_directory = PROGRAM
max_fps = 120
run = seadogs.c
;for game utils
;run = gameutils.c
show_fps = 0
safe_render = 0
texture_log = 0
geometry_log = 0
NearClipPlane = 0.1
FarClipPlane = 4000.0
debugwindow = 0
;tracefiles = 0
;offclass = soundservice
;offclass = sailors
;offclass = island
;offclass = animals
;offclass = seafoam
mem_profile = memory.mp
startFontIniFile = resource\ini\fonts.ini
font = interface_normal
numoftips = 0
firstlaunch = 0
;HyperThreading = 1
;DisableSSE = 0
; принудительно врубить для АМД EnableSSE = 1
tracefilesoff = 1
[compatibility]
target_version = coas
[script]
debuginfo = 1
codefiles = 0
runtimelog = 1
;tracefiles = 0
[sound]
sound path = resource\sounds\
UseMM = 0
[stats]
memory_stats = 0
update_mem_profile = 0
[ProgressImage]
;0.0 - left screen position, 1.0 - right screen position
RelativePosX = 0.88
;0.0 - top screen position, 1.0 - bottom screen position
RelativePosY = 0.85
;0.0 - zero size, 1.0 screen width size
RelativeWidth = 0.08
;0.0 - zero size, 1.0 screen width size
RelativeHeight = 0.08
;Horisontal frames in texture 1..64
HorisontalFramesCount = 8
;Vertical frames in texture 1..64
VerticalFramesCount = 8
[controls]
ondebugkeys = 0
[Network]
MasterServerAddr = master_k3.akella.com
MasterServerPort = 29029