forked from Vondoe90/AngryBoids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.cfg
48 lines (34 loc) · 1.49 KB
/
system.cfg
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
-- *************************************************************************************************
-- Default system.cfg configuration for development
--
-- Your personal settings can be stored in 'systemcfgoverride.cfg' so that they don't create
-- any conflicts for version control
-- *************************************************************************************************
-- Force DX9 render (auto-detect will otherwise select highest capable render)
-- r_Driver = DX9
-- Shaders are compiled in parallel in precache mode
r_ShadersAsyncCompiling = 3
-- Store the shader cache in local Game directory instead of User folder (MyDocuments\MyGames)
r_ShadersUserFolder = 1
-- Sets Current Game Folder
sys_game_folder = Game
sys_dll_game = CryGame.dll
sys_float_exceptions = 0
-- for development, disable loading of IMG files, load the cafs instead
-- if no IMG files were created, this will also disable the warning spam messages
ca_UseIMG_AIM = 0
ca_UseIMG_CAF = 0
-- For development only, on pc and when no dbas used, disabling unloading of on demand animations
ca_UnloadAnimationCAF = 0
p_proxy_highlight_threshold = 8000
e_PhysProxyTriLimit = 10000
e_statobjbufferrendertasks=1
e_coveragebufferreproj=2
-- Disable force feedback vibration on gamepads
i_forcefeedback = 0
r_ShadersAsyncCompiling = 3
r_ShadersRemoteCompiler = 0
-- Disable fullscreen mode
r_Fullscreen = 0
-- Defaults System Spec to Very High (Launcher)
sys_spec = 4