File: game_settings.tbl

package info (click to toggle)
freespace2 24.2.0%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 43,716 kB
  • sloc: cpp: 595,001; ansic: 21,741; python: 1,174; sh: 457; makefile: 248; xml: 181
file content (59 lines) | stat: -rw-r--r-- 2,369 bytes parent folder | download | duplicates (2)
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
;; Mod.tbl should be used for settings which affect the entire mod and	
;; only very rarely need to be changed (if ever).						
																		
#CAMPAIGN SETTINGS														
																		
;; Sets default campaign file the game will look for with new pilots	
$Default Campaign File Name: FreeSpace2									
																		
																		
#HUD SETTINGS															
																		
;; Sets the delay before a directive will appear on the screen (ms)		
$Directive Wait Time: 3000												
																		
;; If set, shows the HUD during in-game cutscenes						
$Cutscene camera displays HUD: NO										
																		
;; If set, uses the colors of the ANI instead of the colors of the HUD	
$Full color head animations: NO											
																		
																		
#SEXP SETTINGS															
																		
;; When set, this makes the argument SEXPs loop through all the SEXPs	
;; before it moves on to the next argument. Default behaviour is the 	
;; exact opposite, each SEXP is called for all arguments.				
$Loop SEXPs Then Arguments:	NO											
																		
;; When set, this makes the event chaining behavior act as people		
;; expected it to be in Mantis #82.										
$Use Alternate Chaining Behavior: NO									
																		
																		
#GRAPHICS SETTINGS														
																		
;; When set, this enables the loading of external shader files			
$Enable external shaders: NO											
																		
																		
#OTHER SETTINGS															
																		
;; If not set, a hit to a turret's barrels will not count as a hit to	
;; the turret unless it is also within the turret base's radius.		
$Fixed Turret Collisions: NO											
																		
;; If not set, hits will damage nearest subsystem first, rather than the
;; impacted physical subsystem first.									
$Damage Impacted Subsystem First: NO									
																		
;; used when no ani is specified or ship_select_3d is active			
$Default ship select effect: FS2										
																		
;; used when no ani is specified or weapon_select_3d is active			
$Default weapon select effect: FS2										
																		
;; Enable weapons to inherit their parent object's collision group setting 
$Weapons inherit parent collision group: NO								
																		
#END